feat: scaffold go backend foundation

This commit is contained in:
user
2026-04-26 16:14:31 +09:00
parent 2744c37f58
commit 0e232ff405
15 changed files with 633 additions and 13 deletions

View File

@@ -56,5 +56,13 @@ For planning/spec-only changes, run:
openspec validate bootstrap-job-tutor-platform --strict
```
For future code changes, add project-specific build and test commands here once
the implementation stack is initialized.
For Go backend changes, run:
```powershell
gofmt -w cmd internal
go test ./...
openspec validate bootstrap-job-tutor-platform --strict
```
Before completing implementation work, confirm manually authored Go files stay
at or below 600 lines.