From a1637ed449982b500c989267909ff9aedb6f81a6 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 28 Aug 2026 01:08:49 +0200 Subject: [PATCH] chore(workplans): drop inherited repo-seed template workplans REPO-WP-0001/0002 belong to repo-seed: these copies carry `repo: repo-seed` in their own frontmatter, so they are template residue from seeding rather than work this repository did under its own identity. They collided with repo-seed's real records on every projection reset. Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- .../260627-REPO-WP-0001-statehub-bootstrap.md | 69 ------------------- ...O-WP-0002-template-validation-checklist.md | 36 ---------- 2 files changed, 105 deletions(-) delete mode 100644 workplans/archived/260627-REPO-WP-0001-statehub-bootstrap.md delete mode 100644 workplans/archived/260627-REPO-WP-0002-template-validation-checklist.md diff --git a/workplans/archived/260627-REPO-WP-0001-statehub-bootstrap.md b/workplans/archived/260627-REPO-WP-0001-statehub-bootstrap.md deleted file mode 100644 index a71772a..0000000 --- a/workplans/archived/260627-REPO-WP-0001-statehub-bootstrap.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: REPO-WP-0001 -type: workplan -title: "Bootstrap State Hub integration" -domain: infotech -repo: repo-seed -status: finished -owner: codex -topic_slug: infotech -created: "2026-06-22" -updated: "2026-06-22" -state_hub_workstream_id: "b809c762-8675-470c-be3e-0e5552f7d79d" ---- - -> **Terminology note:** Historical text in this archived workplan may use the legacy term "workstream". The fleet term is **workplan** (`canon/standards/workplan-terminology-fleet_v0.1.md`). - -# Bootstrap State Hub integration - -Git repository template to bootstrap coulomb projects. - -## Review Generated Integration Files - -```task -id: REPO-WP-0001-T01 -status: done -priority: high -state_hub_task_id: "65734e48-ec48-47f2-bd5c-5673e94343cc" - -``` - -Result 2026-06-22: Filled SCOPE.md; README is canonical intent. - -Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`. -Replace generated placeholders with repo-specific facts where needed. - -## Verify Local Developer Workflow - -```task -id: REPO-WP-0001-T02 -status: done -priority: high -state_hub_task_id: "76f1c245-3f06-4ef7-943f-bf2e9722c71b" - -``` - -Result 2026-06-22: Template workflow 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. - -## Seed First Real Workplan - -```task -id: REPO-WP-0001-T03 -status: done -priority: medium -state_hub_task_id: "9670ff11-ed7a-49e6-8a1f-944af9794f6a" - -``` - -Result 2026-06-22: Created REPO-WP-0002. - -Create the first implementation workplan for the repository's most important -next change. After workplan file updates, run from `~/state-hub`: - -```bash -make fix-consistency REPO=repo-seed -``` diff --git a/workplans/archived/260627-REPO-WP-0002-template-validation-checklist.md b/workplans/archived/260627-REPO-WP-0002-template-validation-checklist.md deleted file mode 100644 index 58ad6b5..0000000 --- a/workplans/archived/260627-REPO-WP-0002-template-validation-checklist.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: REPO-WP-0002 -type: workplan -title: "Template consumer validation checklist" -domain: infotech -repo: repo-seed -status: finished -owner: codex -topic_slug: infotech -created: "2026-06-22" -updated: "2026-06-24" -state_hub_workstream_id: "8aaf98a0-7045-4d5b-915f-bc9ecc5aa319" ---- - -> **Terminology note:** Historical text in this archived workplan may use the legacy term "workstream". The fleet term is **workplan** (`canon/standards/workplan-terminology-fleet_v0.1.md`). - -# Template consumer validation checklist - -Validate repo-seed against statehub_register output and document consumer steps. - -## Template validation checklist - -```task -id: REPO-WP-0002-T01 -status: done -priority: high -state_hub_task_id: "a1b0aaab-f0dc-4bd0-bde3-89635ac0ca3b" -``` - -Result 2026-06-24: Added `docs/statehub-register.md` (consumer guide), -`docs/template-validation-checklist.md` (bootstrap verification checklist), -`registry/capabilities/capability.infotech.repo-template.md` with index entry, -and README bootstrap pointers. Validated register output structure against -`statehub_register.write_registration_files`. - -Author checklist for new repo bootstrap: register, agent files, first workplan, fix-consistency. \ No newline at end of file