init monlet repo with stage 0-2 (docs, contract, agent MVP)
This commit is contained in:
16
.github/workflows/README.md
vendored
Normal file
16
.github/workflows/README.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# CI Workflows
|
||||
|
||||
Placeholder for future GitHub Actions workflows.
|
||||
|
||||
Planned jobs:
|
||||
|
||||
- Go test for `agent/`;
|
||||
- `gofmt -l` and `go vet` for `agent/`;
|
||||
- `go test -race` for Go stage checkpoints or concurrency-heavy changes;
|
||||
- Python tests and migrations for `server/`;
|
||||
- PostgreSQL constraint tests for `server/`;
|
||||
- Agent-to-Server integration smoke;
|
||||
- TypeScript check, lint, and build for `web/`;
|
||||
- OpenAPI validation for `api/openapi.yaml`.
|
||||
- OpenAPI example payload validation for `examples/heartbeat.json` and `examples/event-batch.json`.
|
||||
- Docker Compose smoke for `/health`, `/ready`, `/metrics`, and example ingest.
|
||||
Reference in New Issue
Block a user