From 6b97c0d693d163668e57936eb7410f6ba9c46dc8 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 22 Jun 2026 01:16:15 +0200 Subject: [PATCH] Move MVP workplan index out of workplans/ for ADR-001 compliance. workplans/*.md must be YAML-frontmatter workplan files. The human index lives at docs/mvp-workplans-index.md instead. --- README.md | 2 +- workplans/README.md => docs/mvp-workplans-index.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename workplans/README.md => docs/mvp-workplans-index.md (100%) diff --git a/README.md b/README.md index 45af01b..a554429 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ pnpm build # production bundle ## Workplans (Ralph) Workplans drive incremental implementation through the ralph loop. The harness -lives in `~/ralph-workplan/`; see `workplans/README.md` for the active list +lives in `~/ralph-workplan/`; see `docs/mvp-workplans-index.md` for the active list and ordering. ```bash diff --git a/workplans/README.md b/docs/mvp-workplans-index.md similarity index 100% rename from workplans/README.md rename to docs/mvp-workplans-index.md