Skip to content

Version 0.1.11

Choose a tag to compare

@veggerby veggerby released this 27 May 05:32
· 9 commits to main since this release
dfae2fe

[0.1.11] - 2026-05-27

Added

  • pi overlay — adds the Pi minimal terminal coding agent (@earendil-works/pi-coding-agent) with multi-provider LLM support (Anthropic, OpenAI, Gemini, DeepSeek, and more)

  • JSON Schema for superposition.yml — machine-readable schema enables editor auto-complete and inline validation when authoring project files

    • Schema is generated automatically from the overlay registry and TypeScript types via npm run schema:generate
    • Generated superposition.yml files now include a $schema line pointing to the stable URL: https://raw.githubusercontent.com/veggerby/container-superposition/main/tool/schema/superposition.schema.json
    • Schema file (tool/schema/superposition.schema.json) is committed to the repository, kept in sync by CI, and uploaded as a release asset with each GitHub release
    • Keeping the schema up to date is part of the Definition of Done: run npm run schema:generate after adding overlays or changing ProjectConfigSelection types

Fixed

  • Generated README reproducibility — consolidated generated README.md files no longer embed the current date in their header, so repeated cs regen runs remain deterministic and cs doctor does not report false-positive drift from a day rollover alone