3 Commits

Author SHA1 Message Date
Evilom 8db1b45fe9 v1.0: cc_parallel.py — parallel CC workers with git worktree isolation
- Up to 5 CC workers run concurrently
- Each worker gets its own git worktree (no file conflicts)
- Auto-merge branches when all workers succeed
- --merge auto|always|none control merge strategy
- --json output for Hermes integration
- Tested: 2 workers, 21s total (vs 47s sequential)
2026-05-25 17:16:50 +08:00
Evilom a3a15f2c4f v3.2: heartbeat detection, session_id fix, crash recovery
- Fix: hook_monitor() now dynamically tracks session_id (was None at startup)
- Fix: is_claude_process_alive() checks if CC process is still running
- Fix: 120s stale detection → process dead? recover from hooks : report thinking
- Add: HEARTBEAT_INTERVAL=5s polling loop
- Add: STALE_THRESHOLD_SECONDS=120 configurable threshold
2026-05-25 16:36:44 +08:00
Evilom e4920e9b3e Initial commit 2026-05-25 16:36:12 +08:00