agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: go
binary: go
aliases: []
category:
- build
lang:
- go
summary: Go toolchain for modules, build, test, and run.
homepage: https://github.com/golang/go
docs: https://go.dev/doc/
detect:
  version_args:
  - version
  local:
    files:
    - go.mod
    - go.sum
    - go.work
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
- Build, test, run, or manage Go modules
avoid_when:
- The repository has no Go module or workspace files
risk:
  level: medium
  effects:
  - install_packages
  - execute_code
  - network_access
  - write_files
  requires_auth: false
  destructive: false
  confirmation_required_for:
  - publishing modules
guardrails:
- Use go test ./... from the module root when validating broad changes.