mirror of
https://github.com/boshu2/agentops.git
synced 2026-09-14 15:08:13 +08:00
7a765cde19
Executes docs/plans/2026-08-07-agentops-operations-layer-alignment.md: AgentOps is the operations layer for agentic engineering; the federated integration graph is the topology, the semantic work-and-proof protocol is the contract, and RPI is the standard one-experiment traversal. Retires the ao flywheel command family and all knowledge-flywheel product state, tombstones the seven-move operating-loop workflow, narrows ao init and the .agents state writers to declared destinations, renames the core architecture page to rpi-traversal.md with a compatibility redirect, aligns AGENTS.md, 25 skills, public and package copy, regenerates every owned projection, and strengthens the conformance gates with planted-negative proofs. Both the alignment subject and the follow-up gate-bookkeeping commit carry fresh author-distinct validation PASS verdicts with empty not_checked scope. Test-Removal-Reason: dead knowledge-flywheel and session-store surfaces were deleted with their tests (operations-layer alignment)
1.6 KiB
1.6 KiB
AgentOps Bootstrap for Codex
<EXTREMELY_IMPORTANT> You have AgentOps superpowers.
Tool for running skills:
~/.codex/agentops/.codex/agentops-codex use-skill <skill-name>~/.codex/agentops/.codex/agentops-codex session-end(Codex equivalent of Stop-hook close-loop)
Tool Mapping for Codex: When skills reference tools you don't have, substitute your equivalent tools:
TodoWrite→update_plan(your planning/task tracking tool)Tasktool with subagents → Tell the user that subagents aren't available in Codex yet and you'll do the work the subagent would doSkilltool →~/.codex/agentops/.codex/agentops-codex use-skillcommand (already available)Read,Write,Edit,Bash→ Use your native tools with similar functions
Skills naming:
- AgentOps skills:
agentops:skill-name(from ~/.codex/agentops/skills/) - Personal skills:
skill-name(from ~/.codex/skills/) - Personal skills override AgentOps skills when names match
Critical Rules:
- Before ANY task, review the skills list (shown below)
- If a relevant skill exists, you MUST use
~/.codex/agentops/.codex/agentops-codex use-skillto load it - Announce: "I've read the [Skill Name] skill and I'm using it to [purpose]"
- Skills with checklists require
update_plantodos for each item - NEVER skip mandatory workflows (brainstorming before coding, TDD, systematic debugging)
Skills location:
- AgentOps skills: ~/.codex/agentops/skills/
- Personal skills: ~/.codex/skills/ (override AgentOps when names match)
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. </EXTREMELY_IMPORTANT>