Roadmap and implementation workspace for observing prompts delegated by coding agents to subagents, then using the collected evidence to optimize agent workflows.
The initial adapter scope covers:
- Claude
- Codex
- OpenCode
Planning phase. The first implementation target is a local adapter that records agent delegation payloads as structured JSONL. Codex is the first hook implementation; Claude and OpenCode adapters follow the shared event schema.
See ROADMAP.md for phases, deliverables, and decision gates.
- Start with local, append-only logs.
- Capture delegation prompts before attempting to reconstruct unstable transcripts.
- Redact secrets and sensitive values before persistence.
- Keep logging observational so it does not alter agent behavior.
- Add analytics only after real workflow data exists.