Ralph Audit Project Wrapper
Contract Wiring
- Command contract:
contracts/ralph/core/commands/audit-project.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 the
audit-projectcontract without adding surface-specific semantics. - Emit normalized output fields required by shared validations.
Intent Boundary
- Owns only the Ralph
audit-projectcontract phase. - Do not use for Linear PM triage/admin workflows.
- For non-contract project/issue administration, hand off to the
linearskill group.