cc-statusline AGENTS.md

cc-statusline AGENTS.md is an instructions file for Codex, OpenCode from tenondecrpc/cc-statusline. It costs 2,696 tokens per session, scanned B, original, MIT.

Repository instructions for cc-statusline, a configurable status-line command for Claude Code that runs on macOS, Linux, and Windows.

In plain words
What is it for?
Use them when changing the status-line script, configuration, presets, platform support, Git information, or smoke tests.
Why use it?
They explain which file is authoritative and how the shell, Node.js, JSON configuration, Git helpers, and tests fit together.

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/tenondecrpc/cc-statusline/agents-md
Clone the repo
git clone --depth 1 https://github.com/tenondecrpc/cc-statusline

Made for: Codex, OpenCode.

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 cc-statusline AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tenondecrpc/cc-statusline/agents-md.svg)](https://agentmods.dev/instructions/tenondecrpc/cc-statusline/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tenondecrpc/cc-statusline/agents-md"><img src="https://agentmods.dev/badge/instructions/tenondecrpc/cc-statusline/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,696 This file is loaded in full into every session.
When invoked 2,696 The same file — it is already loaded in full.
Security scan B 2 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.02696 $0.02696
Opus 5 $0.01348 $0.01348
Sonnet 5 $0.00539 $0.00539
Haiku 4.5 $0.00270 $0.00270

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

Security

Grade B, and why

cc-statusline AGENTS.md scanned grade B with 2 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 5d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Use real `~/.claude/settings.json` only when the task specifically requires it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL "https://github.com/tenondecrpc/cc-statusline/archive/refs/tags/vX.Y.Z.tar.gz" \
AGENTS.md · 271 lines

How it starts

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

AGENTS.md

Guidelines for coding agents operating in this repository.

Instruction Source

AGENTS.md is the authoritative repository instruction file for this project.

CLAUDE.md is a thin bootstrap that defers to AGENTS.md and must not duplicate repository rules.

Keep product usage docs in README.md. Keep this file focused on how agents should work in the repository.

Project

This repository contains cc-statusline, a configurable statusline command for Claude Code.

The current stack is:

  • Node.js 18+ for the npm CLI and Windows runtime.
  • Bash 3.2+ for Unix runtime and installer scripts.
  • jq 1.6+ for JSON parsing and config merging.
  • JSON presets under presets/.
  • Shell smoke tests under tests/.
  • macOS and Linux support through the Bash runtime and Homebrew.
  • Windows support through the npm Node.js runtime.

Current repository shape:

  • statusline.sh: Claude Code statusline entrypoint. Reads session JSON from stdin and prints one or more statusline rows.
  • lib/colors.sh: ANSI color capability detection and color helpers.
  • lib/config.sh: user config and preset loading.
  • lib/git.sh: bounded git helpers used by statusline modules.
  • lib/modules.sh: statusline module implementations.
  • lib/render.sh: layout renderer that dispatches configured modules.
  • presets/*.json: built-in layouts and default module settings.
  • install.sh: installer that copies files, writes user config, updates Claude settings, and creates backups.
  • uninstall.sh: uninstaller and backup restore flow.
  • tests/test.sh: fixture-based smoke and regression tests.
  • tests/fixtures/*.json: representative Claude Code session payloads.

Language And Writing

All repository artifacts should be written in English unless the user explicitly asks otherwise.

Use ASCII punctuation by default. Do not use em dashes or en dashes in prose, comments, commit messages, plans, or documentation. Use the ASCII hyphen instead.

Unicode glyphs are allowed when they are part of the product output, screenshots, fixture expectations, or README examples for the statusline itself.

Read the full file on GitHub · 271 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. 5d ago First seen · 271 lines · 2,696 tokens per session scan B 793df1925cc5

Subscribe to this mod's changes

cc-statusline AGENTS.md is an instructions file published in the GitHub repository tenondecrpc/cc-statusline (11 stars, last pushed 3mo ago), licensed MIT. It adds 2,696 tokens to every session, about $0.0135 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories