Your Cart
Loading
Agent Repo Control Pack policy files and validation workflow
One repository policy for Codex, Cursor, Copilot, and Claude Code
Repository instructions drift when every coding agent gets a separate policy. A rule added to one file may never reach the other tools. The practical fix is to keep one short source of truth and make every supported entry point refer to it. This wal...
Read More
How to export an OpenCode session (and what is inside the file)
How to export an OpenCode session (and what is inside the file) An OpenCode session contains everything a run did: every tool call, its input and output, timings, tokens, errors — and the moments where it repeated itself or lost context. The live da...
Read More
How to inspect repeated OpenCode tool calls from a session export
How to inspect repeated OpenCode tool calls from a session export An OpenCode run that sits there repeating the same tool call — or dies on a provider error — is hard to diagnose from the terminal alone. The session data exists, but reading it by ha...
Read More