Skip to main content

Module wizard

Module wizard 

Source
Expand description

Interactive AGENTS.md wizard facade.

Responsibilities:

  • Re-export the prompt, init, and update helpers used by context workflows.
  • Keep the root wizard module thin while delegating behavior to focused companions.

Not handled here:

  • Prompt backend implementations.
  • Init/update wizard step orchestration details.
  • Wizard-specific test scenarios.

Invariants/assumptions:

  • Wizard callers run in interactive TTY environments enforced by the CLI/workflow layer.
  • Re-exported helpers preserve the prior wizard contracts exactly.