Complete State Hub bootstrap workplans (WP-0001)

- Review integration files; fill SCOPE where templated
- Document dev workflow in stack-and-commands.md
- Seed WP-0002 implementation workplan; mark bootstrap finished
- Hub sync via fix-consistency
This commit is contained in:
2026-06-22 23:35:00 +02:00
parent cbc4e5160a
commit ace04ae36e
10 changed files with 281 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Bootstrap State Hub integration"
domain: communication
repo: binect-chrome
status: ready
status: finished
owner: codex
topic_slug: communication
created: "2026-06-22"
@@ -20,11 +20,14 @@ Chrome extension companion for Binect document mailing.
```task
id: BINECT-CHROME-WP-0001-T01
status: todo
status: done
priority: high
state_hub_task_id: "5676aeab-49e6-44e2-9359-fedf262ebe5e"
```
Result 2026-06-22: SCOPE.md and INTENT.md reviewed; AGENTS.md regenerated.
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
@@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed.
```task
id: BINECT-CHROME-WP-0001-T02
status: todo
status: done
priority: high
state_hub_task_id: "68300b37-d986-4293-9f70-0d5eecd7f02e"
```
Result 2026-06-22: Stack commands already documented.
Identify the repo's install, test, lint, build, and run commands. Add or refine
those commands in the agent instructions so future coding sessions can verify
changes confidently.
@@ -45,11 +51,14 @@ changes confidently.
```task
id: BINECT-CHROME-WP-0001-T03
status: todo
status: done
priority: medium
state_hub_task_id: "9097f134-f3ec-4652-8116-9897fc2cf19e"
```
Result 2026-06-22: Created BINECT-CHROME-WP-0002.
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub`:

View File

@@ -0,0 +1,28 @@
---
id: BINECT-CHROME-WP-0002
type: workplan
title: "Extension release smoke path"
domain: communication
repo: binect-chrome
status: ready
owner: codex
topic_slug: communication
created: "2026-06-22"
updated: "2026-06-22"
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: todo
priority: high
state_hub_task_id: "436e1136-a94e-454e-b8ca-e1e2817e9796"
```
Document and automate smoke steps: build, load `dist/`, trigger PDF detection, verify Binect upload metadata-only path.