• v1.14.0 e790958670

    v1.14.0
    Some checks failed
    CI / validate-branch (push) Failing after 0s
    CI / validate-release-pr (push) Has been skipped
    CI / json-check (push) Successful in 7s
    CI / manifest (push) Successful in 7s
    CI / security (push) Successful in 8s
    Publish / detect-release (push) Successful in 7s
    CI / lua-check (push) Successful in 13s
    Publish / tag (push) Successful in 7s
    Publish / promote-release (push) Successful in 3s
    CI / sast (push) Successful in 43s
    Stable

    Gravity Bot released this 2026-02-17 17:55:49 +00:00 | 353 commits to master since this release

    What's Changed

    New: Gravity PM Skill & Dual-Backend PM Adapter

    • Gravity PM skill added as the canonical ticket workflow, replacing the OpenProject skill as the primary workflow driver
    • PM MCP adapter (pm-adapter.md) enables dual-write to both OpenProject (primary) and Gravity PM (mirror) during the transition
    • Abstract pm:: notation across all skills — resolved at runtime via backend discovery
    • OpenProject remains the working backend and source of truth for reads; Gravity PM mirrors writes for feature-parity validation

    Gitflow Enforcement

    • Gitflow branching model enforced across gravity, release, and refinement skills
    • Repo initialization preflight (Phase 0) with admin access check, Forgejo settings, and publishing infrastructure verification
    • Release branches cut from integration branch (develop), only release PRs merge to production (main/master)
    • Branch naming flexible with runtime detection — supports both main/develop and master/dev
    • Gitflow migration guide with tutorial and branch renaming instructions

    Skill Updates

    • Release skill: updated for gitflow release flow (feature → develop → release → main)
    • Refinement skill: gitflow standard task verification (initialize branch + release task)
    • PR creation: review feedback loop with triage (immediate fix vs deferred follow-up)
    • All skills: adapted from hardcoded MCP calls to abstract pm:: notation

    Commits

    • b63286b feat(skills): add gravity skill replacing openproject skill
    • 633bbfb refactor(skills): adapt all skills for Gravity PM MCP
    • b4455da feat(gravity): add gitflow and publishing repo initialization to preflight
    • cc2bc86 feat(gravity): update branching to use develop-based gitflow
    • b5f2adc feat(release): update release skill for gitflow release flow
    • 10300d3 feat(refinement): add gitflow verification to version refinement
    • 80bc30e test(skills): validate gitflow enforcement and fix main/master drift
    • 3ebcaf2 feat(skills): make branch naming flexible with runtime detection
    • 643998f feat(gravity): add gitflow migration guide with tutorial and branch renaming
    • f72d2e0 feat(gravity): add admin check and Forgejo settings to repo-init
    • 0e1fed7 feat(gravity): add PR review feedback loop to workflow
    • 988f403 feat(skills): add PM MCP adapter for dual-backend operation

    Files Changed (16)

    • New: configs/claude/skills/gravity/ (SKILL.md + 8 reference docs including pm-adapter.md)
    • Modified: release, npm-release, refinement, journal, testing, wiki, Writing skills
    • Modified: manifest.json (gravity skill registered for bootstrap deployment)
    Downloads