Commit Graph

2 Commits

Author SHA1 Message Date
Zebratic 33779e6716 Rewrite README to fit shipped state
The old README was the scaffolding-era version: said 'V1 in progress',
'no build step', 'will be pushed once vault unlocked' — all stale.

New README reflects what's actually in the repo:
- Repo remote, branch, smoke-test status
- Real file tree under extension/content/ (6 TS modules, not 5)
- Actual build pipeline (npm run build / watch / typecheck)
- Smoke test section with the Playwright workflow that works
- Permission surface as it actually is (storage + host permission)
- Privacy stance — no data collection, ever

Stale scaffolding TODOs removed. The detailed V1 architecture,
risk register, and V2 backlog stay in docs/PLAN.md where they
belong — README is now the entry point, not the plan.
2026-07-11 02:45:10 +00:00
Zebratic 02a90e839c Initial scaffold: Beat Pocket MV3 extension
- manifest.json with MV3 config, host permissions for beat-battle.net
- content/detector.ts: route + overlay observer, emits bbp:phase events
- content/layout.ts: defensive mobile-first layout reflow
- content/chat-drawer.ts: bottom-sheet drawer, dispatches synthetic events
  through site's own React-managed textarea + button (preserves auth,
  rate-limit, mute, profanity guards)
- content/util/selectors.ts: text- and role-based fallback chain
- content/util/ws-proxy.ts: lightweight WebSocket instrumentation, no
  payload capture
- content/inject.css: mobile overrides using site's existing --bb-* vars
- background.js: MV3 service worker stub
- package.json + tsconfig.json + esbuild.config.mjs: build pipeline
- icons/: 16/32/48/128 placeholder PNGs (chili-red disc)
- docs/PLAN.md: full V1 architecture, risks, scope
- README.md: scope, dev workflow (load unpacked), tech
2026-07-11 02:24:37 +00:00