cctop AGENTS.md

A development guide for cctop, a macOS menu-bar app that monitors AI coding sessions and lets users switch to them.

In plain words
What is it for?
Use it when changing cctop features, interface design, session tracking, persistence, website files, or release videos.
Why use it?
It points agents to the documents that define the product, design, session behavior, website, and video workflows. It also protects existing user settings and running sessions.

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

Made for: Codex, OpenCode.

Per session 2,107 This file is loaded in full into every session.
When invoked 2,107 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.02107 $0.02107
Opus 5 $0.01053 $0.01053
Sonnet 5 $0.00421 $0.00421
Haiku 4.5 $0.00211 $0.00211

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

Security

Grade A, and why

cctop 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 · 139 lines

How it starts

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

AGENTS.md - Development Guide for cctop

Scope and Sources

cctop is a macOS menu bar app that monitors AI coding sessions and jumps to them.

Use this file for rules that apply to most cctop work. Use these sources for detailed decisions:

Keep canonical repository guidance in this file. Pointer files, such as CLAUDE.md, must point to this file instead of copying it.

Required Development Rules

  • Do not change the user's tool configuration without explicit consent. This includes plugins, hooks, and settings files.
  • Do not make a compatibility break that requires running sessions to restart before they can reconnect.
  • New features can remain unavailable to an existing session until that session restarts.
  • Treat ~/.cctop/sessions/*.json, cctop logs, and client state as debugging evidence. A UI screenshot is only a symptom.
  • Keep app liveness, client liveness, visibility, archive state, hidden state, subagent state, and hook provenance separate.
  • If a shared source changes, update all owners in the same change. Shared sources include schemas, hook versions, install paths, and release tooling.
  • For every version change, run scripts/bump-version.sh <version>. Do not edit version values separately.
  • Preserve canonical identity and order in SessionManager.userSessions. Derive SessionData only at the final presentation or direct-action boundary. A direct row action must use the exact SessionData value that the row shows.
  • Keep Stream Deck downstream of the app. It reads ~/.cctop/display-state.json and must not recreate session policy.

Read the full file on GitHub · 139 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 · 139 lines · 2,107 tokens per session scan A dd60e92109da

Subscribe to this mod's changes

cctop AGENTS.md is an instructions file published in the GitHub repository st0012/cctop (147 stars, last pushed 15d ago), licensed MIT. It adds 2,107 tokens to every session, about $0.0105 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.