From 739e6313130abd3b7f5d2881aa551c185960c5f0 Mon Sep 17 00:00:00 2001 From: Madhura68 Date: Sun, 3 May 2026 00:30:36 +0200 Subject: [PATCH] docs(front-matter): add YAML front-matter to plans + agent files --- AGENTS.md | 8 ++++++++ CLAUDE.md | 8 ++++++++ docs/plans/M10-qr-pairing-login.md | 9 +++++++++ docs/plans/M11-claude-questions.md | 9 +++++++++ docs/plans/M9-active-product-backlog.md | 9 +++++++++ docs/plans/ST-1109-pbi-status.md | 9 +++++++++ docs/plans/ST-1110-demo-readonly.md | 9 +++++++++ docs/plans/ST-1111-claude-job-trigger.md | 9 +++++++++ docs/plans/ST-1114-copilot-reviews.md | 9 +++++++++ docs/plans/Tweede Claude Agent — Planning Agent.md | 9 +++++++++ .../archive/2026-04-27-claude-md-workflow-update.md | 9 +++++++++ docs/plans/archive/2026-04-27-insert-milestone-tool.md | 9 +++++++++ docs/plans/archive/2026-04-27-m8-realtime-solo.md | 9 +++++++++ 13 files changed, 115 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d097267..f427c45 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,11 @@ +--- +title: "AGENTS.md — Scrum4Me agent rules" +status: active +audience: [ai-agent] +language: en +last_updated: 2026-05-03 +--- + # This is NOT the Next.js you know diff --git a/CLAUDE.md b/CLAUDE.md index 010083b..9c68dc4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,11 @@ +--- +title: "CLAUDE.md — Scrum4Me" +status: active +audience: [ai-agent] +language: nl +last_updated: 2026-05-03 +--- + # CLAUDE.md — Scrum4Me Dit is het centrale instructiedocument voor Claude Code. Lees dit volledig voordat je iets bouwt. diff --git a/docs/plans/M10-qr-pairing-login.md b/docs/plans/M10-qr-pairing-login.md index eef1dcc..f00e94c 100644 --- a/docs/plans/M10-qr-pairing-login.md +++ b/docs/plans/M10-qr-pairing-login.md @@ -1,3 +1,12 @@ +--- +title: "M10 — Password-loze inlog via QR-pairing" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [M10] +--- + # M10 — Password-loze inlog via QR-pairing Inloggen op een (publieke) desktop zonder wachtwoord: desktop toont QR, telefoon (al-ingelogd) scant en bevestigt expliciet, desktop is binnen 1–2 s ingelogd. Bouwt voort op M8 LISTEN/NOTIFY-infra met eigen channel `scrum4me_pairing`. diff --git a/docs/plans/M11-claude-questions.md b/docs/plans/M11-claude-questions.md index ce5ce90..7da48b0 100644 --- a/docs/plans/M11-claude-questions.md +++ b/docs/plans/M11-claude-questions.md @@ -1,3 +1,12 @@ +--- +title: "M11 — Claude vraagt, gebruiker antwoordt" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [M11] +--- + # M11 — Claude vraagt, gebruiker antwoordt Persistent vraag-antwoord-kanaal tussen Claude Code (via MCP) en de actieve Scrum4Me-gebruiker. Claude schrijft een vraag naar `claude_questions` als hij vastloopt op een keuze; een Postgres-trigger emit op het bestaande `scrum4me_changes`-kanaal; de app toont een notificatie-badge; iedereen met product-toegang kan antwoorden; Claude leest het antwoord (sync via polling of in latere sessie via `get_question_answer`) en gaat door. diff --git a/docs/plans/M9-active-product-backlog.md b/docs/plans/M9-active-product-backlog.md index 9a79a80..1c9ae50 100644 --- a/docs/plans/M9-active-product-backlog.md +++ b/docs/plans/M9-active-product-backlog.md @@ -1,3 +1,12 @@ +--- +title: "M9 — Actief Product Backlog" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [M9] +--- + # M9 — Actief Product Backlog Eén "actief Product Backlog" per gebruiker, persistent op `User.active_product_id`. NavBar wordt: Producten | Product Backlog | Sprint | Solo | Todo's. Zonder actief PB zijn Backlog/Sprint/Solo disabled. Sprint is alleen klikbaar als er een sprint met status `ACTIVE` bestaat. Vervangt de bestaande `last_product`-cookieflow. diff --git a/docs/plans/ST-1109-pbi-status.md b/docs/plans/ST-1109-pbi-status.md index f2ecb1d..6b160b5 100644 --- a/docs/plans/ST-1109-pbi-status.md +++ b/docs/plans/ST-1109-pbi-status.md @@ -1,3 +1,12 @@ +--- +title: "ST-1109 — PBI krijgt een status (Ready / Blocked / Done)" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [ST-1109] +--- + # Plan — ST-1109 · PBI krijgt een status (Ready / Blocked / Done) > Spiegel van het goedgekeurde plan dat tijdens de sessie is opgesteld in diff --git a/docs/plans/ST-1110-demo-readonly.md b/docs/plans/ST-1110-demo-readonly.md index 5cca907..d6c77a6 100644 --- a/docs/plans/ST-1110-demo-readonly.md +++ b/docs/plans/ST-1110-demo-readonly.md @@ -1,3 +1,12 @@ +--- +title: "ST-1110 — Demo gebruiker read-only" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [ST-1110] +--- + # Plan: ST-1110 — Demo gebruiker read-only ## Context diff --git a/docs/plans/ST-1111-claude-job-trigger.md b/docs/plans/ST-1111-claude-job-trigger.md index 1e8d0ab..dd18563 100644 --- a/docs/plans/ST-1111-claude-job-trigger.md +++ b/docs/plans/ST-1111-claude-job-trigger.md @@ -1,3 +1,12 @@ +--- +title: "ST-1111 — Voer uit-knop met Claude Code job queue" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [ST-1111] +--- + # ST-1111 — 'Voer uit'-knop met Claude Code job queue **Story:** Als developer wil ik op het solo-scherm per task een 'Voer uit'-knop, zodat ik mijn lokale Claude Code-sessie kan inschakelen om de taak uit te voeren. diff --git a/docs/plans/ST-1114-copilot-reviews.md b/docs/plans/ST-1114-copilot-reviews.md index ce35a6d..e5993ff 100644 --- a/docs/plans/ST-1114-copilot-reviews.md +++ b/docs/plans/ST-1114-copilot-reviews.md @@ -1,3 +1,12 @@ +--- +title: "ST-1114 — Copilot reviews op dashboard" +status: active +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [ST-1114] +--- + # Plan — ST-1114 · Copilot reviews op dashboard ## Context diff --git a/docs/plans/Tweede Claude Agent — Planning Agent.md b/docs/plans/Tweede Claude Agent — Planning Agent.md index 7775d60..d59d925 100644 --- a/docs/plans/Tweede Claude Agent — Planning Agent.md +++ b/docs/plans/Tweede Claude Agent — Planning Agent.md @@ -1,3 +1,12 @@ +--- +title: "Tweede Claude Agent — Planning Agent" +status: proposal +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [] +--- + # Plan: Tweede Claude Agent — Planning Agent (PBI/Story → children) > **Eerder goedgekeurd plan in deze file:** *Scrum4Me v1.0 Release* (mobile shell + sprint-snapshots + release-discipline). Beschikbaar in chat-history; te verhuizen naar `docs/plans/v1-release.md` op een later moment. Dit nieuwe plan vervangt de plan-file inhoudelijk niet — het v1.0-werk blijft van kracht parallel hieraan. diff --git a/docs/plans/archive/2026-04-27-claude-md-workflow-update.md b/docs/plans/archive/2026-04-27-claude-md-workflow-update.md index 179b94e..f434d4f 100644 --- a/docs/plans/archive/2026-04-27-claude-md-workflow-update.md +++ b/docs/plans/archive/2026-04-27-claude-md-workflow-update.md @@ -1,3 +1,12 @@ +--- +title: "CLAUDE.md workflow-update na M7 + ST-509/511/512/513" +status: done +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [M7, ST-509, ST-511, ST-512, ST-513] +--- + # Plan: CLAUDE.md workflow-update na M7 + ST-509/511/512/513 ## Aanleiding diff --git a/docs/plans/archive/2026-04-27-insert-milestone-tool.md b/docs/plans/archive/2026-04-27-insert-milestone-tool.md index b0a3729..ddd2522 100644 --- a/docs/plans/archive/2026-04-27-insert-milestone-tool.md +++ b/docs/plans/archive/2026-04-27-insert-milestone-tool.md @@ -1,3 +1,12 @@ +--- +title: "Herbruikbaar scripts/insert-milestone.ts" +status: done +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [] +--- + # Plan: herbruikbaar `scripts/insert-milestone.ts` ## Doel diff --git a/docs/plans/archive/2026-04-27-m8-realtime-solo.md b/docs/plans/archive/2026-04-27-m8-realtime-solo.md index 015e93f..27ca6ab 100644 --- a/docs/plans/archive/2026-04-27-m8-realtime-solo.md +++ b/docs/plans/archive/2026-04-27-m8-realtime-solo.md @@ -1,3 +1,12 @@ +--- +title: "Realtime updates voor Solo Paneel (M8)" +status: done +audience: [maintainer, contributor] +language: nl +last_updated: 2026-05-03 +applies_to: [M8] +--- + # Plan: Realtime updates voor Solo Paneel (M8) ## Aanleiding