diff --git a/CLAUDE.md b/CLAUDE.md index e44d9d2..8c8512a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -184,6 +184,14 @@ dialog#my-modal .my-button { } ``` +## Related Repos + +| Repo | Location | GitLab | Purpose | +|------|----------|--------|---------| +| `uncloseai-browser-toys` | `/home/fox/git/uncloseai-browser-toys` | `git.unturf.com:engineering/unturf/uncloseai-browser-toys` | Browser extension (Chrome, Firefox, Safari). Content script injection, manifest, popup UI. | + +**Ticket #001 (extension fails on CSP pages)** lives in `uncloseai-browser-toys`, not here. The bundled IIFE (`make bundle-extension`) is built here but the content script that injects it is in browser-toys. + ## Makefile Commands - `make help` - Show all available commands - `make format` - Format all files with biome