feat(lifeboard): hand long work to the Mac - #327
Open
ivanmkc wants to merge 1 commit into
Open
Conversation
…none The bridge has run jobs since it existed and the Work board has mirrored them, but nothing started one -- a runner with no way in. The envelope gains a job field: the assistant answers briefly now and proposes the long version, which the bridge picks up and carries on with after the tab closes. Only for work that genuinely takes minutes; the prompt says so, because the failure mode is an assistant that turns every question into a five-minute job. Three states, and each says which it is. With a bridge and an agent signed in, the job starts and the Work board opens. With a bridge and nothing signed in, it says that rather than queueing something that cannot run. With no bridge, it says the short answer above is what there is -- not a spinner that never resolves. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 2, 2026
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.
The stack
localStoragefor the test suite on Node 25@ivanmkc/termchart-canvas; injectable interact transportEvery branch in the stack was checked out on its own and verified independently:
npm install,tsc --noEmitfor every package,npm testacross the workspace, and the offline e2e where it exists. All twenty are green — no branch depends on a later one to build or pass. Full viewer e2e (11 suites, 106 assertions) was run on #312 as the behaviour-preservation evidence for the extraction.Stack position: 17 of 19. Base:
lifeboard/15-outbound.The bridge has run jobs since it existed and the Work board has mirrored them, but nothing started one — a runner with no way in. The envelope gains
job: the assistant answers briefly now and proposes the long version, which the bridge picks up and carries on with after the tab closes.Only for work that genuinely takes minutes; the prompt says so, because the failure mode is an assistant that turns every question into a five-minute job.
Three states, and it says which. With a bridge and an agent signed in, the job starts and Work opens. With a bridge and nothing signed in, it says that rather than queueing something that cannot run. With no bridge, it says the short answer above is what there is — not a spinner that never resolves.
Verified: lifeboard 406 (+7), covering all three states and that an ordinary answer starts no job.