docs: add changelog and expose test-api command in readme

This commit is contained in:
2026-02-25 13:47:19 +00:00
parent 1acaebf73f
commit 0a224983fd
2 changed files with 13 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ The no-reply provider returns `NO_REPLY` for any input.
- `no-reply-api/` — OpenAI-compatible minimal API that always returns `NO_REPLY`
- `docs/` — rollout and configuration notes
- `scripts/` — smoke/dev/helper checks
- `Makefile` — common dev commands (`make check`, `make check-rules`, `make up`)
- `Makefile` — common dev commands (`make check`, `make check-rules`, `make test-api`, `make up`)
- `CHANGELOG.md` — milestone summary
---