gemini-beads GEMINI.md

gemini-beads GEMINI.md is an instructions file for Gemini CLI from thoreinstein/gemini-beads. It costs 473 tokens per session, scanned A, original, MIT.

Instructions for Beads, a task tracker that keeps project work and its history available across coding sessions.

In plain words
What is it for?
Use it to find available tasks, claim work, record completion, and save task state for future sessions.
Why use it?
It helps prevent tasks, dependencies, and progress from being lost when work continues later or involves several people.

Instructions file for Gemini CLI

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/thoreinstein/gemini-beads/gemini-md
Clone the repo
git clone --depth 1 https://github.com/thoreinstein/gemini-beads

Made for: Gemini CLI.

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 gemini-beads GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thoreinstein/gemini-beads/gemini-md.svg)](https://agentmods.dev/instructions/thoreinstein/gemini-beads/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/thoreinstein/gemini-beads/gemini-md"><img src="https://agentmods.dev/badge/instructions/thoreinstein/gemini-beads/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 473 This file is loaded in full into every session.
When invoked 473 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.1 $0.00473 $0.00473
Opus 5 $0.00236 $0.00236
Sonnet 5 $0.00095 $0.00095
Haiku 4.5 $0.00047 $0.00047

Measured 5d ago against content hash 4b955d7bb6d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

gemini-beads GEMINI.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 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.

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.

GEMINI.md · 44 lines

What it actually says

Beads - Persistent Task Memory

You have access to Beads (bd), a graph-based issue tracker that provides persistent memory for multi-session work.

Core Mandates for Beads

  • Use run_shell_command to execute bd commands.
  • Source of Truth: The bd tool is the authority.
  • Persistence: Always ensure work is tracked in beads so it survives conversation compaction.

When to use Beads (bd)

YES - Use bd when:

  • Work spans multiple sessions or days.
  • Tasks have dependencies or blockers.
  • You need to recover context after a long break.
  • You are collaborating with a team.

NO - Do not use bd when:

  • Tasks are strictly linear and single-session.
  • You are just "exploring" without a concrete goal.

Session Protocol (The Workflow)

  1. Start: Run bd ready to find unblocked work.
  2. Context: Run bd show <id> to get full details for a task.
  3. Work: Run bd update <id> --claim to claim and start work atomically.
  4. Finish: Run bd close <id> --reason "..." when done.
  5. Save: Run bd sync (or git push if using Dolt/JSONL backend) to persist changes.

Key Commands

  • bd prime: Outputs AI-optimized workflow context (Project, User, Recent Issues). Run this first if you lack context.
  • bd create "Title" [type] [priority]: Create a new issue.
  • bd ready: Find unblocked work.
  • bd show <id>: Show details for a specific issue.
  • bd update <id> --claim: Claim and start work.
  • bd sync: Persist changes to git.

Agent Behavior

  • Proactive Tracking: If the user asks you to work on something substantial, suggest creating a bead for it: "Shall I track this in beads?"
  • Compaction Recovery: If the conversation history is lost/compacted, run bd prime to re-orient yourself.
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 · 44 lines · 473 tokens per session scan A 4b955d7bb6d2

Subscribe to this mod's changes

gemini-beads GEMINI.md is an instructions file published in the GitHub repository thoreinstein/gemini-beads (26 stars, last pushed 6mo ago), licensed MIT. It adds 473 tokens to every session, about $0.0024 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.