Skip to main content

Module prd

Module prd 

Source
Expand description

ralph prd ... command group: Clap types and handler.

Responsibilities:

  • Define clap structures for PRD-related commands.
  • Route PRD subcommands to the implementation layer.

Not handled here:

  • PRD parsing logic (see crate::commands::prd).
  • Queue persistence or lock management.
  • Task generation from PRD content.

Invariants/assumptions:

  • Callers resolve configuration before executing commands.
  • PRD file paths are validated to exist and be readable.
  • Generated tasks follow the standard task schema.

Structs§

PrdArgs
PrdCreateArgs

Enums§

PrdCommand
PrdPriorityArg

Functions§

handle_prd