Add release smoke path for pre-store verification (WP-0002)

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.
This commit is contained in:
2026-06-24 15:27:54 +02:00
parent ace04ae36e
commit 90a4b7a936
7 changed files with 366 additions and 6 deletions

View File

@@ -4,11 +4,11 @@ type: workplan
title: "Extension release smoke path"
domain: communication
repo: binect-chrome
status: ready
status: finished
owner: codex
topic_slug: communication
created: "2026-06-22"
updated: "2026-06-22"
updated: "2026-06-24"
state_hub_workstream_id: "085de6b3-4627-4678-a1ce-e03e4cbab445"
---
@@ -20,9 +20,11 @@ Establish repeatable build, load-unpacked, and PDF-send smoke verification befor
```task
id: BINECT-CHROME-WP-0002-T01
status: todo
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.