status

A command that builds a status dashboard for a Wheat research sprint. It reads the sprint’s compiled data and recent Git history, then creates a self-contained HTML page.

In plain words
What is it for?
Use it to review the sprint question, research phases, topic coverage, evidence levels, unresolved blockers, and recent changes.
Why use it?
It gathers progress, evidence quality, conflicts, connected sources, and recent activity in one view instead of requiring you to inspect several files and commands.

Command

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 commands/grainulation/wheat/status
Clone the repo
git clone --depth 1 https://github.com/grainulation/wheat
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 425 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 $0.00000 $0.00425
Opus 5 $0.00000 $0.00212
Sonnet 5 $0.00000 $0.00085
Haiku 4.5 $0.00000 $0.00042

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

Security

Grade A, and why

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

templates/commands/status.md · 61 lines

What it actually says

/status — Render the sprint dashboard

You are generating the current status dashboard for this Wheat sprint.

Process

  1. Run the compiler:

    npx @grainulation/wheat compile --summary
    
  2. Read compilation.json for all dashboard data.

  3. Read git log for recent activity:

    git log --oneline -20 claims.json
    
  4. Generate dashboard HTML: Create/update output/dashboard.html — a self-contained dashboard page. The dashboard must show:

    Header: Sprint question, current phase, compilation status (ready/blocked), days since initiation

    Phase Progress: Visual progress through define -> research -> prototype -> evaluate -> compile. Show which phases have claims.

    Evidence Strength by Topic: For each topic in coverage, show:

    • Topic name
    • Number of claims
    • Highest evidence tier (with color coding: green=tested/production, amber=documented, red=web/stated)
    • Visual bar representing depth

    Conflict Status:

    • Resolved conflicts with winner/loser and reason
    • Unresolved conflicts highlighted as blockers
    • "Compilation readiness" indicator

    Connected Sources: List any connectors from meta

    Recent Activity: From git log — the sprint timeline

    Claim Inventory: Grouped by topic, showing type, evidence tier, and status for each claim

  5. Also print a text summary to the terminal so the user gets immediate feedback without opening a file.

Git commit

Only commit if the dashboard changed meaningfully. Don't commit for a status-only check.

Commit: wheat: /status — updated dashboard

Tell the user

  • Print the text summary (phase, claim counts, conflicts, readiness)
  • Point them to output/dashboard.html for the full visual dashboard
  • Suggest next actions based on what's needed (resolve conflicts, fill coverage gaps, etc.)

$ARGUMENTS

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 · 61 lines · 0 tokens per session scan A 67c1d6a1d2ff

Subscribe to this mod's changes

status is a command published in the GitHub repository grainulation/wheat (20 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 425 tokens. 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.