422df4f9fb
Merge remote-tracking branch 'origin/main' into pr-61
...
# Conflicts:
# .gitignore
# AGENTS.md
# CLAUDE.md
# README.md
# docs/API.md
# docs/MD3_Color_Scheme_Documentation.md
# docs/api.md
# docs/api/rest-contract.md
# docs/architecture.md
# docs/backlog.md
# docs/backlog/index.md
# docs/backlog/product-historical.md
# docs/decisions/agent-instructions-history.md
# docs/design/styling.md
# docs/functional.md
# docs/md3-color-scheme.md
# docs/patterns/claude-question-channel.md
# docs/patterns/dialog.md
# docs/patterns/qr-login.md
# docs/personas.md
# docs/plans/M10-qr-pairing-login.md
# docs/plans/M11-claude-questions.md
# docs/plans/M9-active-product-backlog.md
# docs/plans/ST-1114-copilot-reviews.md
# docs/plans/tweede-claude-agent-planning.md
# docs/product-backlog.md
# docs/qa/api-test-plan.md
# docs/scrum4me-backlog.md
# docs/scrum4me-functional-spec.md
# docs/scrum4me-personas.md
# docs/scrum4me-product-backlog.md
# docs/scrum4me-test-plan.md
# docs/solo-paneel-spec.md
# docs/specs/functional.md
# docs/specs/personas.md
# docs/styling.md
# docs/test-plan.md
2026-05-03 03:20:28 +02:00
564efc2a2b
docs(links): fix broken cross-references after restructure
2026-05-03 01:16:42 +02:00
f6c67ed37a
docs(index): regenerate after ADR 0001-0008
2026-05-03 01:11:20 +02:00
d469b4018a
docs(trim): extract MCP integration into runbook
2026-05-03 01:03:55 +02:00
0342498f63
docs(split): merge md3-color-scheme into design/styling
2026-05-03 01:00:01 +02:00
5b0b8d5b7e
docs(split): merge solo-paneel-spec into specs/functional.md
2026-05-03 00:59:23 +02:00
481e0c65cd
docs(split): break architecture.md into 6 topical files
2026-05-03 00:58:35 +02:00
bdc52a4066
docs(taxonomy): move agent-instruction-audit into decisions/
2026-05-03 00:56:23 +02:00
90ee122641
docs(taxonomy): move design/api/qa/backlog/assets into folders
2026-05-03 00:56:03 +02:00
2e47bda28e
docs(taxonomy): move spec files into docs/specs/
2026-05-03 00:55:11 +02:00
61a6ce634f
docs(naming): rename middleware.md to proxy.md (next 16)
2026-05-03 00:35:05 +02:00
ac23b33d17
docs(naming): rename plan file to kebab-case ASCII
2026-05-03 00:34:23 +02:00
1b81f66fa6
docs(naming): lowercase API.md and MD3 filenames
2026-05-03 00:33:07 +02:00
f5ff3673e2
docs(naming): drop scrum4me- prefix from doc filenames
2026-05-03 00:32:32 +02:00
6c49a5013d
docs(index): regenerate INDEX.md after front-matter pass
2026-05-03 00:30:58 +02:00
f106af9ab4
docs(front-matter): add YAML front-matter to docs/ root
2026-05-03 00:25:54 +02:00
eea5c86886
feat(docs): add docs index generator + initial INDEX.md
...
scripts/generate-docs-index.mjs walks docs/**/*.md, parses YAML
front-matter (or first H1 fallback) and a Nygard-style ## Status
section, then writes docs/INDEX.md with grouped tables for ADRs,
Specs, Plans (with archive subsection), Patterns, and Other.
Pure Node 20 (no external deps); idempotent — running it twice
produces byte-identical output. Excludes adr/templates/, the ADR
README, INDEX.md itself, and any *_*.md sidecar file.
Wire-up:
- package.json: docs:index → node scripts/generate-docs-index.mjs
Initial run indexed 35 docs across the existing structure; the
generated INDEX.md is committed so the table is reviewable in the
PR before hooking generation into a pre-commit step.
2026-05-02 21:25:35 +00:00