paper: v2 — extend the visibility-asymmetry claim cross-session (§3.6, +weave-ins) + governance-plan retarget - #3
Open
mavaali wants to merge 1 commit into
Open
Conversation
…eave-ins) Extend the paper's structural claim to the cross-session boundary as an existence proof, without extending the experiment. - New §3.6 "The cross-session boundary": categorical asymmetry, the persistence objection answered, and omnigent as the deployed-boundary existence proof (verified @ 0fe2d94). - §7.3: one sentence carrying the load-bearing claim across the session boundary (more starkly — no context leakage possible). - §2.2: one convergence sentence (omnigent ships Plan-then-Execute + a per-session budget that ratchets across a session/spawn tree). - §7.9: ≤2-sentence future-work gesture naming the cross-session scope-and-reset policy as the open problem; explicitly deferred. - notes/omnigent-governance-plan.md: retarget the cross-session/spawn-tree residual from Paper 2 to Paper 1 v2; compensation axis stays in Paper 2. No experiments, scenarios, figures, tables, or eval artifacts changed.
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.
TLDR
Extends the paper's structural claim to the cross-session boundary as a structural argument + existence proof — without extending the experiment. The within-session variance result remains the headline. One new subsection (§3.6) + three surgical weave-ins + a governance-plan retarget. Diff is additive and small.
Every sentence in §3.6 and the §2.2/§7.3 weave-ins states the boundary or the existence proof. The only crossing-gesture is §7.9 (2 sentences, deferred future work).
Verified omnigent facts (Phase A2)
Re-verified from source on current main, fresh clone outside this repo's tree. Pinned commit:
0fe2d94cd2e8f77c6715a2d732b0882da2a97095(omnigent-ai/omnigent). Prior Phase-0 gate reviewedabd110c; no drift on the three load-bearing facts:runtime/policies/engine.py: root resolutionself._root_conversation_id = root_conversation_id or conversation_id(L130); the per-session budget is routed to the root conversation so "approving once covers the whole spawn tree — a sub-agent runs as its own conversation" (L480–498), while a top-level session hasroot == self. Accumulates across a spawn tree, resets at the independent-session boundary. ✓spec/types.py—StateUpdateAction={SET, INCREMENT, DELETE, APPEND}(includesINCREMENT, L1097);PolicyAction= exactly{ALLOW, ASK, DENY}(L1081). ✓stores/conversation_store/sqlalchemy_store.py—set_session_state(conversation_id, state)"Serializes state as JSON and writes it to thesession_statecolumn" (L873–894). ✓Convergence dates (Phase A3) — one honest caveat
draft.tex:40). Omnigent main current through 2026-06-14; governance notes date omnigent June 2026.Edit locations
draft.tex§3.6 (new, after §3.5)draft.tex§7.3draft.tex§2.2draft.tex§7.9notes/omnigent-governance-plan.mdAcceptance checklist
0fe2d94); no drift.Notes for reviewer
mihir/omnigent-policy-review(PR notes: omnigent policy review + rescoped governance plan (Phase 0 verdict) #2), notmain— so the governance-plan retarget is included naturally. Once PR notes: omnigent policy review + rescoped governance plan (Phase 0 verdict) #2 merges, this diff shrinks to just the v2 changes.\footnote(house style for the deployed system; matches the existing\thanksfootnote), pinned to0fe2d94. No PDF compiled — left to the existing CI/manual flow. Cloned omnigent target kept outside this repo's tree.