Document build artifacts in AGENTS.md

This commit is contained in:
2026-07-08 19:26:16 -04:00
parent fb7b41ddd7
commit ad3e879c42
+16
View File
@@ -24,6 +24,22 @@ go test ./...
./scripts/deploy.sh ./scripts/deploy.sh
``` ```
## Build Artifacts
The following are **not tracked** in git — they are regenerated by `make clean && make build-all`:
| Path | Description |
|---|---|
| `bin/` | Linux AMD64 + ARM64 built binaries |
| `server` | Local macOS dev binary (`go build ./cmd/server`) |
| `.data/` | Runtime data dir created by `make clean` |
| `dist/` | Root-level build output |
| `web/dist/` | Frontend build output |
| `internal/webui/dist/` | Embedded frontend in Go |
| `*.deb` | Debian packages built by `make package` |
The deploy pipeline always rebuilds from source + embedded frontend. Tracking prebuilt binaries bloats history with opaque diffs and produces unresolvable merge conflicts.
## Version Bumping ## Version Bumping
Before each push that contains user-facing changes, run the version bump script: Before each push that contains user-facing changes, run the version bump script: