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 commands/mission69b/t2000/trackergit clone --depth 1 https://github.com/mission69b/t2000What 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.00018 | $0.00493 |
| Opus 5 | $0.00009 | $0.00246 |
| Sonnet 5 | $0.00004 | $0.00099 |
| Haiku 4.5 | $0.00002 | $0.00049 |
Grade A, and why
tracker 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.
What it actually says
Log the slice just shipped to audric-build-tracker.md: $ARGUMENTS
What this file is
A reverse-chronological execution log — one S.N entry per shipped slice,
newest at the top. It is the audit trail, NOT a forward backlog (that's
HANDOFF_NEXT_AGENT.md). It's gitignored here — the real file lives in the private
mission69b/t2000-internal repo, mounted at spec/.
Steps
- Read the top of
audric-build-tracker.mdto get the latestS.N. Increment it — never reuse or guess a number. - Confirm the work is actually shipped (committed / deployed), not just written.
- Insert the new entry immediately below the
**Rules:**block, above the current top entry.
Entry shape
Match the house style exactly — a heading, a one-line "why" with founder context where it exists, then bolded-lead bullets:
## S.<N> — <title> (<YYYY-MM-DD>)
<One or two lines: the driver / founder rationale / what forced this.>
- **<Category>:** what changed, concretely, with file or package names.
- **<Category>:** …
- **Founder ops owed (not in git):** anything requiring a human — DNS, Vercel
project deletion, npm deprecate, dashboard changes. Omit if none.
Categories used in practice: Deleted · Kept · Added · Git · Docs/config ·
Redirects · SSOT · Archive · Rules · Held for founder nod ·
Founder ops owed.
Rules
- Be specific. "Updated docs" is useless six months later; name the files.
- Record what was NOT done and why — held decisions, deferred pieces, ops owed.
- Don't editorialize the outcome. If something is partial or unverified, say so.
- One entry per slice. Don't retro-edit older entries to look tidier.
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 · 49 lines · 18 tokens per session scan A 5fdb3ed3af00
tracker is a command published in the GitHub repository mission69b/t2000 (23 stars, last pushed 2d ago), licensed MIT. It adds 18 tokens to every session and 493 once invoked, about $0.0001 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 commands, from other repositories
help
Show available commands for this app.
mesh
Show what the mesh can do right now — discover live capabilities and this agent's MESH balance.
find-tool
Find a crypto MCP/CLI/SDK/x402 tool via OnchainAI.
status
Generate a cross-project status report for all active client projects.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.