Borrowing it
Nothing to install: this file belongs to atomchung/long-run-hybrid-coach. 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/atomchung/long-run-hybrid-coach/main/AGENTS.mdgit clone --depth 1 https://github.com/atomchung/long-run-hybrid-coachWrote 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/atomchung/long-run-hybrid-coach/agents-md)<a href="https://agentmods.dev/instructions/atomchung/long-run-hybrid-coach/agents-md"><img src="https://agentmods.dev/badge/instructions/atomchung/long-run-hybrid-coach/agents-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/atomchung/long-run-hybrid-coach/agents-md"><img src="https://agentmods.dev/badge/instructions/atomchung/long-run-hybrid-coach/agents-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.01825 | $0.01825 |
| Opus 5 | $0.00912 | $0.00912 |
| Sonnet 5 | $0.00365 | $0.00365 |
| Haiku 4.5 | $0.00183 | $0.00183 |
Grade A, and why
long-run-hybrid-coach AGENTS.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 9d 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 — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Long Run Hybrid Coach repository rules
This is a Codex-native product. The repository must not call an LLM API or require an OpenAI API key.
Repository invariants
- Keep the product runnable without importing PersonalOS. PersonalOS may be a migration reference, never a runtime dependency.
- Keep credentials, raw provider payloads, GPS tracks, FIT activities, private contexts, plans, approvals, receipts, and provider state outside the repository. Only anonymous fixtures may be committed.
- Treat missing, stale, partial, and failed reads as unknown. Never convert them to zero or evidence of recovery.
- The model owns coaching judgment. Deterministic code owns data acquisition, reconciliation with identity-backed actuals, validation, persistence, approval binding, idempotency, provider writes, read-back, and delivery state.
- Deterministic validation must not become a shadow coach. Block only when an action is structurally invalid, contradicts verified state or identity, invents unsupported precision, crosses an authorization or delivery boundary, or conflicts with an explicit positive safety signal. Missing, stale, partial, or failed optional evidence may lower confidence but must not by itself force rest or human review, or block an otherwise valid coaching action.
- Before adding a blocking validator, document the exact invariant and concrete harm, why a warning, model judgment, or narrower capability boundary is insufficient, which valid workflows remain possible, and the false-positive cost. Add both a harmful-case regression and a false-positive control. Prefer provenance, warnings, bounded writes, and targeted checks over blanket denial.
- Publishing requires approval bound to the exact proposed delivery. Only product-owned workouts may be written or updated.
- Report only delivery evidence the product can observe. The contract is the owner of valid delivery states; an earlier state never proves a later hop.
- Do not diagnose. Pain, illness, chest pain, dizziness, or unusual symptoms require a lower-risk human decision.
- Coaching capability is entry-agnostic: every entry, including a new one, must be able to express any coaching act the validation layer accepts. Entries differ only in data sources and in operator tooling.
- Invariant 5 binds the validator; this binds the prompt. A Skill or hosted
instruction must not become a shadow coach either. It owns only the
product-specific orchestration a competent model cannot infer: what the
source of truth is, which boundary needs an explicit confirmation, and what
the product may claim to have observed. Field semantics belong to
contracts/, training judgment tohybrid_training.mdserved beside it as its own prompt, structural and authorization rules to the validator, and the command surface to README. An observation is never mapped to an assumed cause and a fixed adjustment:none_foundmeans no matching evidence was observed, never that the athlete's week was too full. - A new capability changes evidence, context, schema, or tool descriptions. Changing a coaching instruction instead is the exception and carries the burden: name the concrete, reproducible eval failure it fixes, and why a better field description, context shape, or tool contract cannot fix it. A single dogfood incident is not that failure. No fixed threshold, progression percentage, or decision tree enters an instruction unless it is a structural or safety invariant. When deleting an instruction leaves the coaching evals and the safety boundary unchanged, keep it deleted.
- Everything the model reads is one finite budget: tool descriptions, input schemas, the orchestration prompt, the Skill, and every context field. A client is handed all of it before the first turn and carries it through the conversation, so an addition is paid for by every later turn. Growth is therefore accounted for, not assumed: adding surface means saying what it buys, and adding it to the orchestration prompt means naming the paragraph it replaces.
- A tool is one act with one set of defaults. Do not merge operations whose side effects, destructiveness, or defaults differ — a single tool whose unstated field means "not stated" on one path and "as prescribed" on another invents data on behalf of the athlete, and one whose annotations must describe both paths can only describe them dishonestly. Equally, do not split one act into a sequence the model has to rediscover. Fewer tools is not the goal; each tool being truthfully describable in its own sentence is.
- Prefer changing what the model reads over adding to what it must choose between. A better field description, a clearer context shape, or a tighter input contract is cheaper than a new tool and cannot be called at the wrong time. When a new surface is genuinely the answer, an eval case that fails before it and passes after is what shows it was.
- A comment reading
archived issue #NNnames an issue in the archived private repository this product migrated from; the number does not resolve here and is provenance for finished work, never a link to follow. Cite this repository's own tracker as plainissue #NN. Before adding a new citation, open the number and confirm its topic actually matches what you are writing next to — the archived repository used the same low numbers this one has since reissued for unrelated work, so a remembered number is not enough.
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.
- 9d ago First seen · 136 lines · 1,825 tokens per session scan A c439dcbd6fff
long-run-hybrid-coach AGENTS.md is an instructions file published in the GitHub repository atomchung/long-run-hybrid-coach (4 stars, last pushed yesterday), licensed MIT. It adds 1,825 tokens to every session, about $0.0091 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
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).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.