generated from coulomb/repo-seed
Introduce npm run smoke with automated build, test, lint, dist, and metadata-only compliance checks. Document manual Chrome steps in RELEASE_SMOKE.md and fix unused imports blocking lint.
31 lines
1010 B
Markdown
31 lines
1010 B
Markdown
---
|
|
id: BINECT-CHROME-WP-0002
|
|
type: workplan
|
|
title: "Extension release smoke path"
|
|
domain: communication
|
|
repo: binect-chrome
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: communication
|
|
created: "2026-06-22"
|
|
updated: "2026-06-24"
|
|
state_hub_workstream_id: "085de6b3-4627-4678-a1ce-e03e4cbab445"
|
|
---
|
|
|
|
# Extension release smoke path
|
|
|
|
Establish repeatable build, load-unpacked, and PDF-send smoke verification before store submission.
|
|
|
|
## Release smoke checklist
|
|
|
|
```task
|
|
id: BINECT-CHROME-WP-0002-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "436e1136-a94e-454e-b8ca-e1e2817e9796"
|
|
```
|
|
|
|
Result 2026-06-24: Added `npm run smoke`, `scripts/release-smoke.sh`, `RELEASE_SMOKE.md`, and `tests/metadata-only.test.ts`. Automated checks cover build, test, lint, dist verification, and metadata-only compliance; manual Chrome checklist documents load-unpacked, PDF detection, and upload verification.
|
|
|
|
Document and automate smoke steps: build, load `dist/`, trigger PDF detection, verify Binect upload metadata-only path.
|