Prepare the v0.13.0 release
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-08-29 15:36:01 +00:00
parent 85d14784ca
commit f33af20524
2 changed files with 62 additions and 2 deletions

View File

@@ -172,11 +172,12 @@ unformatted=$(
test -z "$unformatted"
```
Run the maintained render script and smoke-test both maintained configuration
examples without a model call:
Run the maintained render and Promptkit v0.9 feature scripts, then smoke-test
both maintained configuration examples without a model call:
```sh
GOWORK=off ./examples/render-markdown-summary.sh
GOWORK=off ./examples/render-v0.9-features.sh
for config_file in examples/config.yml examples/config.full.yml
do
GOWORK=off go run ./cmd/scriptorium render \