Borrowing it
Nothing to install: this file belongs to Wolfe-Jam/bun-sticky-faf. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Wolfe-Jam/bun-sticky-faf/main/CLAUDE.mdgit clone --depth 1 https://github.com/Wolfe-Jam/bun-sticky-fafWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/wolfe-jam/bun-sticky-faf/claude-md)<a href="https://agentmods.dev/instructions/wolfe-jam/bun-sticky-faf/claude-md"><img src="https://agentmods.dev/badge/instructions/wolfe-jam/bun-sticky-faf/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/wolfe-jam/bun-sticky-faf/claude-md"><img src="https://agentmods.dev/badge/instructions/wolfe-jam/bun-sticky-faf/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.01140 | $0.01140 |
| Opus 5 | $0.00570 | $0.00570 |
| Sonnet 5 | $0.00228 | $0.00228 |
| Haiku 4.5 | $0.00114 | $0.00114 |
Grade A, and why
bun-sticky-faf 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 10d 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 — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — bun-sticky
What This Is
Fastest bun under the sum. FAF scoring for Bun — powered by Mk4 WASM.
Stack
- Language: TypeScript
- Runtime: Bun
- Package Manager: npm
- API: CLI
- Hosting: npm registry
- CI/CD: GitHub Actions
Context
- Who: wolfejam team
- What: Fastest bun under the sum. FAF scoring for Bun — powered by Mk4 WASM.
- Why: To enable faf, bun, bun-native, bunx, cli, scoring, wolfejam, ai-context, ai-readiness, project-dna, context-engineering, iana, claude, persistent-context, wasm, mk4
- Where: npm registry + GitHub
- When: Production/Stable
- How: bunx bun-sticky score
STATUS: BI-SYNC ACTIVE — 2026-07-08T18:28:43.034Z
bun-sticky
Fastest bun under the sum. Bun-native .faf CLI with Wolfejam slot-based scoring.
🏆 100% Trophy - 11/11 slots filled
Quick Commands
bun test # Run test suite (369 tests)
bun run index.ts score # Score current project
bun run index.ts wasm-score # Score via Mk4 WASM kernel
bun run index.ts bench # Benchmark: 284μs per score
bun run index.ts help # Show commands
Architecture
bun-sticky/
├── index.ts # CLI entry + ASCII banner
├── lib/
│ ├── core/ # Embedded faf-wasm-core
│ │ ├── index.ts # init(), score(), getKernel()
│ │ ├── types.ts # FafKernel, ScoreResult, TIERS
│ │ ├── kernels/ # Rust adapter + Zig placeholder
│ │ └── wasm/ # Embedded 322KB WASM binary
│ ├── parser.ts # Zero-dep YAML parser
│ ├── scorer.ts # Thin WASM wrapper
│ └── tier.ts # 7-tier ranking system
└── tests/
├── sticky.test.ts # Core unit tests
├── wasm.test.ts # WASM kernel tests
└── wjttc.test.ts # Championship test suite
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.
- 10d ago First seen · 139 lines · 1,140 tokens per session scan A b449aeb792d7
bun-sticky-faf CLAUDE.md is an instructions file published in the GitHub repository Wolfe-Jam/bun-sticky-faf (2 stars, last pushed 29d ago), licensed MIT. It adds 1,140 tokens to every session, about $0.0057 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-31.
Other instructions, from other repositories
agent-rulescope tests.instructions.md
Instructions for 13624725933/agent-rulescope, a project described as: See exactly which instructions your coding agent inherits. Scan AGENTS.md, CLAUDE.md, Cursor and Copilot rules.
agent-rulescope copilot-instructions.md
Copilot instructions for 13624725933/agent-rulescope, a project described as: See exactly which instructions your coding agent inherits. Scan AGENTS.md, CLAUDE.md, Cursor and Copilot rules.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.