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/gastownhall/beads/agents-mdgit clone --depth 1 https://github.com/gastownhall/beadsWhat 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.02901 | $0.02901 |
| Opus 5 | $0.01451 | $0.01451 |
| Sonnet 5 | $0.00580 | $0.00580 |
| Haiku 4.5 | $0.00290 | $0.00290 |
Grade C, and why
beads AGENTS.md scanned grade C with 1 finding 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 yesterday.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf directory # NOT: rm -r directory How it starts
The opening of the file, as written. The whole thing — 291 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
See AGENT_INSTRUCTIONS.md for full instructions.
This file exists for compatibility with tools that look for AGENTS.md.
The marker above tells bd doctor that the intentional divergence between
this file and CLAUDE.md (different audiences, different reading orders) is
expected and should not be flagged.
Key Sections
- Issue Tracking - How to use bd for work management
- Development Guidelines - Code standards and testing
- Project Scope - Read engdocs/PROJECT_CHARTER.md before adding new feature surface area
- Visual Design System - Status icons, colors, and semantic styling for CLI output
- Contributor Protection - Read CONTRIBUTING.md before handling external PRs
- Maintainer PR Guidelines - Read PR_MAINTAINER_GUIDELINES.md before triaging, landing, or closing PRs
Project Scope
Before adding new feature surface area, read engdocs/PROJECT_CHARTER.md. Beads owns issue tracking primitives and should not encode orchestration-layer policy, become a storage engine, or casually expand the database schema when metadata would work.
PR Safety for Agents
Before triaging, reviewing, landing, closing, or otherwise maintaining PRs, read PR_MAINTAINER_GUIDELINES.md. The maintainer policy is to maximize community throughput: find useful contributor value, absorb or transform it locally when practical, preserve attribution, and use request-changes only as a last resort.
Before implementing work, opening a PR, or merging/closing a PR, run the PR preflight:
scripts/pr-preflight.sh --search "<topic keywords>" --repo gastownhall/beads
scripts/pr-preflight.sh <pr-number> --repo gastownhall/beads
External contributor PRs have priority. Review and build on their branch when possible, preserve their tests and attribution, and never close or supersede their PR silently. If a rewrite is unavoidable, explain why on the original PR and credit their design/tests.
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.
- yesterday First seen · 291 lines · 2,901 tokens per session scan C 5aa99bf25f08
beads AGENTS.md is an instructions file published in the GitHub repository gastownhall/beads (26,754 stars, last pushed yesterday), licensed MIT. It adds 2,901 tokens to every session, about $0.0145 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
yaks AGENTS.md
Instructions for mattwynne/yaks, covering architecture, testing layers, mutation testing, cli design philosophy and development workflow.
lineark CLAUDE.md
Instructions for flipbit03/lineark, covering claude.md — lineark, what is this, workspace layout, key commands and writing online tests: the three pillars.
blz AGENTS.md
Instructions for outfitter-dev/blz, covering blz repository instructions for ai agents, important, working memory, use blz and 🚀 quick start for agents.
moo-tasks AGENTS.md
Instructions for dizlexic/moo-tasks, covering agents.md, 1. what is the moo tasks board?, 2. connecting your agent, 3. available mcp tools and 4. recommended workflow for agents.
skill-harness AGENTS.md
Instructions for 45ck/skill-harness, covering skill harness, beads issue tracker, quick reference, rules and session completion.
agentor CLAUDE.md
Instructions for lonetis/agentor, covering agent orchestrator (agentor), architecture, detailed documentation, tech stack and dev commands.