Fix package list punctuation in README
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m27s
CI / Lint + tests (pull_request) Successful in 10m59s

This commit is contained in:
2026-08-05 15:05:32 -04:00
parent 53e439a9fc
commit c5f9e63503
+3 -3
View File
@@ -12,10 +12,10 @@ Captures console, network, errors, and clean markdown for agents and debugging.
Public mirror: [github.com/Gitilia/context-extractor](https://github.com/Gitilia/context-extractor). Public mirror: [github.com/Gitilia/context-extractor](https://github.com/Gitilia/context-extractor).
- `extension/`, browser extension (Manifest V3) for interactive use. - `extension/`: browser extension (Manifest V3) for interactive use.
- `automation/`, Python package for scripted/headless use with - `automation/`: Python package for scripted/headless use with
Playwright or [Camoufox](https://camoufox.com). Playwright or [Camoufox](https://camoufox.com).
- `automation-js/`, Node/TS twin of `automation/` for Playwright - `automation-js/`: Node/TS twin of `automation/` for Playwright
(`playwright-core`) or [camoufox-js](https://www.npmjs.com/package/camoufox-js) (`playwright-core`) or [camoufox-js](https://www.npmjs.com/package/camoufox-js)
automation that's already JS, so it can `import` the session directly automation that's already JS, so it can `import` the session directly
instead of shelling out to Python. instead of shelling out to Python.