DO NOT MERGE: test publish script#15
Closed
argshook wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
cool, tested, thanks! |
emrberk
added a commit
that referenced
this pull request
Jul 14, 2026
Address review findings on the agent-passive-edit path: - #8 archived preview: seed a read-only preview from the persisted view instead of erroring; NotebookProvider gains a `preview` prop that skips live-controller registration and persistence; key <Notebook> on archived so restore remounts cleanly. Also fixes the restore-from-search stale archived flag this surfaced. - #6 archive/commit race: commitView re-reads the row inside a Dexie transaction and returns committed|archived|deleted, rejecting archived and deleted rows atomically with the write. - #3 reconnect freshness: per-generation guard so an in-flight read that spans a reconnect reset no longer seeds freshness for the new connection. - #7 apply_notebook_state: report state_applied + post_apply_aborted on a post-commit abort instead of a generic failure. - #9 hide-result: bump the freshness seq so a stale agent read is caught. - #15 agent-change toast a11y: persistent live announcer, return focus to the pill, split hover/focus auto-hide pause. - Surface the active tab's archived state to the agent (workspace + digest). Tests: freshness generation guard, commitView archived/deleted, and the apply_notebook_state post-commit abort path. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
No description provided.