Complete State Hub bootstrap (TMLN-WP-0001); add TMLN-WP-0002
This commit is contained in:
parent
7fd31b5825
commit
bc06ad0f5b
4 changed files with 50 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ type: workplan
|
|||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
repo: timeline-svg
|
||||
status: ready
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-08"
|
||||
|
|
@ -20,11 +20,13 @@ TimelineSvg is a client-side, browser-based tool that generates multi-lane SVG t
|
|||
|
||||
```task
|
||||
id: TMLN-WP-0001-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "6fced395-2061-4c81-b77b-e83bdd0e7aea"
|
||||
```
|
||||
|
||||
Result 2026-07-08: INTENT.md and SCOPE.md reviewed; removed generated-placeholder noise from SCOPE Current State.
|
||||
|
||||
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||
Replace generated placeholders with repo-specific facts where needed.
|
||||
|
||||
|
|
@ -32,11 +34,13 @@ Replace generated placeholders with repo-specific facts where needed.
|
|||
|
||||
```task
|
||||
id: TMLN-WP-0001-T02
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "0422d117-cc07-4aa1-82e4-52179e08c790"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Documented make/npm/vitest workflow in stack-and-commands.md.
|
||||
|
||||
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 +49,13 @@ changes confidently.
|
|||
|
||||
```task
|
||||
id: TMLN-WP-0001-T03
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "3b7c0d8e-6321-470c-b032-9fc0fcfb970c"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Created TMLN-WP-0002.
|
||||
|
||||
Create the first implementation workplan for the repository's most important
|
||||
next change. After workplan file updates, run the sync locally from this repo
|
||||
checkout:
|
||||
|
|
|
|||
26
workplans/TMLN-WP-0002-distribution-packaging.md
Normal file
26
workplans/TMLN-WP-0002-distribution-packaging.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
id: TMLN-WP-0002
|
||||
type: workplan
|
||||
title: "Distribution packaging and release smoke"
|
||||
domain: infotech
|
||||
repo: timeline-svg
|
||||
status: ready
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-08"
|
||||
updated: "2026-07-08"
|
||||
---
|
||||
|
||||
# Distribution packaging and release smoke
|
||||
|
||||
Harden offline distribution (`make dist`, `make dist-zip`) and document the Windows/local-server workflow for non-developer users.
|
||||
|
||||
## Distribution smoke checklist
|
||||
|
||||
```task
|
||||
id: TMLN-WP-0002-T01
|
||||
status: todo
|
||||
priority: high
|
||||
```
|
||||
|
||||
Verify dist output, WINDOWS_USAGE.md steps, and example/my-project sample projects; add release checklist to README.
|
||||
Loading…
Add table
Add a link
Reference in a new issue