symbi-gemini-cli GEMINI.md

symbi-gemini-cli GEMINI.md is an instructions file for Gemini CLI from Ezee234/symbi-gemini-cli. It costs 1,005 tokens per session, scanned A, a copy of symbi-gemini-cli GEMINI.md, Apache-2.0.

A set of instructions for using Gemini CLI with the Symbiont governance system, including its concepts, file conventions, and available MCP tools.

In plain words
What is it for?
Use it when working with Symbiont agents, Cedar policies, DSL files, trust verification, or tools such as listing, parsing, and invoking agents.
Why use it?
It gives the agent the context needed to work with policy checks, cryptographic trust controls, agent definitions, and Symbiont's operating rules.

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/ezee234/symbi-gemini-cli/gemini-md
Clone the repo
git clone --depth 1 https://github.com/Ezee234/symbi-gemini-cli

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ezee234/symbi-gemini-cli/gemini-md.svg)](https://agentmods.dev/instructions/ezee234/symbi-gemini-cli/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/ezee234/symbi-gemini-cli/gemini-md"><img src="https://agentmods.dev/badge/instructions/ezee234/symbi-gemini-cli/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,005 This file is loaded in full into every session.
When invoked 1,005 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.01005 $0.01005
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

symbi-gemini-cli 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.

Origin

This is a copy

100% identical to symbi-gemini-cli GEMINI.md — 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.

GEMINI.md · 80 lines

How it starts

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

Symbiont Governance Context

This environment uses the Symbiont trust stack for AI agent governance.

Key Concepts

  • ORGA Loop: Observe -> Reason -> Gate -> Act. The Gate phase operates outside LLM influence and cannot be bypassed. Phase transitions are enforced at compile time via Rust's type system.
  • Cedar Policies: Authorization rules controlling what agents and tools can do. Files use .cedar extension. Evaluation at <1ms.
  • SchemaPin: Cryptographic verification of MCP tool schemas (ECDSA P-256). Ensures tools haven't been tampered with. Uses Trust-On-First-Use (TOFU) key pinning.
  • AgentPin: Domain-anchored cryptographic identity for AI agents (ES256 JWT, 12-step verification).
  • DSL: Symbiont's domain-specific language for defining agents declaratively. Files use .dsl extension.

Available MCP Tools (via symbi server)

  • invoke_agent -- Run a Symbiont agent with a prompt (params: agent, prompt, system_prompt?)
  • list_agents -- List available agents from .dsl files in agents/ directory
  • parse_dsl -- Parse and validate DSL files (params: file? or content?)
  • get_agent_dsl -- Read an agent's DSL definition (params: agent)
  • get_agents_md -- Get the project's AGENTS.md content
  • verify_schema -- Verify a tool schema with SchemaPin (params: schema, public_key_url)

File Conventions

  • Agent definitions: agents/*.dsl
  • Cedar policies: policies/*.cedar
  • Symbiont config: symbiont.toml
  • Agent manifests: AGENTS.md

Dual-Mode Operation

The extension operates in two modes, detected automatically via environment variables:

Mode A -- Standalone (extension-first)

Developer installs the extension directly. Gemini CLI loads hooks/MCP/skills. The extension spawns its own symbi mcp server. Policy enforcement is advisory plus Gemini CLI's native policy engine.

Mode B -- ORGA-managed (runtime-first)

Symbiont's CliExecutor spawns Gemini CLI as a governed subprocess. The extension detects SYMBIONT_MANAGED=true and defers to the outer ORGA Gate for hard enforcement. The inner extension provides awareness.

Read the full file on GitHub · 80 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. 5d ago First seen · 80 lines · 1,005 tokens per session scan A b8b027b9cc88

Subscribe to this mod's changes

symbi-gemini-cli GEMINI.md is an instructions file published in the GitHub repository Ezee234/symbi-gemini-cli (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,005 tokens to every session, about $0.0050 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to symbi-gemini-cli GEMINI.md, differing in 0 lines, and is treated as a copy.