docs(taxonomy): move design/api/qa/backlog/assets into folders
- docs/scrum4me-styling.md → docs/design/styling.md - docs/MD3_Color_Scheme_Documentation.md → docs/design/md3-color-scheme.md - docs/API.md → docs/api/rest-contract.md - docs/scrum4me-test-plan.md → docs/qa/api-test-plan.md - docs/scrum4me-backlog.md → docs/backlog/index.md - docs/scrum4me-product-backlog.md → docs/backlog/product-historical.md - docs/erd.svg → docs/assets/erd.svg - docs/icons.html → docs/assets/icons.html Internal links updated across CLAUDE.md, README.md, docs/, prisma/, and scripts/. prisma/schema.prisma erd output path also updated.
This commit is contained in:
parent
21860be341
commit
93b9c03419
28 changed files with 64 additions and 64 deletions
|
|
@ -5,7 +5,7 @@
|
|||
// npm run db:insert-milestone -- M8 --product SCRUM4ME # idem
|
||||
// npm run db:insert-milestone -- M8 --dry-run # niets schrijven, alleen tonen
|
||||
//
|
||||
// Bron: docs/scrum4me-backlog.md (gecommit, single source of truth).
|
||||
// Bron: docs/backlog/index.md (gecommit, single source of truth).
|
||||
// Tweede keer draaien is veilig: bestaande PBIs/stories/tasks worden niet
|
||||
// gedupliceerd. Sprint-toewijzing doe je apart via Sprint Planning in de UI.
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ async function main() {
|
|||
const ms = milestones.find((m) => m.key === args.milestoneKey)
|
||||
if (!ms) {
|
||||
throw new Error(
|
||||
`Milestone ${args.milestoneKey} not found in docs/scrum4me-backlog.md (parsed: ${milestones.map((m) => m.key).join(', ')})`,
|
||||
`Milestone ${args.milestoneKey} not found in docs/backlog/index.md (parsed: ${milestones.map((m) => m.key).join(', ')})`,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue