agent-runbook 0.1.0

Generate a local runbook for AI coding agents.
name: procs
binary: procs
aliases: []
category: system
summary: Modern process viewer.
homepage: https://github.com/dalance/procs
docs: https://github.com/dalance/procs#readme
detect:
  version_args: ["--version"]
  local:
    files: []
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
  - Inspect running processes with richer columns than ps
avoid_when:
  - Scripts need portable process output
risk:
  level: low
  effects:
    - read_processes
  requires_auth: false
  destructive: false
  confirmation_required_for: []
guardrails:
  - Use stable system APIs for automation.