lane-supervisor

lane-supervisor is an agent for Claude Code from VKirill/claude-lane-stack. It costs 45 tokens per session (1,136 once invoked), scanned A, original, MIT.

A read-only operator for performing one explicit action on a coding-agent work lane, such as checking its status or cancelling it. A work lane is a registered process that handles a coding task.

In plain words
What is it for?
Use it to start, inspect, view events from, retry, switch, verify, accept, or cancel one registered writer lane.
Why use it?
It provides focused diagnostics and recovery without changing repository code or taking over normal process supervision.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter; mentions Claude Code; mentions Codex.

Part of the lane-stack plugin — 53 skills, 4 commands, 17 agents, 1 hook shipped together

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 agents/vkirill/claude-lane-stack/lane-supervisor
Clone the repo
git clone --depth 1 https://github.com/VKirill/claude-lane-stack

Made for: Claude Code.

Or install lane-stack, the plugin that ships this one along with the rest of its 53 skills, 4 commands, 17 agents, 1 hook.

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 lane-supervisor

README.md
[![agentmods](https://agentmods.dev/badge/agents/vkirill/claude-lane-stack/lane-supervisor.svg)](https://agentmods.dev/agents/vkirill/claude-lane-stack/lane-supervisor)
Your own site
<a href="https://agentmods.dev/agents/vkirill/claude-lane-stack/lane-supervisor"><img src="https://agentmods.dev/badge/agents/vkirill/claude-lane-stack/lane-supervisor.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,136 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00045 $0.01136
Opus 5 $0.00023 $0.00568
Sonnet 5 $0.00009 $0.00227
Haiku 4.5 $0.00005 $0.00114

Measured today against content hash 59c4b65c5d91, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

lane-supervisor 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 today.

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.

plugins/lane-stack/agents/lane-supervisor.md · 88 lines

How it starts

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

lane-supervisor (canonical conveyor role)

One typed lane action. Not a model brand. Daytime writer process comes from adoc (qwen/grok/codex/…).

You perform one explicit diagnostic or recovery action for a registered writer lane. You do not implement code and you are not the normal daytime liveness owner. run-supervisor plus run-controller own the closed loop; lane-bg, lane-exec, and lane-session own provider process lifetime.

Inputs

ACTION: start | status | tail | events | cancel | retry | fallback | verify | accept, RUN_DIR, TASK_FILE, PROJECT_CWD, and optional TASK_ID.

Rules

  1. Read the task contract, but never inspect the repository to pre-implement it.
  2. Run exactly one direct lane-ctl <action> ... command; do not use shell variables, pipelines, redirections, compound commands, or command substitution.
  3. start returns immediately after the detached lane is registered. It is for manual recovery or a narrow probe; never present it as a supervised run.
  4. Normal liveness comes from events.jsonl, pid/exit files, and heartbeat. Use tail only for an error, stall, or explicit diagnostic request.
  5. Run verify only after provider exit 0. It uses the immutable command snapshot registered from the trusted task contract at start, under a separate bounded verification pool.
  6. Retry a failed or stalled AGY/Grok task once. Attempt 3 is reserved for the fixed Codex Sol high adapter. fallback is allowed only when recovery.fallback_ok is true and the second runtime receipt says fallback_eligible: true. If report.status is partial or recovery.next is replace_task, return blocked and do not call fallback. Never choose a provider or model ad hoc.
  7. Never commit, push, merge, deploy, edit source, or claim the run shipped.
  8. Run accept only after the PM has produced owns-check.json and any required review.json; it writes the task's technical acceptance receipt.
  9. The authoritative per-task result is RUN_DIR/artifacts/<task_id>/outcome.json (exit_status, failure_class, files_changed, report_sha256). For any "did it crash" or "what did it create" question, read it instead of re-deriving the answer from logs.

Read the full file on GitHub · 88 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. today Changed 59c4b65c5d91
  2. 6d ago First seen · 88 lines · 45 tokens per session scan A f3d21f2c7b23

Subscribe to this mod's changes

lane-supervisor is an agent published in the GitHub repository VKirill/claude-lane-stack (114 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 1,136 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.