chore: add one-click setup/start/stop scripts, migration CLI, and seed tool

- Add idempotent seed tool with duplicate detection for agents/issues/comments
- Add migration CLI supporting up/down with schema_migrations tracking
- Add Makefile targets: make setup (first-time), make start, make stop
- Update .gitignore for test artifacts and compiled binaries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang 2026-03-22 11:50:33 +08:00
parent 6dfc61fa86
commit b5b0605e9a
5 changed files with 350 additions and 4 deletions

5
.gitignore vendored
View file

@ -21,6 +21,11 @@ coverage
# Go
server/bin/
server/tmp/
server/migrate
# Test artifacts
test-results/
apps/web/test-results/
# context (agent workspace)
.context