[docs] Document the per-page focus keyword feature
darshi1337/apogee · issue #323 · opened Sep 2026 · no PRs referenced when indexed
help wantedgood first issue
The per-page focus keyword (#161, extended to map-reduce) has no user-facing documentation. rg -i focus README.md docs/ STORE-LISTING.md only surfaces the…
[chore] Tighten eslint: justify empty catches, promote no-unused-vars to error
darshi1337/apogee · issue #322 · opened Sep 2026 · no PRs referenced when indexed
help wantedgood first issue
apogee-extension/eslint.config.js currently sets no-empty: [error, { allowEmptyCatch: true }] and no-unused-vars: warn. Result: - 32 bare catch {} blocks with…
[test] Add unit tests for lib/util/streamState.js helpers
darshi1337/apogee · issue #321 · opened Sep 2026 · no PRs referenced when indexed
help wantedgood first issuetest
apogee-extension/lib/util/streamState.js (shared buffered-stream state for the service worker and offscreen document) has no dedicated test file. Its helpers…