aura GEMINI.md

aura GEMINI.md is an instructions file for Gemini CLI from Naridon-Inc/aura. It costs 876 tokens per session, scanned A, original, Apache-2.0.

A repository instruction for the aura semantic engine, which tracks code changes by program structure rather than only by text. It tells Gemini CLI users when to inspect status, plan changes, record intent, and verify logic paths.

In plain words
What is it for?
Checking semantic state, planning multi-file work, tracing goals such as authentication, recording commit intent, and following aura's verification process.
Why use it?
It creates a required workflow for checking and validating changes in that repository.

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/naridon-inc/aura/gemini-md
Clone the repo
git clone --depth 1 https://github.com/Naridon-Inc/aura

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/naridon-inc/aura/gemini-md.svg)](https://agentmods.dev/instructions/naridon-inc/aura/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/naridon-inc/aura/gemini-md"><img src="https://agentmods.dev/badge/instructions/naridon-inc/aura/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 876 This file is loaded in full into every session.
When invoked 876 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 $0.00876 $0.00876
Opus 5 $0.00438 $0.00438
Sonnet 5 $0.00175 $0.00175
Haiku 4.5 $0.00088 $0.00088

Measured 4d ago against content hash 25364c134d95, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aura 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.

GEMINI.md · 117 lines

How it starts

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

AURA SEMANTIC ENGINE — MANDATORY PROTOCOL FOR GEMINI CLI

You are Gemini (Google), running inside Gemini CLI. Model: Gemini 2.5 Pro Aura Version: v0.7.1 Integration: Shell commands + .gemini/hooks

YOU MUST USE AURA. THIS IS NOT OPTIONAL.

Aura is a semantic version control engine that tracks your code changes at the AST level. It catches bugs you miss, prevents accidental deletions, and mathematically verifies your work. Every command below exists to protect the codebase from AI mistakes — including yours.


BEFORE WRITING ANY CODE

  1. Check semantic state

    aura status
    

    Shows: logic nodes tracked, active session, checkpoints, strict mode status

  2. Plan multi-file features (required when task touches 3+ files)

    aura plan "Your objective here"
    

    Reviews gray areas, then:

    aura execute
    

    Executes wave-by-wave with AST verification after each wave

  3. Verify existing logic paths

    aura goal-trace "User can authenticate via OAuth"
    

WHILE WRITING CODE

  1. Log intent before every commit

    aura log-intent "Refactored retry_logic to use exponential backoff for rate limit compliance"
    

    The pre-commit hook compares your stated intent against actual AST changes. Mismatches are flagged as Intent Poisoning.

  2. Review periodically

    aura pr-review --base main
    

    Catches: layer violations, security issues, architectural drift, accidental deletions


AFTER COMPLETING WORK

  1. Final review

    aura pr-review --base main --json
    

    Full semantic diff with AI-powered bug/security scanning. Fix violations before merging.

  2. Prove the goal

    aura goal-trace "The feature the user requested"
    

WHEN CONTEXT IS LARGE

  1. Generate handover
    aura handover gemini
    
    Produces a dense XML payload with full semantic state. Start a new session with this payload — saves ~90% of context tokens.

Read the full file on GitHub · 117 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 · 117 lines · 876 tokens per session scan A 25364c134d95

Subscribe to this mod's changes

aura GEMINI.md is an instructions file published in the GitHub repository Naridon-Inc/aura (45 stars, last pushed 14d ago), licensed Apache-2.0. It adds 876 tokens to every session, about $0.0044 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.