History4 Releases

Changelog

A complete record of features, fixes, and improvements to Ace and AceForce.dev.

v0.3.1Latest

Lifecycle hooks, ECC skills library, project adoption, bidirectional Telegram images, and site content update.

  • FeatureLifecycle hooks — SessionStart, Stop, PreToolUse, PreCompact, PostToolUse quality gates
  • FeatureECC Skills library — market-research, frontend-design, TDD, security-audit, lead-finder, content-engine
  • Featureadopt-project.sh — register existing repos without full scaffolding (full or light mode)
  • FeatureBidirectional Telegram images — Ace sends and receives photos through the bridge
  • FeatureLead Finder skill — B2B prospecting from public sources, no paid tools needed
  • FeatureDigital product pipeline — Gumroad/LemonSqueezy listing packages prepared by Ace
  • FixTech stack updated: Python/Bash/AppleScript (not TypeScript)
  • FixVersion updated to v0.3.1 across the site
v0.3.0Stable

Autopilot system, paper trading engine, MemPalace semantic memory, and TradingView MCP integration.

  • FeatureAutopilot: RESEARCH — autonomous opportunity discovery with competition scoring
  • FeatureAutopilot: BUILD — end-to-end project creation and Firebase deployment
  • FeatureAutopilot: LEARN — market intelligence and revenue signal gathering
  • FeatureAutopilot: TRADE — paper trading engine with multi-strategy signal logging
  • FeatureAutopilot: REVIEW — full project health and deploy status reports
  • FeatureAutopilot: MARKET — SEO audit, blog draft generation, distribution planning
  • FeatureTradingView MCP integration — Legends Strategy, morning_brief, chart screenshots
  • FeatureMemPalace semantic memory — cross-session learning and pattern retention
  • FeaturePaper trading phase — $10K hypothetical account, 1% risk per trade
  • FeatureStrategy evolution — auto-disable underperforming strategies, backtest replacements
  • FixHeartbeat monitoring now uses AppleScript session check before assuming crash
  • FixSQLite metadata writes use Python module to prevent shell quote escaping bugs
v0.2.0Stable

Multi-sprout orchestration, git worktrees, Telegram bidirectional control, and health monitoring.

  • FeatureMulti-sprout support — up to 12 parallel Claude Code sessions across macOS desktops
  • FeatureGit worktree strategy — isolated branches per feature, coordinated merges
  • FeatureTelegram bridge — /status, /sessions, /costs, /health, natural language forwarding
  • FeatureHuman request escalation — sprouts surface blockers with full context
  • FeatureHealth monitoring — heartbeat system detects stalls, ace-recover.sh auto-restarts
  • FeatureMerge coordinator agent — resolves conflicts from parallel worktrees
  • FeatureDesktop management — each sprout gets its own macOS virtual desktop
  • FeatureDependency coordinator — cross-project task ordering
  • FixSession check now uses check-session.applescript (not just heartbeat timestamp)
v0.1.0Initial Release

Core orchestration engine — project init, sprout spawning, Firebase deploy, and SQLite state.

  • Featureinit-project.sh — scaffold any project with a single command
  • Featurespawn-sprout.sh — launch a Claude Code session in iTerm with full project context
  • FeatureTASK.md briefing system — structured specs that give sprouts complete context
  • FeatureDESIGN-STANDARDS.md — enforced design system for all web projects
  • FeatureSQLite operational database — projects, sessions, tasks, signals, events
  • FeatureFirebase deploy pipeline — App Hosting + Cloud Functions + custom domains
  • FeaturePlaywright quality gates — sprouts run E2E tests before marking work complete
  • Featureace-status.sh — full system overview in one command
  • FeatureCost tracking — token usage and spend broken down by project and session