status

status is a command for coding agents from Ingramradical235/anty-framework. It costs 8 tokens per session (827 once invoked), scanned A, a copy of status, MIT.

A command-line dashboard that reads the project’s `.anty` files and shows goals, progress, growth, actions, deals, and other tracked state.

In plain words
What is it for?
Use it to review goal progress, buffer use, growth, the main constraint, pipeline deals, and recent scans.
Why use it?
It puts scattered planning and activity data in one view, so you can check the current state without opening each file.

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/ingramradical235/anty-framework/status
Clone the repo
git clone --depth 1 https://github.com/Ingramradical235/anty-framework

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/ingramradical235/anty-framework/status.svg)](https://agentmods.dev/commands/ingramradical235/anty-framework/status)
Your own site
<a href="https://agentmods.dev/commands/ingramradical235/anty-framework/status"><img src="https://agentmods.dev/badge/commands/ingramradical235/anty-framework/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 827 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00008 $0.00827
Opus 5 $0.00004 $0.00413
Sonnet 5 $0.00002 $0.00165
Haiku 4.5 $0.00001 $0.00083

Measured 4d ago against content hash e2e4c662e3da, 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 4d 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.

Origin

This is a copy

100% identical to status — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/status.md · 111 lines

How it starts

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

/anty:status — CLI Dashboard

Trigger

User runs /anty:status

Behavior

Read ALL files in the .anty/ directory tree to gather current state, then display a formatted ASCII dashboard.

Steps

  1. Read all .anty/ files:

    • .anty/goals/*.yaml — Goal definitions, progress, buffer
    • .anty/drivers/*.yaml — Driver definitions, impact_weight, metrics
    • .anty/actions/*.yaml — Action statuses
    • .anty/pipeline/config.yaml — Pipeline step definitions
    • .anty/pipeline/deals/*.yaml — Active deals
    • .anty/scratchpad.md — Working memory entries
    • .anty/config.yaml — Configuration
    • .anty/history/scans/ — Last scan timestamp
  2. Display formatted dashboard:

====================================================
  ANTY STATUS DASHBOARD
====================================================

Goal: [goal name] ([timeframe])
Progress: [progress bar] [current]/[target] ([%])
Buffer:   [zone] ([consumption]% consumed)

Growth:   [weekly rate]%/week (YC: [assessment])

----------------------------------------------------
CRUX DRIVER
----------------------------------------------------
  Constraint: [driver name]
  Impact Weight: [weight]%

----------------------------------------------------
WIP STATUS
----------------------------------------------------
  Constraint WIP: [n]/[limit]
  Non-constraint WIP: [n]
  Total WIP: [total]/[max]

----------------------------------------------------
DRIVERS (sorted by impact_weight)
----------------------------------------------------
  [star] [name]     wt:[weight]%  metric:[value]%  [CONSTRAINT]
         [name]     wt:[weight]%  metric:[value]%
         [name]     wt:[weight]%  metric:[value]%

----------------------------------------------------
PIPELINE
----------------------------------------------------
  Active Deals: [n] | Weighted Value: $[value]
  Bottleneck: Step [n] ([name])

----------------------------------------------------
ACTIONS
----------------------------------------------------
  Pending: [n] actions awaiting approval
  Run /anty:actions to review

----------------------------------------------------
SCRATCHPAD
----------------------------------------------------
  [SUCCESS]: [n] | [FAILURE]: [n]
  [PATTERN]: [n] | [INSIGHT]: [n]

Last scan: [timestamp]
====================================================

Read the full file on GitHub · 111 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. 4d ago First seen · 111 lines · 8 tokens per session scan A e2e4c662e3da

Subscribe to this mod's changes

status is a command published in the GitHub repository Ingramradical235/anty-framework (1 stars, last pushed 2d ago), licensed MIT. It adds 8 tokens to every session and 827 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to status, differing in 0 lines, and is treated as a copy.