Releases: ivan-gerasimov-1/create-lv48-app
Releases · ivan-gerasimov-1/create-lv48-app
create-lv48-app: v0.5.0
Immutable
release. Only release title and notes can be modified.
0.5.0 (2026-03-21)
Features
- add bugfix-lifecycle skill for OpenSpec-based bug resolution (f3379ce)
- add Codex environment configuration for automated setup (5f5d8a6)
- add feature-lifecycle skill for OpenSpec-based feature development (880f6d0)
- add feature-plan and feature-implement skills for structured development workflow (80a5b61)
- add openspec workflow skills for change management and exploration (65a176e)
- add specs for CLI and preset scaffolding behavior (96bd174)
- add symlink to skills directory for Claude integration (82db212)
- add teammate-code-reviewer skill for structured code reviews (de2d282)
- cli: show post-setup progress messages (24edf01)
- cli: support --version flag (f73b43c)
- raise minimum Node.js version to 24 across CLI and generated scaffold (eca8879)
- simplify package release flow (#9) (bd44a4b)
- skill: enforce hard stop at section boundaries in openspec-apply-change (035b2e2)
- skill: scope feature-implement to single section with hard stop at boundaries (38c49f3)
Bug Fixes
- ci: quote if expression to prevent YAML parsing error (ae92f47)
- generate: improve scaffolding error handling and directory tracking (07f8d3f)
- release: derive expected packed files dynamically from disk (d1a2df9)
- remove leading slash from bin path for npm compatibility (459d684)
- skill: correct typo in feature-implement skill description (9a9dbe7)
- support publishing public npm package from private repo (a9ccd34)
- transforms: throw on unresolved placeholder instead of passing through (5df4889)
- transforms: wrap JSON.parse in try-catch with helpful error message (e32cbbe)