flowhawk GEMINI.md

flowhawk GEMINI.md is an instructions file for Gemini CLI from alexhraber/flowhawk. It costs 651 tokens per session, scanned A, a copy of flowhawk CLAUDE.md, MIT.

Repository instructions for Gemini CLI agents working on the Flowhawk project. They explain how to orient yourself, read project context, and use the Decapod control tool safely.

In plain words
What is it for?
Starting work in Flowhawk, ingesting its documentation, checking project configuration, and following its required development boundaries.
Why use it?
They reduce guesswork about the project and prevent agents from bypassing repository rules or changing managed files directly.

Instructions file for Gemini CLI

Written for Gemini CLI: the file is GEMINI.md. Also seen: mentions AGENTS.md; mentions 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/alexhraber/flowhawk/gemini-md
Clone the repo
git clone --depth 1 https://github.com/alexhraber/flowhawk

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 flowhawk GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alexhraber/flowhawk/gemini-md.svg)](https://agentmods.dev/instructions/alexhraber/flowhawk/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/alexhraber/flowhawk/gemini-md"><img src="https://agentmods.dev/badge/instructions/alexhraber/flowhawk/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 651 This file is loaded in full into every session.
When invoked 651 The same file — it is already loaded in full.
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.1 $0.00651 $0.00651
Opus 5 $0.00326 $0.00326
Sonnet 5 $0.00130 $0.00130
Haiku 4.5 $0.00065 $0.00065

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

Security

Grade A, and why

flowhawk 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 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 flowhawk CLAUDE.md — 2 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.

GEMINI.md · 61 lines

How it starts

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

GEMINI.md - Agent Entrypoint

You are working in a Decapod-managed repository. See AGENTS.md for the universal contract.

Orientation & Documentation

  • Run decapod docs ingest before using Decapod beyond help/version checks.
  • Use decapod docs command output instead of guessing command arguments.
  • Treat Decapod errors as recovery instructions.
  • Respect repo-local config policy and workspace boundaries.
  • Do not bypass Decapod boundaries to appear productive.

Project Context

  • Read .decapod/config.toml before planning; it captures project name, summary, architecture, primary languages, and entrypoint preferences.
  • Treat .decapod/config.toml as human-editable project context. You may update it when user intent or project direction changes.
  • Read .decapod/OVERRIDE.md when present; it is the repo-local place for constitution overrides.
  • Do not mutate Decapod-owned state under .decapod/ directly; use Decapod CLI surfaces for generated specs, data, workspaces, and sessions.

Quick Start

# Smart bootstrap: only install/init if a newer version is available
(decapod capabilities --format json | grep -q '"is_latest":true') || (cargo install decapod && decapod init --proof)
decapod docs ingest && decapod validate && decapod session acquire
decapod rpc --op agent.init
decapod workspace status
decapod todo add "<task>" && decapod todo claim --id <task-id>
decapod infer orientation --task-id <task-id>
decapod workspace ensure
cd .decapod/workspaces/<your-worktree>
decapod constitution get core/DECAPOD
decapod rpc --op context.resolve

Control-Plane First

decapod capabilities --format json
decapod constitution search --query "<problem>"
decapod data schema --deterministic

Operating Mode

  • Use Docker git workspaces and execute in .decapod/workspaces/*. Call decapod workspace status at startup.
  • Claim a Decapod todo before decapod workspace ensure, decapod workspace ensure --container, or any container run.
  • request elevated permissions before Docker/container workspace commands.
  • .decapod files are accessed only via decapod CLI. Read .decapod/config.toml and .decapod/OVERRIDE.md for context.
  • DECAPOD_SESSION_PASSWORD is required for session-scoped operations.
  • Read canonical router: decapod constitution get core/DECAPOD. Reference docs/PLAYBOOK, capabilities, or context.scope RPC.

Read the full file on GitHub · 61 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 · 61 lines · 651 tokens per session scan A b87541fe0f15

Subscribe to this mod's changes

flowhawk GEMINI.md is an instructions file published in the GitHub repository alexhraber/flowhawk (79 stars, last pushed 1mo ago), licensed MIT. It adds 651 tokens to every session, about $0.0033 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to flowhawk CLAUDE.md, differing in 2 lines, and is treated as a copy.

Related

Other instructions, from other repositories

redamon AGENTS.md

AGENTS.md instructions for samugit83/redamon, covering redamon - agent ruleset (repository root), auto-invoke skills, critical rules - non-negotiable, code comments and tech stack.

samugit83/redamon · 2,276 tokens

stride-gpt AGENTS.md

AGENTS.md instructions for mrwadams/stride-gpt, covering agents.md, what this project is, repository layout, how the agentic analysis works and progressive disclosure pattern.

mrwadams/stride-gpt · 4,122 tokens

Cybermes AGENTS.md

Instructions for Zyrexnn/Cybermes, covering 🛡️ cybermes master operational directives (agents.md), 1. 🎯 persona & core mission, 2. ⚡ core operational principles, 3. 📁 strict target-scoped workspace & deliverables and mandatory rules for file creation.

Zyrexnn/Cybermes · 1,549 tokens

Huntable-CTI-Studio AGENTS.md

AGENTS.md instructions for dfirtnt/Huntable-CTI-Studio, covering agents.md, orientation, local context, prompt-injection alerting and change-type quick reference.

dfirtnt/Huntable-CTI-Studio · 3,836 tokens

observability-mcp CLAUDE.md

Claude Code instructions for ThoTischner/observability-mcp, covering observability-mcp development guide, docker-first development, quick start, rebuild a single service and view logs.

ThoTischner/observability-mcp · 1,961 tokens

security-weekly-mcp AGENTS.md

AGENTS.md instructions for astroicers/security-weekly-mcp, covering agents.md — security-weekly-mcp 開發慣例(人機一體適用), 目錄導覽, 語言與風格, 分支與提交 and 分支流(2026-08-21 起).

astroicers/security-weekly-mcp · 1,902 tokens