AgentOps (boshu2)
Repo-native operational layer for AI coding agents. Not a framework — a context-compiler and coordination CLI. Cross-vendor: works with Claude Code, Codex, Cursor, OpenCode simultaneously on the same repo. GitHub: https://github.com/boshu2/agentopsCore Concept
“The moat is the understanding and context you/your team/company compounds. My plugin helps create that moat so it starts compounding and is plugin-proof.”AgentOps positions itself as vendor-agnostic infrastructure for the accumulated context that makes agents productive. As individual agent tools (Claude Code, Codex, etc.) get absorbed or change, the durable corpus stays.
.agents/ Directory
The central primitive. A gitignored directory at the repo root:
/council — Multi-Vendor Consensus
The standout feature. /council runs a design decision or code review through multiple vendors simultaneously and synthesizes disagreements:
/council formalizes it as a workflow command.
ao CLI
The control plane:
Relation to Existing Wiki
- Multi-Vendor Adversarial Review —
/councilis the primary implementation of this pattern - Dangeresque — also uses cross-vendor review (adversarial reviewer) but at the per-task level
- Domain Glossary (CONTEXT.md) —
.agents/decisions/is a structured form of the shared glossary concept - Agent Context Instructions —
.agents/corpus serves as extended context instructions - Lean Agentic Coding Workflow — alternative approach: commit-and-delete vs gitignored durable corpus