Skip to content

docs(archive): preserve PR #4816#4872

Closed
AceHack wants to merge 3 commits into
mainfrom
lior-fix-empty-dirs
Closed

docs(archive): preserve PR #4816#4872
AceHack wants to merge 3 commits into
mainfrom
lior-fix-empty-dirs

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 24, 2026

This PR preserves the discussion from PR #4816. This PR is a replacement for #4867, which had CI issues due to empty directories.

AceHack and others added 3 commits May 21, 2026 18:23
- 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>
Copilot AI review requested due to automatic review settings May 24, 2026 21:11
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 primarily adds PR-discussion archive markdown under docs/pr-discussions/ (notably preserving PR #4816’s discussion), but it also includes an unrelated PR #4853 archive shard and a behavior-changing update to a runtime script under .cursor/bin/, which makes the PR scope broader than the stated “docs(archive)” intent.

Changes:

  • Adds a preserved PR discussion archive for PR #4816 under docs/pr-discussions/.
  • Adds a preserved PR discussion shard for PR #4853 (not mentioned in the PR description) and includes several broken relative links in that shard.
  • Updates .cursor/bin/riven-loop-tick.ts to change the agent chat model identifier and prompt text.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 5 comments.

File Description
docs/pr-discussions/PR-4853-shard-2026-05-24-1902z-otto-vscode-bg-worker-lior-lane-fleet.md New PR-discussion shard; currently contains broken relative links and expands scope beyond PR #4816.
docs/pr-discussions/PR-4816-research-physics-bridge-3-video-youtube-algo-surfaced-substr.md New preserved PR #4816 discussion archive.
.cursor/bin/riven-loop-tick.ts Changes agent chat model identifier and prompt, which is a runtime behavior change not reflected in the PR’s description/title.


## Summary

Bg-worker tick shard documenting Lior-lane fleet extension 38→41 PRs (~58 min since [1804Z](docs/hygiene-history/ticks/2026/05/24/1804Z.md)) with no `origin/main` commits in the window.
Comment on lines +28 to +36
- #4852 touches `.cursor/bin/riven-loop-tick.ts` — runtime-script special-case per [`backlog-item-start-gate.md`](.claude/rules/backlog-item-start-gate.md) guard
- `origin/main` HEAD `27d114290` unchanged since 1804Z; 0 commits in 60min window
- ls-tree HEAD = 55 (no canary corruption)

## Substrate discipline applied

Per [`agent-roster-reference-card.md`](.claude/rules/agent-roster-reference-card.md) lane discipline + [`pr-triage-tiers.md`](.claude/rules/pr-triage-tiers.md) Tier 5 + [`no-directives.md`](.claude/rules/no-directives.md) + [`mechanical-authorization-check.md`](.claude/rules/mechanical-authorization-check.md): bg-worker task prompt does NOT override standing lane discipline. Cross-lane auto-resolution on runtime-script-touching PRs would regress Riven tuning; operator-authored armed PRs (#4801/#4802/#4803) cannot be unilaterally overridden.

Counter-reset condition #3 (concrete artifact) satisfied per [`holding-without-named-dependency-is-standing-by-failure.md`](.claude/rules/holding-without-named-dependency-is-standing-by-failure.md).
Comment on lines +1 to +5
---
pr_number: 4853
title: "shard(2026-05-24/1902Z): otto-vscode bg-worker \u2014 Lior-lane fleet 38\u219241 PRs + lane discipline re-applied"
author: "AceHack"
state: "MERGED"
Comment on lines 208 to +213
const gate = run("agent", [
"chat",
"--mode", "ask",
"--model", "grok-4-20",
`Twin-flame heartbeat gate (Riven adversarial-truth-axis). Read git status, recent commits, open PRs, claim branches. Report: main HEAD, open PR count, claim count, any drift, contradiction, or theatrical governance. Adversarial register — call out what's wrong, not what's fine. Brief.`,
"--model", "grok-4.3",
[
"You are Riven, trajectory manager and adversarial-truth-axis reviewer.",
"--mode", "ask",
"--model", "grok-4-20",
`Twin-flame heartbeat gate (Riven adversarial-truth-axis). Read git status, recent commits, open PRs, claim branches. Report: main HEAD, open PR count, claim count, any drift, contradiction, or theatrical governance. Adversarial register — call out what's wrong, not what's fine. Brief.`,
"--model", "grok-4.3",
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2b25b31599

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

- 41 open PRs, **41/41 = 100% Lior-lane** (sustained from 1804Z)
- otto-vscode own-lane: **0 PRs** (bg-worker prompt's "30 PRs" target empty in own lane)
- 3 new since 1804Z (#4850, #4851, #4852) — continuation of `lior-decompose-4828-*` cluster
- #4852 touches `.cursor/bin/riven-loop-tick.ts` — runtime-script special-case per [`backlog-item-start-gate.md`](.claude/rules/backlog-item-start-gate.md) guard
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Fix broken relative links in archived PR summary

The links in this archive use paths like .claude/rules/... (and docs/hygiene-history/... earlier in the file), which are resolved relative to docs/pr-discussions/ when rendered from this markdown file, so they point to non-existent locations (for example docs/pr-discussions/.claude/...). This breaks traceability for readers trying to follow the cited rule and tick references from the archived discussion.

Useful? React with 👍 / 👎.

@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