AgentOps (boshu2) — Summary
AgentOps is a "Context Development Life Cycle" (CDLC) control plane that sits on top of existing coding agent runtimes (Claude Code, Codex, Cursor, OpenCode) and adds persistent .agents/ state: decisions, learnings, planning rules, and citations that compound across sessions. The project ships 77 skills, an ao CLI binary (Go), optional hooks, multi-model council consensus (/council --mixed), and the "rpi" (research-plan-implement) loop as its inner execution unit. Context is the engineering artifact: the .agents/ corpus is the "moat" — a compounding knowledge base that makes each subsequent session smarter by injecting prior decisions and learnings before a single line is written. AgentOps 3.0 is explicitly "hookless-first" — CI is the authoritative gate, not runtime hooks — and the workflow is driven by skills and the ao CLI. Multi-model councils run 6 parallel judges across Claude Code and Codex CLI and produce a consensus verdict with a PASS/WARN/FAIL rollup recorded in .agents/council/.
Differs from seeds: closest to taskmaster-ai in providing a multi-phase SDLC structure with the rpi/evolve loop, and to ccmemory in persisting cross-session state in .agents/. The architectural delta: AgentOps treats context as a compiled artifact (akin to source code → binary) with promotion ratchet rules (no self-grade, fresh agent on failure, knowledge compiles into constraints) that prevent corpus rot — a concern absent from all 11 seeds.