6 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
fac6e7f356 Turn per-user token quota off by default; keep code for later 2026-08-21 12:51:29 -07:00
f1200b7d79 Add per-user daily token quota with persistent usage tracking 2026-08-21 12:25:57 -07:00
e77cd64d88 Add login gate, rate limiting, and container deploy files for company-wide use 2026-08-20 15:06:37 -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