Instructions file CodexOpenCode
AGENTS.md instructions for jiangkoumo/agenttape, covering prototype instructions and agenttape and toolfence dogfooding.
Instructions file CodexOpenCode
AGENTS.md instructions for jiangkoumo/agenttape, covering prototype instructions and agenttape and toolfence dogfooding.
MCP server Claude CodeCodexCursor
MCP server "agenttape" as configured in jiangkoumo/agenttape. Runs ./dist/mcp-server.mjs with node.
Hook
Runs when a session starts, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when you submit a prompt, before the agent sees it, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs before the agent uses a tool, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs after a tool call finishes, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when the agent asks permission for an action, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs before the context is compacted, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs after the context is compacted, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when a subagent starts, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when a subagent finishes, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when the agent finishes a response, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Hook
Runs when a session ends, executing record-hook.mjs via node. From jiangkoumo/agenttape.
Skill Claude CodeCodex
Turn a captured Codex tool failure into reviewed .tape evidence and an offline regression test. Use when the user asks to inspect a failed run, fork captured evidence, save a regression, or prepare AgentTape evidence for CI.