Clean up browser-extension references from monorepo

- Update README.md to reference sitegeist repo
- Update CLAUDE.md to replace browser-extension with web-ui
- Update packages/web-ui/README.md examples to point to sitegeist
- Remove browser-extension exclude from tsconfig.json
- Remove browser-extension from .claude/settings.local.json permissions
This commit is contained in:
Mario Zechner 2025-10-06 18:40:04 +02:00
parent aa005d062a
commit 2dbe7771fd
4 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
- packages/tui/README.md
- packages/agent/README.md
- packages/pods/README.md
- packages/browser-extension/README.md
- packages/web-ui/README.md
- We must NEVER have type any anywhere, unless absolutely, positively necessary.
- If you are working with an external API, check node_modules for the type definitions as needed instead of assuming things.
- Always run `npm run check` in the project's root directory after making code changes.