agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: paseo
binary: paseo
aliases: []
category:
- agent
- automation
- terminal
lang:
- all
platform:
- local
summary: Local daemon and CLI for supervising AI coding agents, worktrees, schedules, and terminals.
homepage: https://github.com/mariozechner/pi-coding-agent
docs: https://github.com/mariozechner/pi-coding-agent
detect:
  version_args:
  - --version
  local:
    files: []
    dirs:
    - .paseo
    package_json:
      package_manager_prefixes: []
use_when:
- Create or coordinate coding agents and managed worktrees
- Run or capture long-lived workspace terminals
avoid_when:
- The local daemon is unavailable or restarting would interrupt active agents
risk:
  level: high
  effects:
  - execute_code
  - read_files
  - write_files
  - remote_read
  - remote_write
  requires_auth: false
  destructive: false
  confirmation_required_for:
  - restarting the daemon
  - deleting agents or worktrees
guardrails:
- Never restart the daemon without explicit user approval.