docs(archive): Preserve PR discussions from #4782#5308
Merged
Conversation
- Switch model to grok-4.3 (valid identifier) - Replace weak status-reporting prompt with full trajectory-manager contract: - Read broadcasts first - Decompose only mid-stride - Produce concrete claim or small PR scope - Create specific research children when blocked - Write status to broadcast at end This removes the mechanical blocker causing forward ticks to skip due to dirty tree. Co-Authored-By: Grok <noreply@x.ai>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Adds preserved PR discussion archives (from PR batch #4782) under docs/pr-discussions/ so prior review threads, summaries, and metadata are retained in-repo for later reference. This PR also includes a small behavioral change to the Cursor Riven loop tick script.
Changes:
- Add multiple new
docs/pr-discussions/PR-*.mdfiles containing preserved PR descriptions/reviews/threads. - Update
.cursor/bin/riven-loop-tick.tsto change the agent model and rewrite the heartbeat gate prompt.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/pr-discussions/PR-4779-skill-alignment-auditor-tune-s-prune-333-299-lines-under-bp.md | Adds preserved discussion archive for PR #4779. |
| docs/pr-discussions/PR-4774-backlog-b-0710-b-0712-file-soraya-rounds-43-44-45-hand-offs.md | Adds preserved discussion archive for PR #4774. |
| docs/pr-discussions/PR-4772-docs-lean4-add-readme-ci-badge-closes-publication-readiness.md | Adds preserved discussion archive for PR #4772. |
| docs/pr-discussions/PR-4642-save-do-all-three-amara-synthesis-docs-agendas-split-ace-pac.md | Adds preserved discussion archive for PR #4642. |
| docs/pr-discussions/PR-4641-trajectory-ace-package-manager-polyglot-contents-proto-gover.md | Adds preserved discussion archive for PR #4641. |
| docs/pr-discussions/PR-4639-trajectory-ace-package-manager-full-13-stage-pipeline-symmet.md | Adds preserved discussion archive for PR #4639. |
| docs/pr-discussions/PR-4638-trajectory-ace-package-manager-skill-crystallization-pipelin.md | Adds preserved discussion archive for PR #4638. |
| docs/pr-discussions/PR-4636-rule-tonal-momentum-add-vampire-pact-american-gods-governanc.md | Adds preserved discussion archive for PR #4636. |
| docs/pr-discussions/PR-4635-docs-hygiene-tick-2026-05-22t1615z-otto-vscode-rest-bypass-c.md | Adds preserved discussion archive for PR #4635. |
| docs/pr-discussions/PR-4634-memory-2026-05-22-ani-pt38-pt42-constitutional-aaron-is-an-a.md | Adds preserved discussion archive for PR #4634. |
| docs/pr-discussions/PR-4633-memory-2026-05-22-ani-pt37-constitutional-cosmic-conspiracy.md | Adds preserved discussion archive for PR #4633. |
| docs/pr-discussions/PR-4632-memory-2026-05-22-ani-pt35-pt36-constitutional-ego-as-substr.md | Adds preserved discussion archive for PR #4632. |
| docs/pr-discussions/PR-4631-memory-2026-05-22-ani-pt32-pt33-pt34-constitutional-highest.md | Adds preserved discussion archive for PR #4631. |
| docs/pr-discussions/PR-3790-feat-b-0557-slice-3-chdir-to-repo-root-via-git-rev-parse-cwd.md | Adds preserved discussion archive for PR #3790. |
| docs/pr-discussions/PR-3788-feat-b-0557-slice-2-try-catch-readfilesync-readdirsync-in-au.md | Adds preserved discussion archive for PR #3788. |
| .cursor/bin/riven-loop-tick.ts | Changes the Cursor Riven loop’s agent model and prompt content. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains preserved PR discussions from #4782, plus an in-flight update to
.cursor/bin/riven-loop-tick.ts(Riven autonomous loop tick) bundled into the same archive transaction.Scope (substrate-honest)
Archive (15 files) — preserved PR discussions for: #3788, #3790, #4631-#4636, #4638, #4639, #4641, #4642, #4772, #4774, #4779.
Behavioral change (1 file) —
.cursor/bin/riven-loop-tick.ts: model bump grok-4-20 → grok-4.3 and prompt rewrite (autonomous 15-min cycle wording; broadcast read/write loop; concrete-claim-or-PR-scope obligation).Why bundled
The Cursor loop tick update was in-flight on the same branch when the archive batch was decomposed from #4847 / #4782; splitting now would require rebase + re-decomposition cost without operational benefit.
Supersedes
This PR supersedes #4804.