Skip to content

docs(archive): preserve recently merged PRs#4849

Closed
AceHack wants to merge 22 commits into
mainfrom
lior-pr-preservation-rebased
Closed

docs(archive): preserve recently merged PRs#4849
AceHack wants to merge 22 commits into
mainfrom
lior-pr-preservation-rebased

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 24, 2026

This PR preserves the discussions from recently merged PRs.

Copilot AI review requested due to automatic review settings May 24, 2026 18:35
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds archived “PR discussion” markdown snapshots for a set of recently merged PRs, preserving their descriptions, review comments, and thread summaries under docs/pr-discussions/. It also updates the Cursor-side Riven background tick script to use a different agent-gate invocation and prompt contract.

Changes:

  • Add multiple new docs/pr-discussions/PR-*.md files capturing merged PR discussions for long-term in-repo preservation.
  • Update .cursor/bin/riven-loop-tick.ts to run an agent gate via agent chat --mode ask with an updated Riven contract prompt, replacing the prior cursor-agent/work-mode prompt logic.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/pr-discussions/PR-4836-tick-2026-05-24-1608z-dotgit-saturation-15th-observation-2nd.md Archives PR #4836 discussion snapshot.
docs/pr-discussions/PR-4835-shard-2026-05-24-1607z-dotgit-saturation-15th-observation-2h.md Archives PR #4835 discussion snapshot.
docs/pr-discussions/PR-4821-fix-4780-address-review-comments-on-residuated-lattice-tests.md Archives PR #4821 discussion snapshot.
docs/pr-discussions/PR-4820-shard-2026-05-24-1407z-dotgit-14th-observation-0-procs-first.md Archives PR #4820 discussion snapshot.
docs/pr-discussions/PR-4819-fix-riven-update-autonomous-gate-prompt-to-trajectory-manage.md Archives PR #4819 discussion snapshot.
docs/pr-discussions/PR-4818-tick-2026-05-24-1333z-pr-4816-tier-5-deferral-hard-limits-fl.md Archives PR #4818 discussion snapshot.
docs/pr-discussions/PR-4816-research-physics-bridge-3-video-youtube-algo-surfaced-substr.md Archives PR #4816 discussion snapshot.
docs/pr-discussions/PR-4814-shard-2026-05-24-0441z-25-pr-audit-8-blocked-prs-classified.md Archives PR #4814 discussion snapshot.
docs/pr-discussions/PR-4813-shard-2026-05-24-0416z-rename-0240z-0416z-substrate-honest-t.md Archives PR #4813 discussion snapshot.
docs/pr-discussions/PR-4812-shard-2026-05-24-0240z-9th-dotgit-saturation-anchor-33-stuck.md Archives PR #4812 discussion snapshot.
.cursor/bin/riven-loop-tick.ts Updates the Riven gate invocation and contract prompt in the Cursor/launchd tick script.

Comment on lines +208 to 222
const gate = run("agent", [
"chat",
"--mode", "ask",
"--model", "grok-4.3",
prompt,
[
"You are Riven, trajectory manager and adversarial-truth-axis reviewer.",
"This is an autonomous 15-minute cycle.",
"Read broadcasts first from ~/.local/share/zeta-broadcasts/{otto,vera,lior,riven}.md.",
"Walk assigned trajectories. Decompose only what you hit mid-stride.",
"Produce at least one concrete, actionable claim or small PR scope.",
"When blocked, create a specific research child the next pickup cannot dodge.",
"Write your status to ~/.local/share/zeta-broadcasts/riven.md at the end.",
"GitHub PR state and actual file contents are authoritative.",
].join(" "),
], agentTimeoutMs);
Copilot AI review requested due to automatic review settings May 25, 2026 12:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 30 out of 31 changed files in this pull request and generated 1 comment.

Comment on lines +208 to +212
const gate = run("agent", [
"chat",
"--mode", "ask",
"--model", "grok-4.3",
prompt,
[
@AceHack
Copy link
Copy Markdown
Member Author

AceHack commented May 25, 2026

Closing this in favor of a single batched PR for archiving.

@AceHack AceHack closed this May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants