docs: add extension management guidance
Build / build (push) Successful in 10s

This commit is contained in:
2026-07-17 14:33:11 -05:00
parent 4f4c2143da
commit c983ee2b1a
6 changed files with 118 additions and 1 deletions
+11
View File
@@ -24,6 +24,12 @@ npm run build
The deployable extension output is `dist/`. Load `dist/` in Chrome as an unpacked extension, or point deployment tooling at that folder. `npm run build` runs TypeScript, Vite, and a post-build check that verifies `dist/manifest.json` and the popup entry exist.
## Extension Management
See [docs/extension-management.md](docs/extension-management.md) before loading, reloading, testing, or automating the Chrome extension.
Use the Codex Chrome extension with the Chrome profile named `Silma`. Do not use `Profile 1`.
## Codex
Codex setup and action commands are declared in `.codex/environments/environment.toml`:
@@ -32,3 +38,8 @@ Codex setup and action commands are declared in `.codex/environments/environment
- Dev: `npm run dev:codex`
- Build: `npm run build:codex`
- Preview: `npm run preview`
## Gitea Workflows
- `.gitea/workflows/build.yml` builds the extension on pushes to `main` and pull requests.
- `.gitea/workflows/issue-opened-placeholder.yml` runs when a new issue is opened and prints `200 okay`.