Ralph Build Wrapper
Contract Wiring
- Command contract:
contracts/ralph/core/commands/build.md - Shared validations:
contracts/ralph/core/shared-validations.md - Result schema:
contracts/ralph/core/schema/normalized-result.schema.json - Surface mapping:
contracts/ralph/adapters/mapping.md
Wrapper Behavior
- Validate
SV-001throughSV-004from shared validations. - Execute setup phases in canonical order:
create-projectpopulate-projectgenerate-prd-from-projectaudit-project
- Preserve artifact path defaults from the underlying command contracts.
- Emit phase-by-phase status and actionable failure remediation.
- Stop after audit output; do not start
ralph-run.
Intent Boundary
- Owns only the Ralph setup-wrapper contract phase.
- Do not use for Linear PM triage/admin workflows.
- For non-contract project/issue administration, hand off to the
linearskill group.