agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: stripe
binary: stripe
aliases: []
category:
- cloud
lang:
- all
summary: Stripe CLI for local webhooks, API calls, and developer workflows.
homepage: https://github.com/stripe/stripe-cli
docs: https://docs.stripe.com/stripe-cli
detect:
  version_args:
  - --version
  local:
    files: []
    dirs:
    - .stripe
    package_json:
      package_manager_prefixes: []
use_when:
- Test Stripe webhooks or inspect Stripe API objects
avoid_when:
- Account, mode, or credentials are unknown
risk:
  level: high
  effects:
  - network_access
  - requires_auth
  - remote_read
  - remote_write
  - secret_exposure
  requires_auth: true
  destructive: false
  confirmation_required_for:
  - triggering webhooks against shared environments
  - modifying live-mode objects
guardrails:
- Confirm test mode versus live mode before write operations.