Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Coding Agent Observatory

Roadmap and implementation workspace for observing prompts delegated by coding agents to subagents, then using the collected evidence to optimize agent workflows.

Supported agents

The initial adapter scope covers:

  • Claude
  • Codex
  • OpenCode

Status

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.

Roadmap

See ROADMAP.md for phases, deliverables, and decision gates.

Scope principles

  • 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.

About

Cross-agent observability and workflow optimization for Claude, Codex, and OpenCode

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors