fix: address project audit gaps

This commit is contained in:
2026-07-18 17:42:50 +08:00
parent 1bcdde49d2
commit 79feb20688
10 changed files with 161 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ Do not add these unless a later approved spec says so:
## Verification
- Backend changes should run `go test ./...` from `backend`.
- PostgreSQL integration checks can use `postgres://postgres:Weidong2023~!@8.137.107.29:19432/agent_dev?sslmode=disable` when a live database is required.
- PostgreSQL integration checks should read a live test database URL from `DATABASE_URL`; do not commit real credentials.
- Web changes should run tests and build from `apps/web`.
- Tauri changes should build the web app first, then run the Tauri verification command from `apps/desktop`.
- Each implementation task should end with a focused commit.