cairnkit AGENTS.md

Project instructions for Cairnkit, a delivery workflow that guides coding agents through staged work and preserves useful knowledge between runs.

In plain words
What is it for?
Initializing and resuming runs, dispatching work by role, applying delivery rules, and managing the project's stored workflow state.
Why use it?
It keeps workflow state and project decisions in files and the cairn engine instead of leaving them to an agent's memory.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/shenchangmin/cairnkit/agents-md
Clone the repo
git clone --depth 1 https://github.com/shenchangmin/cairnkit

Made for: Codex, OpenCode.

Per session 2,251 This file is loaded in full into every session.
When invoked 2,251 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02251 $0.02251
Opus 5 $0.01125 $0.01125
Sonnet 5 $0.00450 $0.00450
Haiku 4.5 $0.00225 $0.00225

Measured 2d ago against content hash 84925005ff67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cairnkit 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 2d 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.

AGENTS.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

cairnkit — Agent instructions (Codex / AGENTS.md harness)

cairnkit is a knowledge-precipitation delivery harness. The workflow is the pipe; knowledge is the moat. This file is the entry point for harnesses that read AGENTS.md (OpenAI Codex CLI and compatibles). The Claude Code form of the same harness lives in .claude-plugin/ + commands/ + skills/; both forms drive the same cairn engine and the same role content in agents/ — see docs/ADAPTERS.md.

The engine: cairn

The deterministic core is a single self-contained binary, cairn (Rust; no language-runtime dependency). System Git is invoked only by optional shared-repository operations. The binary owns the state machine, admission gates, and knowledge layer. You never hold workflow state in your head — cairn is the only writer of state (.cairnkit/STATE.yaml). All commands run from the host project root:

cairn --root . config show                       # is the project initialised? (has_run flag)
cairn --root . state init --run-id <id>          # start a run
cairn --root . state new --run-id <id>           # archive DONE and start the next run
cairn --root . state show | resume               # current state / {stage, paused}
cairn --root . state advance                      # -> next stage (gate-checked)
cairn --root . state set-path-mode <full|lite|single|tooling>
cairn --root . state approve-clarify | unblock
cairn --root . state fail --stage <BUILD_VERIFY|E2E_VERIFY>
cairn --root . kb build-index | query --stage <S> --budget 300 | extract --from <dir> | touch --from <dir>
cairn --root . lifecycle promote | decay   ·   lint [--fix]   ·   knowledge stats
cairn --root . kbrepo sync-in | sync-out | pull | push --message <m> | promote --id <id> --to <L1|L2> | init

Exit codes: 0 ok · 2 usage · 3 gate refused · 4 STATE corrupt. Never edit .cairnkit/STATE.yaml by hand.

How role dispatch works here

The installed cairnkit plugin is skills-only: its bundled cairnkit and workflow-orchestrator skills drive the same cairn engine. Source role content is canonical in agents/ and is mirrored into the isolated native package under plugins/cairnkit/resources/. It does not require, install, copy, or select custom Codex profiles.

Read the full file on GitHub · 132 lines

Changes

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.

  1. 2d ago First seen · 132 lines · 2,251 tokens per session scan A 84925005ff67

Subscribe to this mod's changes

cairnkit AGENTS.md is an instructions file published in the GitHub repository shenchangmin/cairnkit (1 stars, last pushed 1mo ago), licensed MIT. It adds 2,251 tokens to every session, about $0.0113 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.