Borrowing it
Nothing to install: this file belongs to tatargabor/set-copilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tatargabor/set-copilot/master/.claude/commands/set/status.mdgit clone --depth 1 https://github.com/tatargabor/set-copilotWrote 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.
[](https://agentmods.dev/commands/tatargabor/set-copilot/status)<a href="https://agentmods.dev/commands/tatargabor/set-copilot/status"><img src="https://agentmods.dev/badge/commands/tatargabor/set-copilot/status.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00519 |
| Opus 5 | $0.00000 | $0.00260 |
| Sonnet 5 | $0.00000 | $0.00104 |
| Haiku 4.5 | $0.00000 | $0.00052 |
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.
What it actually says
Show what all agents are currently working on.
Usage: /set:status
What to do:
-
Gather local activity — Read
.wt/activity.jsonfrom all worktrees across all projects:- Get projects from
~/.config/set-core/projects.json - For each project, run
git worktree list --porcelainto find all worktree paths - Read
.wt/activity.jsonfrom each worktree (if it exists) - These are LOCAL agents (same machine), no "(remote)" tag
- Get projects from
-
Gather remote activity — Read team cache from
~/.cache/set-core/team_status.json:- Parse members array
- Skip members whose name matches the local machine's member name (to avoid duplicates)
- These are REMOTE agents, tag with "(remote)"
-
Check for unread messages — Read local outbox files from
.set-control/chat/outbox/:- Count messages addressed to the current member that are newer than the last read timestamp
- If unread messages exist, show count and suggest
/set:inbox
-
Display consolidated view:
AGENT ACTIVITY
/path/to/worktree-A (project-name)
Skill: wt:loop add-oauth
Broadcast: "Adding Google OAuth provider"
Updated: 2 min ago
/path/to/worktree-B (project-name) (stale)
Skill: wt:status
Updated: 15 min ago
peter@laptop (remote)
Skill: wt:loop fix-bug
Broadcast: "Fixing payment checkout"
Updated: 1 min ago
3 unread messages — run /set:inbox to read them
-
Stale detection: If
updated_atis older than 5 minutes, show "(stale)" next to the entry -
Empty state: If no activity files exist anywhere and no remote activity, output: "No active agents found"
-
Relative timestamps: Convert
updated_atto relative format:- < 60s: "just now"
- < 60m: "N min ago"
- < 24h: "N hours ago"
- else: the raw timestamp
Use the MCP tool get_activity() (from the set-core MCP server) for local activity if available. Otherwise fall back to direct file reads.
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.
- yesterday First seen · 55 lines · 0 tokens per session scan A f5323f8633ba
status is a command published in the GitHub repository tatargabor/set-copilot (2 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 519 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-09-04.
Other commands, from other repositories
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
claim
Claims a GitHub issue for your swarm to work on, preventing conflicts with other swarms.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
next
Suggest the most likely next workflow action based on current context.
weekly-summary
Generate weekly work summary from git activity.