agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: deno
binary: deno
aliases: []
category:
- runtime
lang:
- javascript
- typescript
summary: Secure JavaScript and TypeScript runtime with built-in tooling.
homepage: https://github.com/denoland/deno
docs: https://docs.deno.com/
detect:
  version_args:
  - --version
  local:
    files:
    - deno.json
    - deno.jsonc
    - deno.lock
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
- Run, test, lint, or format Deno projects
avoid_when:
- The repository is managed by Node package managers
risk:
  level: medium
  effects:
  - execute_code
  - network_access
  - write_files
  requires_auth: false
  destructive: false
  confirmation_required_for:
  - granting broad runtime permissions
guardrails:
- Keep Deno permission flags explicit when running untrusted code.