Skip to content

docs: add BrowserManager → Extension communication channels#1142

Draft
vringar wants to merge 1 commit intomasterfrom
docs/browser-extension-comms
Draft

docs: add BrowserManager → Extension communication channels#1142
vringar wants to merge 1 commit intomasterfrom
docs/browser-extension-comms

Conversation

@vringar
Copy link
Copy Markdown
Contributor

@vringar vringar commented Feb 23, 2026

Summary

  • Adds two missing rows to the Communication Channels table in Architecture-Internals.md: config file (browser_params.json) at startup and TCP socket (ClientSocket) per-visit
  • Adds a new "BrowserManager → Extension Details" subsection explaining both channels (config read by feature.ts, socket messages received by loggingdb.ts)

Test plan

  • Verify rendered markdown table alignment looks correct
  • Cross-check channel descriptions against source code

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.16%. Comparing base (58218c7) to head (be4f85d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1142   +/-   ##
=======================================
  Coverage   62.16%   62.16%           
=======================================
  Files          40       40           
  Lines        3898     3898           
=======================================
  Hits         2423     2423           
  Misses       1475     1475           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vringar vringar added the backlog Not a priorty, but nice to have label Feb 27, 2026
@vringar vringar force-pushed the docs/browser-extension-comms branch from fcd49d3 to be4f85d Compare March 28, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog Not a priorty, but nice to have

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant