session-orchestrator CLAUDE.md

session-orchestrator CLAUDE.md is an instructions file for coding agents from Kanevry/session-orchestrator. It costs 3,554 tokens per session, scanned A, original, MIT.

A project instruction document for the session-orchestrator plugin. It explains where to find its documentation, rules, project context, and operating procedures.

In plain words
What is it for?
It is for guiding work on the session-orchestrator codebase, including plugin development, configuration, and session records.
Why use it?
It gives coding agents consistent project-specific guidance instead of making them infer conventions from scattered files.

Instructions file

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/kanevry/session-orchestrator/claude-md
Clone the repo
git clone --depth 1 https://github.com/Kanevry/session-orchestrator

Wrote 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.

agentmods badge for session-orchestrator CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kanevry/session-orchestrator/claude-md.svg)](https://agentmods.dev/instructions/kanevry/session-orchestrator/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/kanevry/session-orchestrator/claude-md"><img src="https://agentmods.dev/badge/instructions/kanevry/session-orchestrator/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,554 This file is loaded in full into every session.
When invoked 3,554 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.03554 $0.03554
Opus 5 $0.01777 $0.01777
Sonnet 5 $0.00711 $0.00711
Haiku 4.5 $0.00355 $0.00355

Measured yesterday against content hash b7d6079b1840, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

session-orchestrator 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 yesterday.

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.

CLAUDE.md · 220 lines

How it starts

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

Session Orchestrator Plugin

Project-instruction file resolution: this is CLAUDE.md on Claude Code / Cursor IDE; the equivalent file on Codex CLI is AGENTS.md. See skills/_shared/instruction-file-resolution.md.

Lean root by design (Anthropic large-codebase best-practice: root = pointers + critical gotchas). Delegated docs:

  • Install, CLI usage, architecture, component inventoryREADME.md (§Components)
  • Sub-agent authoring spec (frontmatter, body, sandbox-tier, output-schema) → agents/AGENTS.md
  • Stable product/tech/structure context.orchestrator/steering/ (injected at session-start Phase 2.6)
  • Always-on + path-scoped rules.claude/rules/ (per-wave via rule-loader.mjs, #336/#694); authoring spec → docs/rule-authoring.md
  • Session narrative & decisions log → [[01-projects/session-orchestrator/decisions]] in the Meta-Vault
  • Operator tmux side-channel/tmux-layout (4-pane: STATE.md/CI-watch/events; ADR-0007)

Additive instruction-file layering: this root for the big picture, nested files (agents/AGENTS.md, .claude/rules/*.md) for local conventions.

Current State

State-free by design (see the Live state is not in this file gotcha below). The live version, test/coverage counts, backlog, and component inventory live in their SSOTs — never inline here, because they drift faster than this file is edited:

  • Version + test/coverage → README badges
  • Per-session metrics & history.orchestrator/metrics/sessions.jsonl
  • Session narrative & decisions → [[01-projects/session-orchestrator/decisions]] (Meta-Vault)

Critical Gotchas

Read the full file on GitHub · 220 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. yesterday First seen · 220 lines · 3,554 tokens per session scan A b7d6079b1840

Subscribe to this mod's changes

session-orchestrator CLAUDE.md is an instructions file published in the GitHub repository Kanevry/session-orchestrator (49 stars, last pushed yesterday), licensed MIT. It adds 3,554 tokens to every session, about $0.0178 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-09-03.

Related

Other instructions, from other repositories

semantix CLAUDE.md

Claude Code instructions for Gnosil/semantix, covering 项目规则(claude code), 1. 改动须经用户过目;由 claude 提交到分支 + pr,用户 review 后合并 and 2. 本地实验区:论文数据与实验材料不进 github.

Gnosil/semantix · 561 tokens

rimz AGENTS.md

AGENTS.md instructions for rimio-ai/rimz, covering agents.md, how to read this contract, engineering principles, product invariants and room quick reference.

rimio-ai/rimz · 3,834 tokens

rimz CLAUDE.md

Claude Code instructions for rimio-ai/rimz, a project described as: RimZ is a realtime dashboard and control room for harnessing agentic coding, build on tmux and Zellij.

rimio-ai/rimz · 3 tokens

open-bridge AGENTS.md

Instructions for bks-lab/open-bridge, covering the bridge — agent instructions, required reading, session start detection (automatic), theme and agents.

bks-lab/open-bridge · 8,154 tokens

david-vscode CLAUDE.md

Instructions for edwardyen724-g/david-vscode, covering claude.md, project: david — agent orchestration for claude code, build, package, install, produce a .vsix and local install.

edwardyen724-g/david-vscode · 2,524 tokens

Warden-AI GEMINI.md

Gemini CLI instructions for rynald0cst0ltziam/Warden-AI, covering warden — context governance and verification layer, session start (important — do this first), layer 1: before starting work — context selection, layer 2: during work — tool output pruning and enforcement hooks (automatic).

rynald0cst0ltziam/Warden-AI · 4,292 tokens