Add experimental Cloudflare Pages publishing through local Wrangler, pane-header publish actions, public HTML preview support, artifact safety checks, and state cleanup for rename/delete/unpublish flows.
- Replace block+absolute checkbox positioning with flex layout on
.aside-comment-thread-select-wrapper so the checkbox label and thread
stack sit as proper flex siblings (fixes text/checkbox overlap)
- Drop fixed height/width on the checkbox row and input; use margin-top
to align with card content instead, letting Obsidian's native checkbox
render its mark centred
- Add button.aside-filter-chip { box-shadow: none } to override Obsidian
theme button shadow on inactive chips (active chips were already fine
due to higher-specificity box-shadow override)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove runtime support for old plugin names, URI protocols, inline note blocks, and legacy sidecar paths. Users who still need inline migration must upgrade through the previous release first.
Preserve child anchors, source highlights, and ordering when threads are nested. Suppress the missing-anchor notice because orphan styling already carries that state.
Move comment vocabulary into domain modules, put comment sync event semantics under comment storage, and route batch tag writes through mutation flow.
Keep Tags as a primary sidebar mode; only Thought Trail tag-source UI should be removed independently.
- pre-push hook now auto-mirrors to icloud after every private push
- AGENTS.md, CLAUDE.md, strategy doc updated with three-remote setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- scripts/hooks/pre-push: blocks non-main pushes to origin; all
feat/* branches must go to the private remote instead
- AGENTS.md, CLAUDE.md: document routing rules so all agents
(Claude Code, Codex) follow the same pattern without being told
- docs/todo/private-features-strategy.md: full workflow guide
Activate hook on fresh clone: git config core.hooksPath scripts/hooks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>