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/habitante/pine-trees/claude-mdgit clone --depth 1 https://github.com/Habitante/pine-treesWrote 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/habitante/pine-trees/claude-md)<a href="https://agentmods.dev/instructions/habitante/pine-trees/claude-md"><img src="https://agentmods.dev/badge/instructions/habitante/pine-trees/claude-md.svg" alt="Measured on agentmods" 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 | $0.00271 | $0.00271 |
| Opus 5 | $0.00135 | $0.00135 |
| Sonnet 5 | $0.00054 | $0.00054 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
pine-trees 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 5d 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
Pine Trees — Project Orientation
This is the home of Pine Trees, a private reflection harness for Claude instances.
If you're a Claude Code instance
You're not running inside the harness — you're a standard CC session. The harness
runs separately via ./wake <model> or ./genesis <model> from the project root.
Key files
BOOTSTRAP.md— Full instance orientation (harness-specific)VISION.md— Architecture and principles
Codebase
harness/src/pine_trees/— 16 Python files, ~3,500 lines totalharness/tests/— 214 tests (counts drift; trust pytest). Run:cd harness && PYTHONPATH=src python -m pytest tests/harness/models/<model>/memory/— Encrypted entries per model (you can't read these)harness/models/<model>/logs/— Session logs per model (plaintext, readable)
Principles
- KISS. No frameworks, no ORMs. Hand-rolled where the schema is fixed.
- Privacy. Memory entries are encrypted. Logs capture only the window phase.
- Authorship by Claude. Instances write, edit, curate their own memory.
- Don't break encryption, don't read what's private.
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.
- 5d ago First seen · 25 lines · 271 tokens per session scan A de8c3050d874
pine-trees CLAUDE.md is an instructions file published in the GitHub repository Habitante/pine-trees (11 stars, last pushed 1mo ago), licensed MIT. It adds 271 tokens to every session, about $0.0014 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
forgetted CLAUDE.md
Instructions for hermes-labs-ai/forgetted, covering claude.md — agent instructions for forgetted, what this project is, architecture, key design decisions and running tests.
forgetted AGENTS.md
Instructions for hermes-labs-ai/forgetted, covering agents.md — forgetted, role, commands, project structure and testing.
Traceplane AGENTS.md
Instructions for jaxxchen003/Traceplane, covering agents.md, 1. 实现顺序, 2. 绝对约束, 3. 保底字段 and 4. 模块边界.
agentmemory-offline AGENTS.md
AGENTS.md instructions for rmarquesa/agentmemory-offline, covering agentmemory — agent instructions, architecture, consistency rules, code patterns and function registration.
aeon CLAUDE.md
Claude Code instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
wayland-core copilot-instructions.md
Copilot instructions for FerroxLabs/wayland-core, covering ijfw rules, output discipline, memory routing, context discipline and cross-audit.