docs(split): merge solo-paneel-spec into specs/functional.md

This commit is contained in:
Janpeter Visser 2026-05-03 00:59:23 +02:00
parent 481e0c65cd
commit 5b0b8d5b7e
6 changed files with 779 additions and 783 deletions

View file

@ -430,7 +430,7 @@ pbi:
implementation_plan: |
Append solo-paneel-spec.md content as a new H2 section
"Solo Panel" inside docs/specs/functional.md.
git rm docs/solo-paneel-spec.md
git rm docs/specs/functional.md#solo-panel
grep -rln "solo-paneel-spec" docs/ CLAUDE.md AGENTS.md README.md \
| xargs sed -i '' 's|docs/solo-paneel-spec\.md|docs/specs/functional.md#solo-panel|g'
commit: docs(split): merge solo-paneel-spec into specs/functional.md