agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: supabase
binary: supabase
aliases: []
category:
- cloud
lang:
- all
summary: Supabase local development and project management CLI.
homepage: https://github.com/supabase/cli
docs: https://supabase.com/docs/reference/cli/introduction
detect:
  version_args:
  - --version
  local:
    files:
    - supabase/config.toml
    dirs:
    - supabase
    package_json:
      package_manager_prefixes: []
use_when:
- Run local Supabase services or manage Supabase projects
avoid_when:
- Project link or credentials are unknown
risk:
  level: high
  effects:
  - execute_code
  - network_access
  - requires_auth
  - remote_read
  - remote_write
  - write_files
  - secret_exposure
  requires_auth: true
  destructive: true
  confirmation_required_for:
  - database resets
  - applying migrations to remote projects
guardrails:
- Confirm linked project and local versus remote target before mutations.