• v0.12.0
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    eric released this 2026-07-28 19:55:31 +00:00 | 3 commits to main since this release

    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.

    Downloads