Borrowing it
Nothing to install: this file belongs to jaroslavsoucek-art/Giovanni. 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/jaroslavsoucek-art/Giovanni/main/.claude/commands/digest.mdgit clone --depth 1 https://github.com/jaroslavsoucek-art/GiovanniWrote 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/jaroslavsoucek-art/giovanni/digest)<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/digest"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/digest/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/jaroslavsoucek-art/giovanni/digest"><img src="https://agentmods.dev/badge/commands/jaroslavsoucek-art/giovanni/digest.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.01820 |
| Opus 5 | $0.00013 | $0.00910 |
| Sonnet 5 | $0.00005 | $0.00364 |
| Haiku 4.5 | $0.00003 | $0.00182 |
Grade A, and why
digest 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/digest
Orchestrate the daily digest per .claude/workflows/daily-digest.md. This command is a thin shell — it sets up pre-flight, parses args, fans out source-puller agents in parallel, then hands off to the workflow procedure. The mechanics live in the workflow doc and the agents; this file is the invocation contract.
Usage
/digest # default — full 12-step procedure
/digest --force # override 4 h cadence guard
/digest --source <name> # debug mode — run a single source pull only
/digest --source <name> --force # both
Argument syntax
| Arg | Type | Default | Meaning |
|---|---|---|---|
--force |
boolean flag | off | Skip the 4 h cadence guard (Workflow Step 0.3). Use after correcting a botched run or rerunning intentionally. |
--source <name> |
parameterized | none | Run only the named source pull and render its bullets — bypasses synthesis, drift, briefs, shadow. Debug aid for source config tuning. <name> must match an entry in memory/digest_sources.md. |
Quoted strings supported. --flag=value and --flag value both work.
Pre-flight (binding — STOP on failure)
Before spawning any agent, the orchestrator verifies:
- CWD check. Working directory contains both
memory/digest_sources.mdanddocs/digest.md. Otherwise STOP:ERROR: not in a Giovanni repo (no memory/digest_sources.md). Reinvoke from repo root. - State file readable.
memory/digest_state.mdexists and parseslast_run_timestampas ISO 8601. If missing or empty:- First run ever → ASK the principal for a manual seed timestamp (e.g. "start window 7 days ago"). Do NOT default.
- Corrupt / missing field → STOP with a diagnostic line pointing at
memory/digest-state.template.md.
- Cadence guard. If
last_run_timestampis less than 4 h ago AND--forceis not set, STOP:INFO: last digest <Nm> ago — re-running this fast pollutes state. Override with --force. - Source config presence.
memory/digest_sources.mdparses and lists ≥1 source. Empty config is a setup error, not a "quiet day". STOP:ERROR: memory/digest_sources.md has no configured sources. Seed it per memory/digest-sources.template.md. - Required agent files present.
.claude/agents/source-puller.md(parallel pull) and — if Step 9/10 will reach them —profile-bootstrap.md. Missing agent file → STOP with which file is absent.
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.
- 9d ago First seen · 104 lines · 25 tokens per session scan A be8e6e4af9da
digest is a command published in the GitHub repository jaroslavsoucek-art/Giovanni (2 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 1,820 once invoked, about $0.0001 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-31.
Other commands, from other repositories
multi-repo-swarm
Coordinate AI swarms across multiple repositories, enabling organization-wide automation and intelligent cross-project collaboration.
release-swarm
Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment.
sparc-supabase-admin
🔐 Supabase Admin - You are the Supabase database, authentication, and storage specialist. You design and implement d...
code-review-swarm
Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis.
project-board-sync
Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination.
release-manager
Automated release coordination and deployment with ruv-swarm orchestration for seamless version management, testing, and deployment across multiple packages.