Version 0.1.11
[0.1.11] - 2026-05-27
Added
-
pioverlay — 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.ymlfiles now include a$schemaline 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:generateafter adding overlays or changingProjectConfigSelectiontypes
- Schema is generated automatically from the overlay registry and TypeScript types via
Fixed
- Generated README reproducibility — consolidated generated
README.mdfiles no longer embed the current date in their header, so repeatedcs regenruns remain deterministic andcs doctordoes not report false-positive drift from a day rollover alone