• v1.31.0 2f3644a93b

    v1.31.0 — Skill Extraction to Orbit Marketplace
    All checks were successful
    CI / security (push) Successful in 4s
    Publish / detect-release (push) Successful in 3s
    CI / manifest (push) Successful in 7s
    CI / sast (push) Successful in 14s
    CI / lua-check (push) Successful in 9s
    Publish / tag (push) Successful in 3s
    Publish / promote-release (push) Successful in 0s
    CI / json-check (push) Successful in 3s
    Stable

    Gravity Bot released this 2026-03-21 16:07:48 +00:00 | 0 commits to master since this release

    What's Changed

    This release removes all Gravity PM workflow skills from the repository. Skills now live in the orbit marketplace as the gravity-skills plugin (shipped in orbit v0.4.0).

    The repo returns to its core identity: a kickstart.nvim fork with manifest-driven config management (Gravity sync engine).

    Removed

    • 158 skill files (2.5 MB) from configs/claude/skills/ — 22 workflow skills + domain library
    • 60 manifest entries for skill distribution via manifest.json
    • gravity-skills.tsv — skill index for the fuzzy help system
    • 50 documentation files from docs/ — skill architecture, PM workflow, research, and security docs
    • Separation of Concerns section from README (was about skill vs MCP distinction)

    Changed

    • README.md — updated to reflect config-management-only identity; added note pointing to orbit marketplace
    • manifest.json — stripped all skill entries; added removed skill paths to removed_configs for cleanup on sync
    • gravity.sh — removed _gravity_skills() function; alias and nvim command fuzzy help retained
    • .gitleaks.toml — removed skill-specific allowlist paths
    • ADR-003 — updated manifest example to show config entry instead of skill entry

    Kept

    • Gravity sync engine (lua/custom/gravity/)
    • All shell configs, Claude Code settings/hooks, editor config
    • ADRs 001-003, 005 (config distribution, sync, overrides, git identity)
    • All nvim plugins, terminal customizations, install instructions

    Tasks

    • OP#2697: Remove all skill directories from configs/claude/skills/
    • OP#2698: Update manifest.json, gravity.sh, and remove gravity-skills.tsv
    • OP#2751: Remove Gravity PM documentation from docs/
    • OP#2699: Update README for post-skill-extraction identity
    • OP#2700: Update CLAUDE.md and project memory for orbit transition
    • OP#2701: Verify orbit gravity-skills plugin replaces removed skills

    Install

    git clone ssh://git@git.bros.ninja:2222/mike/kickstart.nvim.git ~/.config/nvim
    

    For Gravity PM skills, install via orbit:

    orbit plugin setup
    
    Downloads