Remove completed documentation roadmaps

This commit is contained in:
2026-07-05 03:16:11 +00:00
parent 41083de46a
commit d5b3d1e061
4 changed files with 17 additions and 893 deletions

View File

@@ -72,6 +72,8 @@ go run ./cmd/scriptorium serve --config ./examples/config.yml
The implemented HTTP route is `POST /v1/runs`; request and response fields are
defined in the [HTTP API reference](api.md).
The maintained HTTP request-shape example is `examples/http-run.json`.
HTTP service notes:
- Unknown JSON fields are rejected.
@@ -140,6 +142,13 @@ Defaults are documented in [Configuration reference](config.md). Operationally:
- Increase `server.max_response_bytes` when generated artifacts or requested raw output are expected to be large.
- Use `0` only when another trusted layer enforces size limits.
## Maintained Examples
- `examples/config.yml`
- `examples/config.full.yml`
- `examples/render-markdown-summary.sh`
- `examples/http-run.json`
## Safe Recovery
For failed CLI commands or HTTP requests: