agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: trunk
binary: trunk
aliases: []
category:
- build
lang:
- rust
summary: Build, bundle, and serve Rust WebAssembly web applications.
homepage: https://github.com/trunk-rs/trunk
docs: https://trunkrs.dev/
detect:
  version_args:
  - --version
  local:
    files:
    - Trunk.toml
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
- Build or serve Trunk-based Rust WASM apps
avoid_when:
- The project does not use Trunk
risk:
  level: medium
  effects:
  - execute_code
  - network_access
  - write_files
  requires_auth: false
  destructive: false
  confirmation_required_for:
  - exposing dev servers on public interfaces
guardrails:
- Use the repository's Trunk.toml when present.