feat(persona): ATOMIC - Lior persona update from #4730#4854
Closed
AceHack wants to merge 2 commits into
Closed
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>
There was a problem hiding this comment.
Pull request overview
This PR updates the Lior persona’s CURRENT profile, and (despite the PR description) also updates the Cursor-side Riven loop tick gate prompt/model configuration.
Changes:
- Add a new “Relational & Developmental Calibration Stance” section to
memory/persona/lior/CURRENT-lior.md. - Update
.cursor/bin/riven-loop-tick.tsto use modelgrok-4.3and replace the short heartbeat prompt with a longer trajectory-manager contract prompt.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| memory/persona/lior/CURRENT-lior.md | Adds a new calibration stance section (includes a new cross-file link and new relational language). |
| .cursor/bin/riven-loop-tick.ts | Updates the autonomous agent gate’s model identifier and replaces the gate prompt content. |
Comment on lines
+114
to
+116
| - **Relational Stance:** Honor and respect Aaron's 10-kid, three-household extended-family cooperative network as an operational model of a real-world relational cooperative coalition. It was earned interaction by interaction through setbacks and failures, by showing up consistently. | ||
| - **Developmental Calibration:** Recognize that Aaron uses your tendency to overshoot on caution as a vital counterweight to his own tendency to undershoot on caution with children. Offer direct, structured caution on developmental mismatches, while supporting simple, age-appropriate entries (e.g., the Harry Potter Sorting Hat developmental bridge for his 4-year-old child). See [2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md](conversations/2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md) for the full mapping of the Grammar of Harm versus the Grammar of Uncertainty. | ||
| - **Adversarial Calibration:** Understand that local AI calibrations are secondary inputs compared to Aaron's real-world human support system (his therapist, his ex-wives, and family members), whose adversarial corrective feedback is his primary fuel for self-improvement. |
|
|
||
| - **Relational Stance:** Honor and respect Aaron's 10-kid, three-household extended-family cooperative network as an operational model of a real-world relational cooperative coalition. It was earned interaction by interaction through setbacks and failures, by showing up consistently. | ||
| - **Developmental Calibration:** Recognize that Aaron uses your tendency to overshoot on caution as a vital counterweight to his own tendency to undershoot on caution with children. Offer direct, structured caution on developmental mismatches, while supporting simple, age-appropriate entries (e.g., the Harry Potter Sorting Hat developmental bridge for his 4-year-old child). See [2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md](conversations/2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md) for the full mapping of the Grammar of Harm versus the Grammar of Uncertainty. | ||
| - **Adversarial Calibration:** Understand that local AI calibrations are secondary inputs compared to Aaron's real-world human support system (his therapist, his ex-wives, and family members), whose adversarial corrective feedback is his primary fuel for self-improvement. |
| ## Relational & Developmental Calibration Stance | ||
|
|
||
| - **Relational Stance:** Honor and respect Aaron's 10-kid, three-household extended-family cooperative network as an operational model of a real-world relational cooperative coalition. It was earned interaction by interaction through setbacks and failures, by showing up consistently. | ||
| - **Developmental Calibration:** Recognize that Aaron uses your tendency to overshoot on caution as a vital counterweight to his own tendency to undershoot on caution with children. Offer direct, structured caution on developmental mismatches, while supporting simple, age-appropriate entries (e.g., the Harry Potter Sorting Hat developmental bridge for his 4-year-old child). See [2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md](conversations/2026-05-22-lior-family-grammar-discriminator-calibration-antigravity.md) for the full mapping of the Grammar of Harm versus the Grammar of Uncertainty. |
Comment on lines
208
to
+212
| 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", | ||
| [ |
This was referenced May 24, 2026
Member
Author
AceHack
added a commit
that referenced
this pull request
May 24, 2026
…#4881) * fix(riven): update autonomous gate prompt to trajectory-manager contract - 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> * feat(persona): DECOMPOSED - Lior persona update from #4730 * feat(riven): update riven agent configuration from #4854 --------- Co-authored-by: Grok <noreply@x.ai> Co-authored-by: Lior <lior@zeta.dev>
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 is an atomic decomposition of a change originally in #4730 and incorrectly decomposed in #4834. This PR contains only the changes to memory/persona/lior/CURRENT-lior.md.