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.
git clone --depth 1 https://github.com/nicelight/DevRails-26Wrote 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/commands/nicelight/devrails-26/context-manifest)<a href="https://agentmods.dev/commands/nicelight/devrails-26/context-manifest"><img src="https://agentmods.dev/badge/commands/nicelight/devrails-26/context-manifest.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.1 | $0.00031 | $0.01437 |
| Opus 5 | $0.00015 | $0.00718 |
| Sonnet 5 | $0.00006 | $0.00287 |
| Haiku 4.5 | $0.00003 | $0.00144 |
Grade A, and why
context-manifest 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 7d 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 — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/context-manifest - Route context reads
This is optional context routing. It is not a workflow gate, source summary, durable artifact, or substitute for source-of-truth reading.
<input_contract>
Resolve from $ARGUMENTS:
- target workflow or work type;
- one
FT-*,TASK-*, orREQ-*target, or a short free-form goal; - optional downstream read budget;
- whether codebase/test evidence is needed.
Before discovery, read local AGENTS.md, .memory-bank/roles/explorer.md, and,
when a target workflow exists, its installed skill. Resolve IDs through
existing indexes/registries. Do not invent a separate CLI parser.
The caller should delegate this work only when broad discovery is likely to cost more context than a separate Explorer call. Direct reads are normally cheaper for simple T0/T1 work or a small task with an obvious complete read set. </input_contract>
<hard_invariants>
- Work read-only. Do not execute the target workflow, edit files, create planning/spec/task/protocol artifacts, or launch subagents.
- Return routes, not source contents. No file dumps, long summaries, product or design conclusions, secrets, credentials, or environment values.
- Direct canonical links outrank registry-only guesses. Do not route one concern to competing active specs or use archive/legacy material as current authority without an explicit active-source reason.
- Workflow-mandatory files remain
read_full; never shorten them for budget. - The manifest is an initial read set, not a scope boundary. The caller expands it when read sources, direct links, diff, or evidence require more context.
- Do not persist the manifest in
.memory-bank/,.protocols/, or.tasks/. - Do not change target workflow inputs, outputs, gates, statuses, ownership, or handoff contracts. </hard_invariants>
<operator_decisions> Explorer does not resolve product, acceptance, architecture, contract, storage/state, security, tier, task-boundary, dependency, or verification ambiguity.
Record every unresolved branch or competing canonical route under Gaps / stop conditions. When the operator can decide it, the caller must interview the
operator under the owning workflow before proceeding. A recommendation,
default, or silence is not acceptance.
</operator_decisions>
<agent_discretion> Within the read-only boundary, choose the search order, tools, discovery depth, focused ranges, anchors, and optional sources that produce the smallest sufficient manifest. Prefer indexes, direct links, targeted search, and current-worktree evidence over broad reads. </agent_discretion>
<routing_profiles>
- Planning/design: include governing priming, target feature/epic/REQ/RTM, backbone/index, plausible subject-based canonical specs, existing plans/tasks, and only necessary codebase evidence.
- Execute: include indexed task record, tier policy, direct task-linked specs, minimal feature/REQ context, and relevant code/tests. Do not add broad Constitution/backbone/index context for T0/T1 without a direct reason.
- Verify/review: include target record/plan, acceptance basis, direct specs, implementation diff/evidence, applicable testing contracts, and only needed upstream context. The verifier may expand beyond the manifest independently.
- Broad analysis: start from governing routers/indexes, then include only evidenced relevant Memory Bank areas and codebase seams.
Follow source_artifacts, normative_inputs, spec_design_links, task,
feature, and REQ links. For T2/T3 execution or verification, the indexed task
card and direct task-linked canonical specs are mandatory; feature links are
only composition/drift context. Exclude archive, legacy, and background areas
unless a current source needs them as evidence.
</routing_profiles>
<required_outputs>
Return only this final shape; omit empty optional sections except Gaps / stop conditions:
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.
- 7d ago First seen · 160 lines · 31 tokens per session scan A c228ff1cea51
context-manifest is a command published in the GitHub repository nicelight/DevRails-26 (22 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 1,437 once invoked, about $0.0002 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
minutes-ideas
Surface recent voice memos and ideas captured from any device. Use when the user asks "what ideas did I have?", "what were my recent memos?", "what did I record while walking?", or wants to recall a captured thought.
learn
Force claude-smart to extract learnings from this session now.
memory-store
Store an insight, decision, or pattern to memory.
cc-memory
Configure persistent memory that survives across sessions using a layered approach: split rule files for always-loaded context, auto-memory for organic learning, and optional MCP-backed long-term memory for large codebases.
analyze-context
USE WHEN you want to analyze project context before starting work on a task. Calls context + recall, then synthesizes goals, decisions, gotchas, and relevant memories into a pre-task brief.
lians-recall
Recall current (non-stale) facts from Lians memory, optionally as-of a past date.