All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
- Monorepo-friendly extension layout under
extensions/. - Generic build script supporting
<extension-name> <target>. - Initial
dark-modeextension for Chrome and Firefox. - Root roadmap and changelog for public progress tracking.
- GitHub Actions workflow to validate builds on pushes and pull requests.
- Open-source project docs:
LICENSE,CONTRIBUTING,SECURITY,CODE_OF_CONDUCT, andDISCLAIMER. - GitHub collaboration templates for issues, pull requests, releases, and repo metadata.
- Shared helper package scaffold added under
packages/sharedwith unit tests. - New extension scaffold flow added with
extensions/_templateandnpm run scaffold:extension. - Release readiness checklist added for per-extension publishing and store policy checks.
- Automated test pipeline expanded with unit tests and build smoke checks.
- Shifted product direction to simple utility extensions, starting with
dark-mode.