feat: add project requirements and user stories for Adiuva MVP

- Created prd.json with detailed user stories, acceptance criteria, and implementation notes for the Adiuva project.
- Updated progress.txt to reflect recent implementations of routers for checkpoints and notes, along with learnings for future iterations.
- Modified ralph.sh to change the default tool from "amp" to "claude" for improved compatibility.
This commit is contained in:
Roberto Musso
2026-02-19 22:33:09 +01:00
parent 1206a73db8
commit 167b24e3eb
7 changed files with 148 additions and 150 deletions

12
.claude/.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
}
}
}