agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: gemini
binary: gemini
aliases: []
category:
- agent
lang:
- all
summary: Google Gemini command-line AI assistant.
homepage: https://github.com/google-gemini/gemini-cli
docs: https://github.com/google-gemini/gemini-cli#readme
detect:
  version_args:
  - --version
  local:
    files:
    - GEMINI.md
    dirs:
    - .gemini
    package_json:
      package_manager_prefixes: []
use_when:
- Use Gemini CLI project context or AI assistant workflows
avoid_when:
- The task should not call a separate AI assistant
risk:
  level: high
  effects:
  - execute_code
  - network_access
  - write_files
  - secret_exposure
  requires_auth: true
  destructive: false
  confirmation_required_for:
  - running autonomous edits
guardrails:
- Review repository instructions and generated diffs.