vicky469_aside/scripts
vicky469 0cdc6ca29d refactor(comments): remove resolved feature
Removes the resolved/unresolve comment feature entirely. Comments are
now always visible — there is no archived state or toggle.

- Removes `resolved?: boolean` from CommentThread, Comment, and all
  storage/normalization paths
- Removes resolveComment/unresolveComment from CommentManager,
  CommentMutationController, and public plugin API
- Removes shouldShowResolvedComments/setShowResolvedComments from
  session, mutation, and persistence controllers
- Removes sidebar resolve button, toolbar chip, and resolved empty
  states from AsideView
- Removes setThreadResolved sync event generation; keeps the op in the
  union type as a backward-compatible no-op so old stored events parse
  without error
- Deletes resolvedCommentVisibility.ts, commentSelectionVisibility.ts,
  and resolve-note-comment.mjs scripts
- Updates README to remove resolved feature mentions
- Updates all tests accordingly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 18:11:45 +08:00
..
hooks chore(repo): add iCloud backup mirror to two-remote model 2026-06-05 10:08:07 +08:00
lib refactor(comments): remove resolved feature 2026-06-06 18:11:45 +08:00
append-note-comment-entry.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
check-release-artifacts.mjs 2.0.13 2026-04-15 00:30:44 -04:00
check-release-notes.mjs Refresh docs and release workflow 2026-04-14 14:26:00 -04:00
create-note-comment-thread-with-children.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
create-note-comment-thread.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
generate-large-graph-fixture.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
install-built-plugin.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
install-bundled-skill.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
strip-side-note-links.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00
update-note-comment.mjs refactor: rename SideNote2 to Aside 2026-05-13 14:44:11 -04:00