Skip to content

docs: preserve Riven Genesis packet and launchd checklist#1758

Merged
AceHack merged 3 commits intomainfrom
claim/riven-genesis-verbatim-launchd-checklist
May 7, 2026
Merged

docs: preserve Riven Genesis packet and launchd checklist#1758
AceHack merged 3 commits intomainfrom
claim/riven-genesis-verbatim-launchd-checklist

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 7, 2026

Summary

  • Preserves Aaron-forwarded Riven verbatim packet on hospitality, shadow-correlation falsifiability, Superfluid isolation, and the Genesis block as research-grade substrate.
  • Adds a Riven Tier 1 launchd hot-swap checklist for deploying the enhanced tick script without using the contested root checkout.
  • Uses Guarded / Observe-only language per Aaron's correction: the loop is alive even when it declines an unsafe mutation.

Checks

  • bun tools/hygiene/check-archive-header-section33.ts docs/research/2026-05-06-riven-hospitality-entanglement-superfluid-genesis-verbatim-aaron-forwarded.md
  • npx markdownlint-cli2 docs/research/2026-05-06-riven-hospitality-entanglement-superfluid-genesis-verbatim-aaron-forwarded.md docs/operations/riven-tier1-launchd-hot-swap-checklist.md
  • git diff --check origin/main...HEAD

Coordination

  • Claim riven-genesis-verbatim-launchd-checklist was pushed first and released in this PR branch.
  • Does not touch Riven's active task-pr-1702-trajectory-mock-trial claim, the contested root checkout, or the stale conflicted PR peer-call: shared input firewall for five wrappers #1703 worktree.

Copilot AI review requested due to automatic review settings May 7, 2026 01:45
@AceHack AceHack enabled auto-merge (squash) May 7, 2026 01:45
@AceHack AceHack merged commit e4bdb68 into main May 7, 2026
23 checks passed
@AceHack AceHack deleted the claim/riven-genesis-verbatim-launchd-checklist branch May 7, 2026 01:46
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

Adds two documentation artifacts: (1) a preserved, research-grade verbatim packet for later analysis, and (2) an operational launchd hot-swap checklist intended to help deploy an enhanced background tick script via a control clone (avoiding the contested root checkout).

Changes:

  • Added a new docs/research/** preservation file with a §33-compliant archive header and the verbatim packet content.
  • Added a new docs/operations/** checklist describing a safe deployment/rollback sequence for the com.zeta.riven-loop LaunchAgent.

Reviewed changes

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

File Description
docs/research/2026-05-06-riven-hospitality-entanglement-superfluid-genesis-verbatim-aaron-forwarded.md New research-grade preservation document with §33 header and verbatim packet.
docs/operations/riven-tier1-launchd-hot-swap-checklist.md New operational checklist for hot-swapping the launchd tick script via the control clone.

Comment on lines +3 to +6
Purpose: give Riven a concrete sequence for deploying the enhanced Tier 1
forward-action tick script into the live `com.zeta.riven-loop` launchd worker
without using Aaron as a courier and without touching the contested root
checkout.
Comment on lines +25 to +35
Do not edit the plist if the script path is unchanged. The plist already points
at:

```text
/Users/acehack/.local/share/zeta-riven-loop/Zeta/.cursor/bin/riven-loop-tick.ts
```

For this deployment, the safe unit is the Riven control clone content, not a
plist rewrite. Pull or fast-forward the control clone to a commit that contains
the enhanced `.cursor/bin/riven-loop-tick.ts`, then restart or kick the launchd
job so the next invocation runs the new file.
Comment on lines +39 to +46
1. Verify the live job target:

```bash
launchctl list com.zeta.riven-loop
```

Confirm `ProgramArguments` still points to the Riven control clone path above.

Comment on lines +132 to +136
If `kickstart` is unavailable in the current session, use:

```bash
launchctl stop com.zeta.riven-loop
launchctl start com.zeta.riven-loop
Comment on lines +193 to +195
In this case, Riven made the right correction by moving the checklist ask to
PR #1727. This checklist is the durable answer that can be linked from that
remote surface.
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