| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dennis Forge 0.5.1 source code.tar.gz | 2026-03-12 | 201.3 kB | |
| Dennis Forge 0.5.1 source code.zip | 2026-03-12 | 246.1 kB | |
| README.md | 2026-03-12 | 686 Bytes | |
| Totals: 3 Items | 448.1 kB | 0 | |
This release introduces the first fully working reversible transformation cycle.
Core workflow now operational:
dennis plan run
dennis apply
dennis invert
dennis apply (undo)
Guarantees:
• Deterministic plan generation • Reversible transformations • Helper injection and removal • Heuristic-safe string replacement • Deterministic JSON serialization • Artifact-compatible plan structure
The engine now satisfies the core invariant:
apply(plan)
apply(invert(plan))
→ filesystem returns to original state
This milestone establishes the foundation for the DEX artifact ecosystem and the upcoming Dennis Forge SaaS.