agent-runbook 0.1.0

Generate a local runbook for AI coding agents.
name: zip
binary: zip
aliases: []
category: archive
summary: Create and update zip archives.
homepage: https://infozip.sourceforge.net/Zip.html
docs: https://linux.die.net/man/1/zip
detect:
  version_args: ["--version"]
  local:
    files: []
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
  - Package files into zip archives
avoid_when:
  - The target format should preserve Unix ownership or permissions
risk:
  level: medium
  effects:
    - read_files
    - write_files
  requires_auth: false
  destructive: false
  confirmation_required_for:
    - overwriting archives
guardrails:
  - Confirm include and exclude patterns before creating release archives.