Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

debug uses the same validation loop as implement, but the default prompt and review framing are tuned for bug reproduction and fixes.
bunx smithers-orchestrator workflow run debug --prompt "Fix the intermittent gateway reconnect failure"

Inputs

InputTypeDefault
promptstring"Reproduce and fix the reported bug."

How It Runs

  1. Attempts to understand and reproduce the bug.
  2. Applies a targeted fix.
  3. Validates the result.
  4. Reviews the fix and loops on failures.
Follow with review and improve-test-coverage when the bug fix needs a regression test pass.