agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: amp
binary: amp
aliases: []
category:
- agent
lang:
- all
summary: Terminal AI coding agent from Sourcegraph.
homepage: https://ampcode.com/
docs: https://ampcode.com/manual
detect:
  version_args:
  - --version
  local:
    files: []
    dirs:
    - .amp
    package_json:
      package_manager_prefixes: []
use_when:
- Use Amp as a terminal-native coding agent
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 generated diffs before accepting agent changes.