Commit Graph

8 Commits

Author SHA1 Message Date
6baf908cf9 Connect the two tools: cross-nav links and Send to Scope Lock handoff
- Add a header link on each tool pointing to the other.
- Add a Send to Scope Lock button on Workshop clusters that carry a
  candidate solution tag. Writes the item to a shared localStorage
  queue (sde_scope_handoff_v1).
- Scope Lock drains that queue on load and adds each item to the
  Scope Boundary Board as unsorted, deduping by a deterministic id so
  a repeat send never creates a duplicate.
- No backend needed: both tools already share the same browser origin.
- Verified with a jsdom test covering send, drain, reload, and
  re-send-after-reset.
- Update README and CHANGELOG.
2026-09-04 14:44:16 -07:00
0854bbc3c5 Enlarge breadcrumb working area, rename delete X to Delete 2026-08-24 16:45:06 -07:00
88f2bf3782 Replace native confirm() with a branded modal on every delete action, both tools 2026-08-24 16:32:44 -07:00
18da00addf Fix breadcrumb nav: was inheriting the top tab bar's nav{display:flex} rule 2026-08-24 16:20:41 -07:00
f68b897562 Fix page width cap and breadcrumb nav horizontal scroll 2026-08-24 16:13:30 -07:00
3df15b3520 Redesign Breadcrumbs panel: list + detail split view (option 3) 2026-08-24 16:09:08 -07:00
e5c01003f8 Add local proxy server for AI draft button; point button at /api/claude 2026-08-20 14:49:26 -07:00
ee8f869905 Initial import: SDE meeting toolkit (workshop tools + breadcrumb skill) 2026-08-20 14:17:27 -07:00