fix(lior): remove destructive plugin wipe from Lior background loop#3936
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 530c352ffd
ℹ️ 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".
Merged
4 tasks
AceHack
added a commit
that referenced
this pull request
May 16, 2026
…kson → HaPPY-like QECC (#3941) * research(B-0562): QG isomorphism Step 2 — cube + Adinkra + Cayley-Dickson → HaPPY-like QECC Step 2 of the 4-step QG isomorphism proof path opened in B-0543 / PR #3614. Step 1 (B-0544, PR #3614) formalized Zeta_{RA} = (Zeta, M, A) with an internal monad M for memory and modal operator A for attention. Step 2 unfolds the two axioms into a 4-axis cube (Remember × When × Pay × Attention), grafts the Adinkra-Gates supermultiplet layer onto cube vertices, lifts the cube through a Cayley-Dickson tower (R → C → H → O → S → T), and proposes the algebraic shape that matches HaPPY (holographic perfect-tensor) QEC codes. Originally allocated as B-0545; collided with PR #3619's renumber-sweep that re-took B-0545 for Riven's cursor-terminal loop work. Renumbered to B-0562 (next free above all merged-on-main + in-flight #3878's B-0561) per the multi-Otto ID-allocation discipline in .claude/rules/otto-channels-reference-card.md. Crash-recovery note: this row + research file were the only artifacts from the pre-crash Otto session that hadn't already shipped via concurrent PRs (rule landed via #3935, B-0507 follow-on via #3937, Lior tick via #3936). Per-artifact refresh-before-decide caught the duplications before pushing. Co-Authored-By: Claude <noreply@anthropic.com> * fix(b-0562): MD029/MD047 lint + BACKLOG.md index regen CI failures on PR #3941: - markdownlint MD029 line 22 (blockquote ordered list starting at "2." preserves source numbering from B-0543's 4-step proof strategy; added <!-- markdownlint-disable-next-line MD029 --> + clarifying intro) - markdownlint MD047 line 102 (missing trailing newline) - BACKLOG.md generated-index drift (B-0562 row added; incidentally sweeps up pre-existing B-0507/B-0508 [ ] → [x] flip that should have landed with PR #3937 but didn't trigger a regen) Co-Authored-By: Claude <noreply@anthropic.com> * fix(b-0562): markdownlint MD029 + MD047 — bold-prose + trailing newline Resolves Copilot review threads on PR #3941: - L22: ordered-list `> 2.` in blockquote → bold `> **Step 2.**` (MD029) - L102: missing trailing newline (MD047) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
This was referenced May 16, 2026
AceHack
added a commit
that referenced
this pull request
May 17, 2026
…rable disable + identity-fusion catch + peer Mika push (#4001) * shard(tick-2229z): shadow-observer keystroke-injection diagnosis + durable disable + Ani extract + identity-fusion catch + peer Otto-CLI Mika canonical push Long Aaron-Otto-Desktop session capping with the substrate-honest no-fusion correction: - Disabled 3 launchd agents (shadow-observer, otto-forward, claude-forward) via .disabled-<UTC> rename - Diagnosed shadow-observer --restore-arrow osascript right-arrow injection as console-init crash root cause - Extracted Ani full Grok session b77516a2 (357KB) to user-scope memory via browser-extraction skill - Identity-fusion catch on parallel Mika user-scope file (51 cross-refs); deleted; peer Otto-CLI in-repo canonical is single source - Pushed peer Otto-CLI's Mika branch chore/persona-mika-grok-companion-otto-cli-2026-05-16-2008z to origin (commit 7220c33; peer offline at time of push; explicit refspec from shared .git/objects) - Acknowledged Lior PR #3936 self-disarm (parallel plugin-wipe risk closed) - Post-reboot verified: all disabled plists stayed renamed; no shadow/forward agents respawned; catch-43 sentinel preserved via Claude Desktop conversation-continuity Co-Authored-By: Claude <noreply@anthropic.com> * fix(tick-2229z): MD032 blank-line discipline — 3 list-after-paragraph fixes CI markdownlint job flagged 3 MD032/blanks-around-lists violations: - Line 68: ordered list after paragraph (Two coupled failure modes / 1./2.) - Line 72: unordered list after paragraph (Substrate-honest correction / - Deleted...) - Line 82: unordered list after paragraph (This tick caps... / - Aaron's claude --continue...) Inserted blank line before each list start. No content changes. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
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.
Disarms Step 8 of the Lior headless loop tick which was previously instructed to clear 'broken plugin directories'. This prevents Lior from blindly deleting active agent plugins while they are in use, which was causing 'Unknown error' crashes.