From e3e05eddf0b87486a7a2abd7b510e21058cd5204 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 ++++---- AGENTS.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude/rules/workplan-convention.md b/.claude/rules/workplan-convention.md index 8cf6f37..ee2a0c1 100644 --- a/.claude/rules/workplan-convention.md +++ b/.claude/rules/workplan-convention.md @@ -1,7 +1,7 @@ ## Workplan Convention (ADR-001) -File location: `workplans/RAILIANCE-WP-NNNN-.md` -ID prefix: `RAILIANCE-WP-` +File location: `workplans/RAPPS-WP-NNNN-.md` +ID prefix: `RAPPS-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-RAILIANCE-WP-NNNN-.md`. The frontmatter id remains +prefix: `YYMMDD-RAPPS-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: RAILIANCE-WP-NNNN-T01 +id: RAPPS-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/AGENTS.md b/AGENTS.md index df7e76a..24fbb0c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -169,7 +169,7 @@ get wrong. Work items originate as files in this repo — not in the hub. The hub is a read/cache/index layer that rebuilds from files. -**File location:** `workplans/RAILIANCE-WP-NNNN-.md` +**File location:** `workplans/RAPPS-WP-NNNN-.md` **Archived location:** finished workplans may move to `workplans/archived/YYMMDD-RAILIANCE-WP-NNNN-.md`. The `YYMMDD` prefix is