• v1.16.0 7079fabd87

    v1.16.0
    All checks were successful
    CI / json-check (push) Successful in 6s
    Publish / tag (push) Successful in 6s
    CI / sast (push) Successful in 36s
    CI / lua-check (push) Successful in 9s
    CI / manifest (push) Successful in 5s
    CI / security (push) Successful in 8s
    Publish / detect-release (push) Successful in 4s
    Publish / promote-release (push) Successful in 1s
    Stable

    Gravity Bot released this 2026-02-18 05:08:09 +00:00 | 318 commits to master since this release

    What'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, release to 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