Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/keesan12/martin-loop/claude-mdgit clone --depth 1 https://github.com/Keesan12/martin-loopWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00573 | $0.00573 |
| Opus 5 | $0.00287 | $0.00287 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
martin-loop CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Instructions
Current working status — 2026-08-11
Working now
- Governed live runs work with both Codex (
gpt-5.4) and Claude. - Successful runs persist signed receipts under
~/.martin/runs;martin runs verify --loop-id <id> --jsonverifies receipt integrity andmartin dossier --loop-id <id>renders the evidence. - Verification commands are recorded with exit-code evidence. Real Claude and Codex runs against the OpenDesign test workspace passed
pnpm buildand produced verified receipts. - The CLI renders a verified completion state for successful governed runs and a signed-failure-receipt state for failed persisted runs.
- Feedback and pilot-interest intake waits for the Supabase response and records a privacy-safe local delivery outcome:
accepted,duplicate,queued, orrejected.
Fixed in the current fixes branch
- OpenAI-compatible inferred usage or fallback model pricing is marked
estimated, withestimatedUsd; only provider usage with known pricing is markedactual. - Windows Codex launches use the compatible
--approve-for-mewrite mode and choose runnable npm shims. - Dirty worktrees are baselined before a governed attempt, preventing existing operator changes from becoming false scope violations; automatic rollback is skipped for a dirty starting workspace.
- The stale Claude test expectation for Codex write mode was updated.
Still not complete
- Intake delivery is recorded in local milestone state, not cryptographically bound to the already-finalized loop receipt.
- Live agent output and full persisted agent transcripts are not yet implemented.
- The remaining numbered findings in
CTO_AUDIT_PLEASE.md/CTO_AUDIT.mdare backlog unless individually marked fixed; do not describe the whole audit as resolved.
Read and obey AGENTS.md before making any change.
The most important repository rule is:
All MartinLoop implementation must be completed, tested, committed, reviewed, and merged in
ML_Core_OSS_Internalbefore any public staging begins.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 48 lines · 573 tokens per session scan A 356370925495
martin-loop CLAUDE.md is an instructions file published in the GitHub repository Keesan12/martin-loop (47 stars, last pushed 2d ago), licensed Apache-2.0. It adds 573 tokens to every session, about $0.0029 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
ai-sdlc CLAUDE.md
Claude Code instructions for ai-sdlc-framework/ai-sdlc, covering ai-sdlc project instructions, git flow, ci marker hygiene, branches & commits and prs.
leashd CLAUDE.md
Instructions for vmehera123/leashd, covering claude.md, commands, install dependencies, run tests (single file / specific test / all) and run tests with coverage.
synkb CLAUDE.md
Claude Code instructions for Syntax753/synkb, covering claude.md, read these first, rules that are easy to get wrong, shell and testing.
regulator.ai AGENTS.md
AGENTS.md instructions for risk-ai/regulator.ai, covering agents.md - your workspace, first run, session startup, memory and 🧠 memory.md - your long-term memory.
VaultysClaw agent-controller.instructions.md
Use when working on the agent-controller package: tools, skills, agent runtime, WebSocket client, local SQLite DB, LLM integration, or CLI modes.
open-ace CLAUDE.md
Instructions for open-ace/open-ace, covering claude.md, where process documents go, pushing, test placement and ci semantics and schema snapshots (schema-sync ci).