fix(positioning): point relays at canonical template - #2291
Conversation
|
Warning Review limit reached
Next review available in: 31 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Multi-agent review roll call (CodeRabbit and Claude review automatically. Reviewers: post substantive findings only. Authors/agents: address every thread, push fixes to this branch, reply and resolve, then re-request review.) |
|
To use Codex here, create a Codex account and connect to github. |
There was a problem hiding this comment.
Pull request overview
Updates the Production Systems Program manifest to ensure execution_chunks.relay_template points at the canonical relay envelope template document, aligning the manifest’s pointer with the relay contract referenced by the positioning program tooling and execution chunk prompts.
Changes:
- Repoint
execution_chunks.relay_templatefromEXECUTION-CHUNKS.mdtoRELAY-TEMPLATE.mdin the PSP program manifest.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Corrects the PSP program manifest so execution_chunks.relay_template names the canonical relay template. This addresses the manifest-pointer review finding on PR #2156 and supplies the implementation predicate for PSP-P00-W01 (#2159). Verification: python3 scripts/positioning-program.py --check; bash scripts/verify-scoped.sh.