feat(glados): make managed work lifecycle actionable - #26
Merged
Merged
Conversation
BreakTheBeta
force-pushed
the
feat/glados-managed-threads
branch
from
September 15, 2026 06:55
c699611 to
3c46286
Compare
BreakTheBeta
changed the base branch from
fix/glados-permission-launch
to
main
September 15, 2026 06:55
BreakTheBeta
force-pushed
the
feat/glados-managed-threads
branch
from
September 15, 2026 06:58
3c46286 to
3a77675
Compare
BreakTheBeta
marked this pull request as ready for review
September 15, 2026 11:49
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.
Follows merged permission fix #25.
Managed project leads already use ordinary T3 threads and independent worktrees, but they could not own a mirrored task at an approved remote home. Wake delivery also used an in-memory aggregate signature and a generic revision-based message. A runtime restart or a changed but unrelated portfolio revision could therefore emit another generic manager turn, while a separately delegated child was not durably linked to the queued Pitboss task at all.
This makes the managed lifecycle coherent:
system/server. Stable role and authority rules remain in injected context; the wake contains only event details and the next management action.Before:
After examples:
Visual evidence from the parent coordinator’s integrated web review:
Read-only diagnosis of the current local T3 state found 15 machine-origin generic GLaDOS wakes with distinct
pitboss:wake:glados:1:<revision>IDs and one user/web copy. The current snapshot had no unacknowledged Pitboss inbox messages; the queued upstream task had zero managed attempts despite its separately delegated child. This demonstrates actual server emissions and the missing managed linkage. It does not claim every historical message had an identical actionable signature.Checks:
vp run test:pitboss:local(14 files, 99 tests)vp run test:pitboss:coordination(10 passed, 1 intentionally skipped live-source test)git diff --checkRemote proof uses two independent in-memory SQLite stores and loopback HTTP peer servers with explicit configuration, shared secret, two-sided proposals, coordinator handoff, fixed home, idempotent delivery, destination-selected model, reconciliation and rebuild. It does not claim a live authorized destination. The parent coordinator supplied the integrated web before/after evidence and confirmed the web production build. No mobile native pass is claimed because the installed dev client predates an unrelated keyboard patch; no dev/browser server was started here.
Implemented with GPT-5 Codex in the T3 Code harness.