spawnAgent() now writes completion events to events.jsonl.
Plugin hooks check for completions on:
- SessionStart: report agents that finished since last session
- Notification(idle_prompt): check when Claude is idle
Event format: {"type":"agent_completed","agent":"...","workspace":"...","timestamp":"..."}
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| dispatch.go | ||
| epic.go | ||
| events.go | ||
| ingest.go | ||
| plan.go | ||
| pr.go | ||
| prep.go | ||
| queue.go | ||
| resume.go | ||
| scan.go | ||
| status.go | ||