Normalize maintained documentation examples

This commit is contained in:
2026-07-26 14:25:44 +00:00
parent f0ca233c25
commit 9932153b97
2 changed files with 40 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ go run ./cmd/scriptorium render \
```
This command renders the prepared prompt and effective runtime settings without calling an LLM.
For complete invocation and output behavior, see the [CLI reference](docs/cli.md).
## Documentation
@@ -37,8 +38,8 @@ This command renders the prepared prompt and effective runtime settings without
## Examples
- `examples/config.yml`
- `examples/config.full.yml`
- `examples/render-markdown-summary.sh`
- `examples/http-run.json`
- `examples/go-library/prepare`
- [Minimal configuration](examples/config.yml) and [complete configuration](examples/config.full.yml)
- [Prompt definitions](examples/prompts/), [execution profiles](examples/profiles/), [schemas](examples/schemas/), and [synthetic input fixtures](examples/fixtures/)
- [Render script](examples/render-markdown-summary.sh)
- [HTTP request](examples/http-run.json)
- [Go library example](examples/go-library/prepare/main.go)