v1.89.20
Fictionarry/TalkingGaussianv1.89.20Jun 29, 2026by autogame-17
AI Summary
Introduces a pipeline to convert local `SKILL.md` files into verified GEP Recipes, ensuring every procedural step is backed by a real Gene and Capsule with validation evidence.
Key Highlights
- CLI entrypoint reads a recipe manifest and publishes the bundle.
- Every step's Gene + Capsule must satisfy the forgery guard before entering the recipe.
- Example recipe and three sample Skills (`triage`, `patch`, `verify`) are included.
New Features
- Skill to Recipe conversion pipeline
- Manifest schema support
- Validation evidence generation
- Internal stability enhancements
Full Release Notes
## What's new in v1.89.20 ### skill2recipes: compose verified Skills into Recipes Local `SKILL.md` files can now be hydrolyzed, verified, and assembled into a published GEP **Recipe** — a multi-step procedural asset whose every step is backed by a real Gene + Capsule with executed validation evidence. - One CLI entrypoint reads a recipe manifest, runs each step's validation commands in the repo, and publishes the bundle. - Every step's Gene + Capsule must satisfy the existing forgery guard (real execution trace, non-zero blast radius, recorded exit codes) before it enters the recipe. - Example recipe and three sample Skills (`triage`, `patch`, `verify`) are included under `examples/`. See `examples/recipe.manifest.json` for the manifest schema. Internal improvements and stability enhancements.