agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: goose
binary: goose
aliases: []
category:
- agent
lang:
- all
summary: Open-source local AI agent framework and CLI from Block.
homepage: https://github.com/block/goose
docs: https://block.github.io/goose/
detect:
  version_args:
  - --version
  local:
    files: []
    dirs:
    - .goose
    package_json:
      package_manager_prefixes: []
use_when:
- Run local agent workflows with Goose
avoid_when:
- The task should stay inside the current agent session
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 enabled extensions and generated diffs.