From 0a265b96ebbcd0afe5da7aa4639fe47bfd568785 Mon Sep 17 00:00:00 2001 From: Madhura68 Date: Mon, 11 May 2026 19:15:16 +0200 Subject: [PATCH] docs(cleanup): archief verouderde plannen, backlog en root-duplicaten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 6 plans naar docs/old/plans/ (PBI-11/75/78, user-settings-store, Local github setup, lees-de-readme — laatste was verkeerde repo) - docs/backlog/ naar docs/old/backlog/ (pre-MCP statische registry; live werk loopt via Scrum4Me-MCP) - 6 root-level duplicaten naar docs/old/ (functional, {pbi,story,task}-dialog, product-backlog, backlog) - 2 landing plans (niet uitgevoerd) krijgen archived: true frontmatter — blijven op plek maar uit INDEX - scripts/generate-docs-index.mjs: skip docs/old/** + skip archived: true - CLAUDE.md: rijen docs/backlog/, docs/plans/-*.md, docs/manual/ weg; Track B-sectie verwijderd - README.md / CHANGELOG.md / docs/plans/v1-readiness.md: link-fixes naar nieuwe locaties Verify groen (lint + typecheck + 718 tests). docs/INDEX.md geregenereerd. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- CLAUDE.md | 9 --------- README.md | 1 - docs/INDEX.md | 18 +----------------- docs/{ => old}/backlog.md | 0 docs/{ => old}/backlog/.gitkeep | 0 docs/{ => old}/backlog/index.md | 0 docs/{ => old}/backlog/product-historical.md | 0 docs/{ => old}/functional.md | 0 docs/{ => old}/pbi-dialog.md | 0 docs/{ => old}/plans/Local github setup.md | 0 docs/{ => old}/plans/PBI-11-mobile-shell.md | 0 .../plans/PBI-75-sprint-task-edit-store.md | 0 .../plans/PBI-78-cost-analysis-widget.md | 0 .../plans/lees-de-readme-md-validated-book.md | 0 docs/{ => old}/plans/user-settings-store.md | 0 docs/{ => old}/product-backlog.md | 0 docs/{ => old}/story-dialog.md | 0 docs/{ => old}/task-dialog.md | 0 docs/plans/landing-local-first.md | 3 +++ docs/plans/landing-v3-idea-flow.md | 3 +++ docs/plans/v1-readiness.md | 2 +- scripts/generate-docs-index.mjs | 2 ++ 23 files changed, 11 insertions(+), 29 deletions(-) rename docs/{ => old}/backlog.md (100%) rename docs/{ => old}/backlog/.gitkeep (100%) rename docs/{ => old}/backlog/index.md (100%) rename docs/{ => old}/backlog/product-historical.md (100%) rename docs/{ => old}/functional.md (100%) rename docs/{ => old}/pbi-dialog.md (100%) rename docs/{ => old}/plans/Local github setup.md (100%) rename docs/{ => old}/plans/PBI-11-mobile-shell.md (100%) rename docs/{ => old}/plans/PBI-75-sprint-task-edit-store.md (100%) rename docs/{ => old}/plans/PBI-78-cost-analysis-widget.md (100%) rename docs/{ => old}/plans/lees-de-readme-md-validated-book.md (100%) rename docs/{ => old}/plans/user-settings-store.md (100%) rename docs/{ => old}/product-backlog.md (100%) rename docs/{ => old}/story-dialog.md (100%) rename docs/{ => old}/task-dialog.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a9b97..778a679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,7 +95,7 @@ Initiële stabilisatie-release. ## Pre-0.3.x Foundation-werk (M0 t/m M8) is niet retroactief in dit changelog opgenomen. -Voor de volledige milestone-historie zie [docs/backlog/index.md](./docs/backlog/index.md). +Voor de volledige milestone-historie zie [docs/old/backlog/index.md](./docs/old/backlog/index.md). --- diff --git a/CLAUDE.md b/CLAUDE.md index 40245da..8aa39c1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,19 +19,15 @@ Desktop-first Scrum-app voor solo developers en kleine teams. Hiërarchie: produ | `docs/INDEX.md` | Gegenereerde index van alle docs — begin hier | | `docs/specs/functional.md` | Acceptatiecriteria, user flows | | `docs/architecture.md` | Breadcrumb → 6 topische arch-bestanden | -| `docs/backlog/index.md` | Implementatievolgorde, "done when"-criteria | | `docs/api/rest-contract.md` | REST API contract voor Claude Code | | `docs/design/styling.md` | **Lees vóór elk component** — MD3-tokens, shadcn | -| `docs/plans/-*.md` | Implementatieplan per milestone | | `docs/adr/` | Architecture Decision Records — tech-keuzes (base-ui vs Radix, sort-order, demo-policy, …) | -| `docs/manual/` | 7-delige gebruiks- en operationele handleiding (workflow, git, docker, troubleshooting) | | `docs/architecture/` | 6 topische architecture-bestanden (data-model, auth, sprint-execution, …) — uitwerking van `docs/architecture.md` | --- ## Hoe werk vinden -**Track A — MCP (aanbevolen):** 1. Branch aanmaken: `git checkout -b feat/` — nog **geen** `gh pr create` 2. `mcp__scrum4me__get_claude_context` → pak de next story 3. Voer taken uit in `sort_order`; update status per taak @@ -41,11 +37,6 @@ Desktop-first Scrum-app voor solo developers en kleine teams. Hiërarchie: produ 7. Herhaal stap 2–6 per story; branch blijft dezelfde 8. Queue leeg → `git push -u origin ` + `gh pr create` -**Track B — manueel:** -1. Lees taak in `docs/backlog/index.md` -2. Zoek spec in `docs/specs/functional.md` -3. Lees patroon + styling → bouw → verifieer → vraag bevestiging → commit - Volledige MCP-tool documentatie: [docs/runbooks/mcp-integration.md](./docs/runbooks/mcp-integration.md) --- diff --git a/README.md b/README.md index 385284f..7cf3a14 100644 --- a/README.md +++ b/README.md @@ -287,5 +287,4 @@ De productieomgeving is gericht op Vercel + Neon. - [Functionele specificatie](docs/specs/functional.md) - [Technische architectuur](docs/architecture.md) -- [Backlog](docs/backlog/index.md) - [Agent-instructie audit](docs/decisions/agent-instructions-history.md) diff --git a/docs/INDEX.md b/docs/INDEX.md index e7f4d51..d94f7c1 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -2,7 +2,7 @@ # Documentation Index -Auto-generated on 2026-05-10 from front-matter and headings. +Auto-generated on 2026-05-11 from front-matter and headings. ## Architecture Decision Records @@ -43,18 +43,11 @@ Auto-generated on 2026-05-10 from front-matter and headings. | [Docs-restructuur — geoptimaliseerd voor AI-lookup](./plans/docs-restructure-ai-lookup.md) | proposal | 2026-05-02 | | [PBI Bulk-Create Spec — Docs-Restructure for AI-Optimized Lookup](./plans/docs-restructure-pbi-spec.md) | done | 2026-05-03 | | [Plan: model + mode-selectie per ClaudeJob-kind](./plans/job-model-selection.md) | — | — | -| [Landing v2 — lokaal & veilig + architectuurdiagram](./plans/landing-local-first.md) | active | 2026-05-03 | -| [Landing v3 — van idee tot pull request](./plans/landing-v3-idea-flow.md) | active | 2026-05-04 | -| [Scrum4Me-Research — Zustand rearchitecture (reset + execute)](./plans/lees-de-readme-md-validated-book.md) | — | — | | [Verbeterplan load/render Product Backlog, Sprint en Solo](./plans/load-render-improvement-plan-2026-05-10.md) | draft | 2026-05-10 | -| [Advies — Zelf een Git-platform hosten naast of in plaats van GitHub](./plans/Local github setup.md) | — | — | | [M10 — Password-loze inlog via QR-pairing](./plans/M10-qr-pairing-login.md) | active | 2026-05-03 | | [M11 — Claude vraagt, gebruiker antwoordt](./plans/M11-claude-questions.md) | active | 2026-05-03 | | [M12 — Idea entity + Grill/Plan Claude jobs](./plans/M12-ideas.md) | planned | — | | [M9 — Actief Product Backlog](./plans/M9-active-product-backlog.md) | active | 2026-05-03 | -| [PBI-11 — Mobile-shell met landscape-lock (settings + backlog + solo)](./plans/PBI-11-mobile-shell.md) | — | — | -| [PBI-75 — Sprint task-edit client-side via workspace-store](./plans/PBI-75-sprint-task-edit-store.md) | — | — | -| [PBI-78 — Cost-analyse widget op Insights-pagina](./plans/PBI-78-cost-analysis-widget.md) | — | — | | [Queue-loop verplaatsen van Claude naar runner](./plans/queue-loop-extraction.md) | — | — | | [Advies - SprintRun, PR en worktree lifecycle als state machines](./plans/sprint-pr-worktree-state-machines.md) | draft | 2026-05-06 | | [ST-1109 — PBI krijgt een status (Ready / Blocked / Done)](./plans/ST-1109-pbi-status.md) | active | 2026-05-03 | @@ -63,7 +56,6 @@ Auto-generated on 2026-05-10 from front-matter and headings. | [ST-1114 — Copilot reviews op dashboard](./plans/ST-1114-copilot-reviews.md) | active | 2026-05-03 | | [Plan: wekelijkse sync van `model_prices` (PBI-66 / ST-1296)](./plans/sync-model-prices.md) | — | — | | [Tweede Claude Agent — Planning Agent](./plans/tweede-claude-agent-planning.md) | proposal | 2026-05-03 | -| [User-settings store (DB-backed user prefs)](./plans/user-settings-store.md) | draft | 2026-05-10 | | [Scrum4Me — v1.0 readiness](./plans/v1-readiness.md) | active | 2026-05-04 | | [Zustand store rearchitecture - active context, realtime en resync](./plans/zustand-store-rearchitecture.md) | ready-to-execute | 2026-05-09 | | [Zustand workspace-store implementatieplan (PBI-74)](./plans/zustand-workspace-store-implementation.md) | in-progress | 2026-05-10 | @@ -111,14 +103,10 @@ Auto-generated on 2026-05-10 from front-matter and headings. | [Project Structure, Stores, Realtime & Job Queue](./architecture/project-structure.md) | `architecture/project-structure.md` | active | 2026-05-08 | | [QR-pairing Login Flow](./architecture/qr-pairing.md) | `architecture/qr-pairing.md` | active | 2026-05-03 | | [Sprint execution modes — PER_TASK vs SPRINT_BATCH](./architecture/sprint-execution-modes.md) | `architecture/sprint-execution-modes.md` | active | 2026-05-07 | -| [Scrum4Me — Implementatie Backlog](./backlog.md) | `backlog.md` | active | 2026-05-03 | -| [Scrum4Me — Implementatie Backlog](./backlog/index.md) | `backlog/index.md` | active | 2026-05-03 | -| [DevPlanner — Product Backlog](./backlog/product-historical.md) | `backlog/product-historical.md` | active | 2026-05-03 | | [Agent Instruction Audit](./decisions/agent-instructions-history.md) | `decisions/agent-instructions-history.md` | active | 2026-05-03 | | [Scrum4Me — Styling & Design System](./design/styling.md) | `design/styling.md` | active | 2026-05-03 | | [Docker smoke test — task 1](./docker-smoke/2-mei-task-1.md) | `docker-smoke/2-mei-task-1.md` | done | 2026-05-03 | | [Docker smoke test — task 2](./docker-smoke/2-mei-task-2.md) | `docker-smoke/2-mei-task-2.md` | done | 2026-05-03 | -| [Scrum4Me — Functionele Specificatie](./functional.md) | `functional.md` | active | 2026-05-03 | | [Scrum4Me — Glossary](./glossary.md) | `glossary.md` | active | 2026-05-08 | | [Overview](./manual/01-overview.md) | `manual/01-overview.md` | active | 2026-05-07 | | [Statuses & Transitions](./manual/02-statuses-and-transitions.md) | `manual/02-statuses-and-transitions.md` | active | 2026-05-07 | @@ -129,9 +117,7 @@ Auto-generated on 2026-05-10 from front-matter and headings. | [Scrum4Me Developer Manual](./manual/index.md) | `manual/index.md` | active | 2026-05-07 | | [Scrum4Me — Styling & Design System](./md3-color-scheme.md) | `md3-color-scheme.md` | active | 2026-05-03 | | [Obsidian as Personal Authoring Layer](./obsidian-authoring.md) | `obsidian-authoring.md` | active | 2026-05-02 | -| [PbiDialog Profiel](./pbi-dialog.md) | `pbi-dialog.md` | active | 2026-05-03 | | [DevPlanner — User Personas](./personas.md) | `personas.md` | active | 2026-05-03 | -| [DevPlanner — Product Backlog](./product-backlog.md) | `product-backlog.md` | active | 2026-05-03 | | [Scrum4Me — API Test Plan](./qa/api-test-plan.md) | `qa/api-test-plan.md` | active | 2026-05-03 | | [Realtime smoke-checklist — PBI / Story / Task](./realtime-smoke.md) | `realtime-smoke.md` | active | 2026-05-03 | | [Caveman plan — Beelink naar Ubuntu Scrum4Me server](./recommendations/beelink-ubuntu-scrum4me-server-caveman-plan.md) | `recommendations/beelink-ubuntu-scrum4me-server-caveman-plan.md` | draft | 2026-05-09 | @@ -146,6 +132,4 @@ Auto-generated on 2026-05-10 from front-matter and headings. | [MCP Integration — Scrum4Me Tools](./runbooks/mcp-integration.md) | `runbooks/mcp-integration.md` | active | 2026-05-08 | | [v1.0 Smoke Test Checklist](./runbooks/v1-smoke-test.md) | `runbooks/v1-smoke-test.md` | active | 2026-05-04 | | [Worker idempotency & job-status protocol](./runbooks/worker-idempotency.md) | `runbooks/worker-idempotency.md` | active | 2026-05-09 | -| [StoryDialog Profiel](./story-dialog.md) | `story-dialog.md` | active | 2026-05-03 | -| [TaskDialog Profiel](./task-dialog.md) | `task-dialog.md` | active | 2026-05-03 | | [Scrum4Me — API Test Plan](./test-plan.md) | `test-plan.md` | active | 2026-05-03 | diff --git a/docs/backlog.md b/docs/old/backlog.md similarity index 100% rename from docs/backlog.md rename to docs/old/backlog.md diff --git a/docs/backlog/.gitkeep b/docs/old/backlog/.gitkeep similarity index 100% rename from docs/backlog/.gitkeep rename to docs/old/backlog/.gitkeep diff --git a/docs/backlog/index.md b/docs/old/backlog/index.md similarity index 100% rename from docs/backlog/index.md rename to docs/old/backlog/index.md diff --git a/docs/backlog/product-historical.md b/docs/old/backlog/product-historical.md similarity index 100% rename from docs/backlog/product-historical.md rename to docs/old/backlog/product-historical.md diff --git a/docs/functional.md b/docs/old/functional.md similarity index 100% rename from docs/functional.md rename to docs/old/functional.md diff --git a/docs/pbi-dialog.md b/docs/old/pbi-dialog.md similarity index 100% rename from docs/pbi-dialog.md rename to docs/old/pbi-dialog.md diff --git a/docs/plans/Local github setup.md b/docs/old/plans/Local github setup.md similarity index 100% rename from docs/plans/Local github setup.md rename to docs/old/plans/Local github setup.md diff --git a/docs/plans/PBI-11-mobile-shell.md b/docs/old/plans/PBI-11-mobile-shell.md similarity index 100% rename from docs/plans/PBI-11-mobile-shell.md rename to docs/old/plans/PBI-11-mobile-shell.md diff --git a/docs/plans/PBI-75-sprint-task-edit-store.md b/docs/old/plans/PBI-75-sprint-task-edit-store.md similarity index 100% rename from docs/plans/PBI-75-sprint-task-edit-store.md rename to docs/old/plans/PBI-75-sprint-task-edit-store.md diff --git a/docs/plans/PBI-78-cost-analysis-widget.md b/docs/old/plans/PBI-78-cost-analysis-widget.md similarity index 100% rename from docs/plans/PBI-78-cost-analysis-widget.md rename to docs/old/plans/PBI-78-cost-analysis-widget.md diff --git a/docs/plans/lees-de-readme-md-validated-book.md b/docs/old/plans/lees-de-readme-md-validated-book.md similarity index 100% rename from docs/plans/lees-de-readme-md-validated-book.md rename to docs/old/plans/lees-de-readme-md-validated-book.md diff --git a/docs/plans/user-settings-store.md b/docs/old/plans/user-settings-store.md similarity index 100% rename from docs/plans/user-settings-store.md rename to docs/old/plans/user-settings-store.md diff --git a/docs/product-backlog.md b/docs/old/product-backlog.md similarity index 100% rename from docs/product-backlog.md rename to docs/old/product-backlog.md diff --git a/docs/story-dialog.md b/docs/old/story-dialog.md similarity index 100% rename from docs/story-dialog.md rename to docs/old/story-dialog.md diff --git a/docs/task-dialog.md b/docs/old/task-dialog.md similarity index 100% rename from docs/task-dialog.md rename to docs/old/task-dialog.md diff --git a/docs/plans/landing-local-first.md b/docs/plans/landing-local-first.md index 96092aa..8a6e7c5 100644 --- a/docs/plans/landing-local-first.md +++ b/docs/plans/landing-local-first.md @@ -7,6 +7,9 @@ last_updated: 2026-05-03 applies_to: [SCRUM4ME] story_id: cmoq2qoik0001qa175iynfnaa pbi_id: cmoq2q50s0000qa174rmrjove +archived: true +archived_reason: niet-uitgevoerd, uit standaard sessiecontext gehouden +archived_at: 2026-05-11 --- # Landing v2 — lokaal & veilig + architectuurdiagram diff --git a/docs/plans/landing-v3-idea-flow.md b/docs/plans/landing-v3-idea-flow.md index 6c0dd56..69a2072 100644 --- a/docs/plans/landing-v3-idea-flow.md +++ b/docs/plans/landing-v3-idea-flow.md @@ -8,6 +8,9 @@ applies_to: [SCRUM4ME] story_id: cmot8226500017h174z5qpphx story_code: ST-1224 pbi_id: cmoq2q50s0000qa174rmrjove +archived: true +archived_reason: niet-uitgevoerd, uit standaard sessiecontext gehouden +archived_at: 2026-05-11 --- # Landing v3 — van idee tot pull request diff --git a/docs/plans/v1-readiness.md b/docs/plans/v1-readiness.md index a8610ee..799af33 100644 --- a/docs/plans/v1-readiness.md +++ b/docs/plans/v1-readiness.md @@ -73,7 +73,7 @@ Belangrijk maar niet-blokkerend voor v1. ### Backlog-index sync -[docs/backlog/index.md](../backlog/index.md) toont M10 (ST-1001 t/m 1008) en M11 (ST-1101 t/m 1108) als unchecked, terwijl ze allemaal gemerged zijn. Loop één keer door en zet `[x]`. Is een 5-min-job die de doc weer betrouwbaar maakt voor wie 'm leest. +[docs/old/backlog/index.md](../old/backlog/index.md) toont M10 (ST-1001 t/m 1008) en M11 (ST-1101 t/m 1108) als unchecked, terwijl ze allemaal gemerged zijn. Loop één keer door en zet `[x]`. Is een 5-min-job die de doc weer betrouwbaar maakt voor wie 'm leest. ### Solo observaties (todo `cmohuu5h8`) diff --git a/scripts/generate-docs-index.mjs b/scripts/generate-docs-index.mjs index 55b9711..61756d0 100644 --- a/scripts/generate-docs-index.mjs +++ b/scripts/generate-docs-index.mjs @@ -25,6 +25,7 @@ const EXCLUDE_PATTERNS = [ /^docs\/adr\/README\.md$/, /\/_[^/]+\.md$/, /^docs\/INDEX\.md$/, + /^docs\/old\//, ]; async function walk(dir) { @@ -121,6 +122,7 @@ async function main() { const content = await readFile(full, 'utf8'); const { data, body } = parseFrontMatter(content); + if (data.archived === 'true') continue; const title = data.title || extractFirstH1(body) || basename(full, '.md');