Format all project startup docs with Prettier

- Add Prettier as dev dependency
- Apply formatting to interview map, retrospective, and planning document

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-04-12 17:11:14 +08:00
parent 9c4feb5dce
commit 6462cd8873
5 changed files with 95 additions and 34 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "^3.8.2"
}
}