From 14d53264faadf0cd523e1aa23d74cb47d46a1c7e Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 5 Sep 2026 20:34:01 +0200 Subject: [PATCH] Add repo classification and work-record index Clears C-24/C-35 (missing .repo-classification.yaml). Classified as `research` under the agents domain: the repo defines and studies a practice rather than shipping tooling or a product. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01SQ6oF1DtVDKcD1FCpvRVLx Assistant: claude-code Assistant-Model: opus Assistant-Process: 272883@bnt-lap001 Assistant-Session: f40c8f53-fb65-4980-9d29-bcdb3dd946f7 --- .repo-classification.yaml | 18 ++++++++++++++++++ WORK-RECORDS.md | 14 ++++++++++++++ workplans/PQRST-WP-0001-statehub-bootstrap.md | 4 ++++ 3 files changed, 36 insertions(+) create mode 100644 .repo-classification.yaml create mode 100644 WORK-RECORDS.md diff --git a/.repo-classification.yaml b/.repo-classification.yaml new file mode 100644 index 0000000..4993258 --- /dev/null +++ b/.repo-classification.yaml @@ -0,0 +1,18 @@ +repo_classification: + standard: Repo Classification Standard + version: '1.0' + classified_at: '2026-09-05' + classified_by: agent + category: research + domain: agents + secondary_domains: [] + capability_tags: + - governance + - documentation + - observability + business_stake: + - technology + - operations + business_mechanics: + - adaptation + - intention diff --git a/WORK-RECORDS.md b/WORK-RECORDS.md new file mode 100644 index 0000000..e06f0b9 --- /dev/null +++ b/WORK-RECORDS.md @@ -0,0 +1,14 @@ +# Work Records — pqrst-practice + +> Generated by `statehub fix-consistency` (CUST-WP-0061-T04, work-record +> stage 3). Do not edit by hand — edit the source file/block listed for +> each record and re-run fix-consistency to refresh this index. Archived +> workplans are omitted; closed decisions/intakes/engagements stay listed +> so recently-resolved work is still visible. [auto] + +| Kind | ID | Status | Lane | Source | +| --- | --- | --- | --- | --- | +| workplan | PQRST-WP-0001 | ready | — | workplans/PQRST-WP-0001-statehub-bootstrap.md | +| task | PQRST-WP-0001-T01 | todo | — | workplans/PQRST-WP-0001-statehub-bootstrap.md | +| task | PQRST-WP-0001-T02 | todo | — | workplans/PQRST-WP-0001-statehub-bootstrap.md | +| task | PQRST-WP-0001-T03 | todo | — | workplans/PQRST-WP-0001-statehub-bootstrap.md | diff --git a/workplans/PQRST-WP-0001-statehub-bootstrap.md b/workplans/PQRST-WP-0001-statehub-bootstrap.md index 918511d..2bfa6e3 100644 --- a/workplans/PQRST-WP-0001-statehub-bootstrap.md +++ b/workplans/PQRST-WP-0001-statehub-bootstrap.md @@ -9,6 +9,7 @@ owner: codex topic_slug: practice created: "2026-09-05" updated: "2026-09-05" +state_hub_workstream_id: "a1774666-54fd-58c8-b093-7fb40c468c86" --- # Bootstrap State Hub integration @@ -21,6 +22,7 @@ Retrospective PQRST estimation practice for closing agentic coding sessions. id: PQRST-WP-0001-T01 status: todo priority: high +state_hub_task_id: "9dd0cdb6-a0bb-5355-9804-eb7dd40c45f2" ``` Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`. @@ -32,6 +34,7 @@ Replace generated placeholders with repo-specific facts where needed. id: PQRST-WP-0001-T02 status: todo priority: high +state_hub_task_id: "1100f857-e774-5861-9b03-e6cfd2472a4b" ``` Identify the repo's install, test, lint, build, and run commands. Add or refine @@ -44,6 +47,7 @@ changes confidently. id: PQRST-WP-0001-T03 status: todo priority: medium +state_hub_task_id: "174d689e-5fc4-5fe1-93cb-1fcf0f801e7f" ``` Create the first implementation workplan for the repository's most important