Merge branch 'worktree-agent-a5f21c17' into Develop

# Conflicts:
#	.planning/REQUIREMENTS.md
#	.planning/ROADMAP.md
#	.planning/STATE.md
This commit is contained in:
2026-04-04 12:30:57 +02:00
6 changed files with 408 additions and 38 deletions

View File

@@ -13,7 +13,8 @@
"test": "bun test tests/",
"test:e2e": "bunx playwright test",
"test:e2e:ui": "bunx playwright test --ui",
"lint": "bunx @biomejs/biome check ."
"lint": "bunx @biomejs/biome check .",
"db:migrate-from-sqlite": "bun run scripts/migrate-sqlite-to-postgres.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",