From 4e655ae797ff260f98031349895ad0142ac5d2b5 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 17 Aug 2026 10:48:58 +0200 Subject: [PATCH] Adopt repo-owned workplan prefix per ADR-007 Retires the shared prefix. Live plans move to the new prefix keeping their running number; finished and archived files keep the old prefix as historical record, per the ADR-007 option 2 migration ruling. Hub UUIDs are unchanged, so reconciliation matches on state_hub_workstream_id rather than filename and will update the slug in place instead of registering duplicates. Assigned in RMGR-WP-0004-T09. Co-Authored-By: Claude Opus 5 --- .claude/rules/workplan-convention.md | 8 ++++---- docs/POINTER-RAIL-BS-WP-0007.md | 9 --------- docs/POINTER-RCLUSTER-WP-0007.md | 9 +++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 docs/POINTER-RAIL-BS-WP-0007.md create mode 100644 docs/POINTER-RCLUSTER-WP-0007.md diff --git a/.claude/rules/workplan-convention.md b/.claude/rules/workplan-convention.md index 1169536..1d46883 100644 --- a/.claude/rules/workplan-convention.md +++ b/.claude/rules/workplan-convention.md @@ -1,7 +1,7 @@ ## Workplan Convention (ADR-001) -File location: `workplans/RAIL-BS-WP-NNNN-.md` -ID prefix: `RAIL-BS-WP-` +File location: `workplans/RBS-WP-NNNN-.md` +ID prefix: `RBS-WP-` Work items originate as files in this repo **before** being registered in the hub. @@ -12,7 +12,7 @@ repo state, and `finished` when implementation is complete. `stalled` and `needs_review` are derived health labels, not stored statuses. Closed workplans may be moved to `workplans/archived/` with a completion-date -prefix: `YYMMDD-RAIL-BS-WP-NNNN-.md`. The frontmatter id remains +prefix: `YYMMDD-RBS-WP-NNNN-.md`. The frontmatter id remains unchanged; the prefix is only for quick visual reference. Small opportunistic tasks discovered during another session use **Ad Hoc Tasks**: @@ -29,7 +29,7 @@ Never register by hand with `create_workplan` (legacy MCP alias: `create_workstr Task blocks use this shape: ```task -id: RAIL-BS-WP-NNNN-T01 +id: RBS-WP-NNNN-T01 status: wait | todo | progress | done | cancel priority: high | medium | low state_hub_task_id: "" # written by fix-consistency — do not edit diff --git a/docs/POINTER-RAIL-BS-WP-0007.md b/docs/POINTER-RAIL-BS-WP-0007.md deleted file mode 100644 index aa6533e..0000000 --- a/docs/POINTER-RAIL-BS-WP-0007.md +++ /dev/null @@ -1,9 +0,0 @@ -# ThreePhoenix is not owned here - -`RAIL-BS-WP-0007` is S2 cluster work. The canonical file is - -`railiance-cluster/workplans/RAIL-BS-WP-0007-threephoenix-ha-cluster.md` - -This repo bootstraps a host and then hands off. It does not implement -k3s HA, ingress, or storage. Do not re-register `RAIL-BS-WP-0007` here -— the cluster file already holds the State Hub workstream. diff --git a/docs/POINTER-RCLUSTER-WP-0007.md b/docs/POINTER-RCLUSTER-WP-0007.md new file mode 100644 index 0000000..1ce365c --- /dev/null +++ b/docs/POINTER-RCLUSTER-WP-0007.md @@ -0,0 +1,9 @@ +# ThreePhoenix is not owned here + +`RCLUSTER-WP-0007` is S2 cluster work. The canonical file is + +`railiance-cluster/workplans/RCLUSTER-WP-0007-threephoenix-ha-cluster.md` + +This repo bootstraps a host and then hands off. It does not implement +k3s HA, ingress, or storage. Do not re-register `RCLUSTER-WP-0007` here +— the cluster file already holds the State Hub workstream.