Ralph Run Wrapper
Contract Wiring
- Command contract:
contracts/ralph/core/commands/ralph-run.md - CLI issue execution contract:
contracts/ralph/core/cli-issue-execution-contract.md - CLI result schema:
contracts/ralph/core/schema/cli-issue-execution-result.schema.json - 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-005from shared validations. - Invoke
scripts/ralph-run.shas the canonical iterative runtime. - Preserve the selected workflow mode (
independentorhuman-in-the-loop) with semantics equivalent to Cursor/ralph/ralph-runand script entrypoints. - Emit normalized output fields required by shared validations with semantics equivalent to Cursor
/ralph/ralph-runand script entrypoints.
Intent Boundary
- Owns only the Ralph execution/runtime contract phase.
- Do not use for Linear PM triage/admin workflows.
- For non-contract project/issue administration, hand off to the
linearskill group.