sitrep-panel AGENTS.md

Instructions for a local live HTML progress report called sitrep-panel. The report runs on the user’s computer, opens in a browser, and updates automatically while work progresses.

In plain words
What is it for?
It helps start, open, stop, archive, and update a local task report that works offline and does not need to be published.
Why use it?
It lets someone watch a task’s status as it happens instead of receiving only a summary after the work is finished.

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/dbl8005/sitrep-panel/agents-md
Clone the repo
git clone --depth 1 https://github.com/dbl8005/sitrep-panel

Made for: Codex, OpenCode.

Per session 1,488 This file is loaded in full into every session.
When invoked 1,488 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.01488 $0.01488
Opus 5 $0.00744 $0.00744
Sonnet 5 $0.00298 $0.00298
Haiku 4.5 $0.00149 $0.00149

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

Security

Grade A, and why

sitrep-panel 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 3d 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 · 127 lines

How it starts

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

sitrep-panel

A live local HTML report you keep updated as you work. It lives at .sitrep-panel/report/ inside whatever project you're invoked from, served on localhost, and it live-reloads in the browser every time you update it — the user never has to hit refresh.

This is not a hosted artifact. It never leaves the user's machine, needs no publish step, and works offline. Use it whenever the user wants to watch a task happen rather than read about it after the fact — they'll typically ask by name ("start a sitrep-panel", "/sitrep-panel") or describe wanting a "progress report", "status page", or "live doc" for a task.

Invocation

sitrep-panel [start | open | stop | archive] — default (no argument) is start.

  • start (default) — scaffold a new report if none is active, or resume the active one. Always ends by printing the localhost URL prominently.
  • open — just print the URL of the active report (start the server if it isn't running); never touches content.
  • archive — move the current active report to .sitrep-panel/archive/<timestamp>-<slug>/ and scaffold a fresh one. Use this when starting genuinely new, unrelated work rather than continuing the current task.
  • stop — kill the background server. Content on disk is untouched; start or open later brings it back.

First run — scaffold

If .sitrep-panel/report/ doesn't exist yet in the current project:

  1. Create .sitrep-panel/report/screenshots/.
  2. Copy assets/template.html (from this package's own directory) to .sitrep-panel/report/index.html. Replace {{TITLE}} with a short name for the task, and {{SUBTITLE}} with one line of context (what this report is tracking, and when it started).
  3. Write .sitrep-panel/report/meta.json:
    {"updated_at": "<current ISO-8601 UTC timestamp>"}
    
  4. If the project is a git repo and .sitrep-panel/ is not already covered by .gitignore, append it — this is local scratch, not something to commit. Mention you did this; don't ask first, it's trivially reversible.

Read the full file on GitHub · 127 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. 3d ago First seen · 127 lines · 1,488 tokens per session scan A 22a460fb04ad

Subscribe to this mod's changes

sitrep-panel AGENTS.md is an instructions file published in the GitHub repository dbl8005/sitrep-panel (21 stars, last pushed 11d ago), licensed MIT. It adds 1,488 tokens to every session, about $0.0074 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.