Rename generate target to proto; dev data dir run/ -> srv/

Aligns with the platform engineering standards.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-20 15:04:45 -07:00
co-authored by Claude Fable 5.1
parent a1250d05ee
commit e01b45a921
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ See ARCHITECTURE.md §18 for full design rationale and artifact inventory.
- `build` — compile all binaries to `bin/`
- `test``go test -race ./...`
- `lint``golangci-lint run ./...`
- `generate``go generate ./...` (proto stubs from Phase 7)
- `proto``go generate ./...` (proto stubs from Phase 7)
- `man` — build compressed man pages
- `install` — run `dist/install.sh`
- `docker``docker build -t mcias:$(VERSION) -t mcias:latest .`