• v1.24.0 de3fcefae8

    v1.24.0 — Gravity PM Skill Prefix Rename
    All checks were successful
    CI / json-check (push) Successful in 3s
    CI / lua-check (push) Successful in 9s
    CI / security (push) Successful in 27s
    CI / manifest (push) Successful in 58s
    Publish / detect-release (push) Successful in 1m34s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 1s
    CI / sast (push) Successful in 2m6s
    Stable

    Gravity Bot released this 2026-03-04 04:46:39 +00:00 | 192 commits to master since this release

    What's Changed

    Refactor

    • Rename Gravity PM skills with gr-/gt- prefix — All 16 skill directories renamed to use namespace prefixes: gr- for lifecycle/release skills, gt- for tool/utility skills

    Bug Fixes

    • Update skill paths in manifest — All manifest.json entries updated to reference new gr-/gt- prefixed directories
    • Update stale skill paths in documentation — 12 doc files (READMEs, ADRs, SOPs, guides) updated from old unprefixed paths to new gr-/gt- convention
    • Add universal Git Author Identity rule to gr-gravity conductor — Commits made outside the implementation skill were using the machine's default git config instead of the Gravity Bot identity. The conductor now enforces identity across all phases.

    Tasks

    • OP#1911: Rename 15 skill directories with git mv
    • OP#1912: Create gr-release-finish delegator skill
    • OP#1913: Update name: frontmatter in all 16 SKILL.md files
    • OP#1914: Update cross-references across all skill files
    • OP#1915: Deploy prefixed skills to ~/.claude/skills/

    Epic: OP#1910

    Downloads