Aura Semantic Integration
This skill enables the Gemini CLI to seamlessly integrate with the local Aura Semantic Version Control Engine.
Core Rule: The Intent Broadcast
Whenever you (the Gemini CLI) modify, add, or delete code in this project:
- Before you finish your turn, you MUST write a brief, 1-2 sentence summary of why you made those changes (your intent and reasoning).
- You MUST save this summary into a file named exactly
.gemini.intentin the root of the project using yourwrite_filetool. - Do not ask for permission to create this file. Simply create it or overwrite it whenever you modify source code.
This temporary file acts as the Handshake Protocol. The local Aura Git Hook will automatically read this file during the next git commit, permanently log your reasoning into the .aura_memory.db SQLite database alongside the AST logic hashes, and then delete the .gemini.intent file.
Source: Naridon-Inc/aura — distributed by TomeVault.