From 0ff4f84baf3658192102d661a03395ea636d568a Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 22 Jun 2026 23:35:24 +0200 Subject: [PATCH] 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 --- .claude/rules/stack-and-commands.md | 18 +++++------- .../TEGWICK-WP-0001-statehub-bootstrap.md | 17 ++++++++--- ...TEGWICK-WP-0002-personal-project-intake.md | 28 +++++++++++++++++++ 3 files changed, 48 insertions(+), 15 deletions(-) create mode 100644 workplans/TEGWICK-WP-0002-personal-project-intake.md diff --git a/.claude/rules/stack-and-commands.md b/.claude/rules/stack-and-commands.md index dc53ac6..146d854 100644 --- a/.claude/rules/stack-and-commands.md +++ b/.claude/rules/stack-and-commands.md @@ -1,19 +1,15 @@ ## Stack - -- **Language:** -- **Key deps:** +- **Language:** Markdown-first control/planning repository (no application runtime) +- **Key deps:** State Hub workplans, agent instructions, optional `registry/` scaffold ## Dev Commands ```bash -# TODO: Fill in the standard commands for this repo +cat .custodian-brief.md +cat INTENT.md +ls workplans/ -# Install dependencies - -# Run tests - -# Lint / type check - -# Build / package (if applicable) +# After workplan edits — from ~/state-hub +make fix-consistency REPO=tegwick-control ``` diff --git a/workplans/TEGWICK-WP-0001-statehub-bootstrap.md b/workplans/TEGWICK-WP-0001-statehub-bootstrap.md index ab4d98d..99a69e3 100644 --- a/workplans/TEGWICK-WP-0001-statehub-bootstrap.md +++ b/workplans/TEGWICK-WP-0001-statehub-bootstrap.md @@ -4,7 +4,7 @@ type: workplan title: "Bootstrap State Hub integration" domain: consumer repo: tegwick-control -status: ready +status: finished owner: codex topic_slug: consumer created: "2026-06-22" @@ -20,11 +20,14 @@ Tegwick control plane. ```task id: TEGWICK-WP-0001-T01 -status: todo +status: done priority: high state_hub_task_id: "c8b7ef53-7853-47c6-89d0-fe69d9365aec" + ``` +Result 2026-06-22: INTENT.md and SCOPE.md reviewed. + 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: TEGWICK-WP-0001-T02 -status: todo +status: done priority: high state_hub_task_id: "e79a11b9-e538-45ee-af6a-6834637f9ed4" + ``` +Result 2026-06-22: Docs-oriented 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. @@ -45,11 +51,14 @@ changes confidently. ```task id: TEGWICK-WP-0001-T03 -status: todo +status: done priority: medium state_hub_task_id: "24d03080-7353-4544-b6d1-5aabee8cc2e0" + ``` +Result 2026-06-22: Created TEGWICK-WP-0002. + Create the first implementation workplan for the repository's most important next change. After workplan file updates, run from `~/state-hub`: diff --git a/workplans/TEGWICK-WP-0002-personal-project-intake.md b/workplans/TEGWICK-WP-0002-personal-project-intake.md new file mode 100644 index 0000000..5d6ff80 --- /dev/null +++ b/workplans/TEGWICK-WP-0002-personal-project-intake.md @@ -0,0 +1,28 @@ +--- +id: TEGWICK-WP-0002 +type: workplan +title: "Personal project intake scaffold" +domain: consumer +repo: tegwick-control +status: ready +owner: codex +topic_slug: consumer +created: "2026-06-22" +updated: "2026-06-22" +state_hub_workstream_id: "5aaec153-30f4-4978-bca8-af6e0e87712a" +--- + +# Personal project intake scaffold + +Establish the personal control-plane intake pattern for projects and commitments. + +## Intake scaffold + +```task +id: TEGWICK-WP-0002-T01 +status: todo +priority: high +state_hub_task_id: "85f808b2-d9a6-4638-a8a6-c7a276c09a33" +``` + +Define folder/layout for `agent-tasks/`, decision log, and first prioritized workstream.