Commit bf7a43c
committed
refactor: remove temp files, compiled output, and hardcoded NotebookLM logic from extension
- Delete findings.md, progress.md, task_plan.md (development artifacts)
- Delete extension/dist/background.js (compiled output, should not be in source)
- Replace hardcoded NotebookLM workspace/URL classification in extension with
generic domain/path matching stored in session bind criteria. The extension
is infrastructure — site-specific logic belongs in adapters, not here.
handleBindCurrent now stores matchDomain/matchPathPrefix in the session,
and maybeBindWorkspaceToExistingTab uses those stored criteria instead of
checking for 'site:notebooklm' or 'notebooklm.google.com' directly.1 parent 17d3c9e commit bf7a43c
5 files changed
Lines changed: 29 additions & 4077 deletions
0 commit comments