qa.md is the project's QA memory
Per-project file, seeded by /ds-init-project when a web UI is detected. Two jobs:
1. Config - how to run the app for QA
## Dev server
command: npm run dev
port: 3000
## URLs
local: http://localhost:3000
staging: https://staging.example.com
## Preferences
prefer: local
2. Knowledge - project-specific quirks learned from past runs
qa.md is the only file the qa-engineer is allowed to write to. It is QA infrastructure, not application code.