Files
scriptorium/docs/releases/v0.12.0.md
Eric Rakestraw 2f42bdde39
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
Publish Promptkit migration guidance and release notes
2026-07-28 19:43:57 +00:00

1.7 KiB

Scriptorium v0.12.0

Breaking Project Boundary

Scriptorium is now an executable-only CLI and HTTP application. This is a breaking change for Go consumers: the former root Go package is not included, and no compatibility facade is provided.

Scriptorium v0.11.1 was the final framework-bearing release. Former Go consumers should follow the migration guide and adopt Promptkit v0.1.0 for in-process prompt preparation and execution.

Application Interfaces

The Scriptorium command-line and HTTP application interfaces remain. Their canonical documentation defines the supported commands, configuration, requests, responses, operational behavior, and deployment responsibilities:

Framework Dependency And Consumers

The released Scriptorium binaries use Promptkit v0.1.0 as their framework dependency. Promptkit owns the reusable engine, source formats, profiles, generation boundary, and validation contracts. See the Promptkit Go consumer guide for that supported API.

All known downstream Go consumers were migrated to Promptkit before this release.