forked from Neptune/mirror.kickstart.nvim
-
v1.16.0
StableAll checks were successfulCI / json-check (push) Successful in 6sPublish / tag (push) Successful in 6sCI / sast (push) Successful in 36sCI / lua-check (push) Successful in 9sCI / manifest (push) Successful in 5sCI / security (push) Successful in 8sPublish / detect-release (push) Successful in 4sPublish / promote-release (push) Successful in 1sreleased this
2026-02-18 05:08:09 +00:00 | 318 commits to master since this releaseWhat's Changed
Features
- Lifecycle phase decomposition — Rewrote the monolithic gravity skill as a thin conductor that reads lifecycle state and routes to dedicated phase skills (GP#976)
- Preflight skill — Extracted board audit, task sequencing, and routing as a standalone phase skill (GP#979)
- Implementation skill — Extracted per-ticket work loop with version gating and routing respect (GP#980)
- Postflight skill — Extracted 6-check reconciliation sweep as a standalone phase skill (GP#981)
- Refinement lifecycle awareness — Added version-scoped invocation and lifecycle state read/write to refinement (GP#982)
- Release lifecycle gating — Narrowed release triggers and added postflight completion check (GP#983)
- Journal skill — Created structured commentary skill for release task activity threads (GP#977, integrated from feature/776)
Architecture
- Lifecycle state model — Defined 5-phase model (refinement → preflight → implementation → postflight → release) with state stored in release task descriptions (GP#977)
- Conductor pattern — Gravity skill is now a router, not a worker. Routes
start,refine,plan,work on,releaseto the correct phase skill based on lifecycle state - Crash recovery — New conversations reconstruct state entirely from PM (lifecycle block + WP statuses + routing sections)
Infrastructure
- Updated manifest.json with 8 new phase skill sync targets, removed 6 stale entries (GP#984)
- Validated all routing paths with 8 dry-run scenarios, 2 edge case fixes applied (GP#985)
Tasks
- GP#988: Initialize version branch from develop
- GP#977: Design lifecycle state model and phase contract
- GP#978: Rewrite gravity as conductor skill
- GP#979: Extract preflight skill
- GP#980: Extract implementation skill
- GP#981: Extract postflight skill
- GP#982: Update refinement with lifecycle awareness
- GP#983: Narrow release skill triggers and add lifecycle gating
- GP#984: Update manifest and sync targets
- GP#985: Validate with dry-run lifecycle scenarios
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads