• 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
  • v1.15.3 a66c0e798e

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

    Gravity Bot released this 2026-02-17 23:51:31 +00:00 | 336 commits to master since this release

    What's Changed

    Bug Fixes

    • GP#974: Split PR validation into separate workflow to fix false failures on push

    Summary

    Forgejo runner v6.4.0 reports validate-branch and validate-release-pr as failed on push events to master, even though job-level if conditions should skip them. Moved these jobs into a dedicated pr-validation.yml workflow that only triggers on pull_request events, eliminating the false failures entirely.

    Tasks

    • GP#974: Split PR validation into separate workflow to fix false failures on push
    • GP#975: Create release branch and publish v1.15.3
    Downloads
  • v1.15.2 2fd3c94ac1

    v1.15.2
    Some checks failed
    CI / validate-branch (push) Failing after 0s
    CI / validate-release-pr (push) Has been skipped
    CI / json-check (push) Successful in 5s
    CI / manifest (push) Successful in 5s
    Publish / detect-release (push) Successful in 4s
    CI / security (push) Successful in 9s
    CI / lua-check (push) Successful in 10s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 1s
    CI / sast (push) Successful in 40s
    Stable

    Gravity Bot released this 2026-02-17 23:33:23 +00:00 | 339 commits to master since this release

    What's Changed

    Bug Fixes

    • GP#972: Untrack manifest.overrides.json and add .example template

    Summary

    The manifest.overrides.json file was committed before the .gitignore rule took effect, so git continued tracking it despite the ignore rule. This release removes it from git tracking and provides a tracked .example template for new machine setup.

    Tasks

    • GP#972: Untrack manifest.overrides.json and add .example template
    • GP#973: Create release branch and publish v1.15.2
    Downloads
  • v1.15.1 44ef2b8598

    v1.15.1
    All checks were successful
    CI / validate-branch (push) Has been skipped
    CI / json-check (push) Successful in 9s
    CI / validate-release-pr (push) Has been skipped
    CI / security (push) Successful in 12s
    CI / manifest (push) Successful in 9s
    CI / lua-check (push) Successful in 17s
    Publish / detect-release (push) Successful in 11s
    Publish / tag (push) Successful in 7s
    Publish / promote-release (push) Successful in 2s
    CI / sast (push) Successful in 47s
    Stable

    Gravity Bot released this 2026-02-17 21:26:56 +00:00 | 342 commits to master since this release

    Bug Fixes

    • GP#962: Fix CI validate-branch and validate-release-pr jobs reporting as failed on push events to master after PR merge. Wrapped if: conditions in explicit ${{ }} expression syntax so Forgejo runner skips them cleanly on non-PR events.

    Tasks

    • GP#962: Fix CI validate-branch and validate-release-pr false failures on push events
    Downloads
  • v1.15.0 ae75b0dba1

    v1.15.0
    Some checks failed
    CI / json-check (push) Successful in 7s
    CI / manifest (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 2s
    CI / validate-branch (push) Failing after 1s
    CI / security (push) Successful in 10s
    CI / sast (push) Successful in 44s
    CI / validate-release-pr (push) Failing after 1s
    Stable

    Gravity Bot released this 2026-02-17 20:50:14 +00:00 | 345 commits to master since this release

    What's Changed

    Features

    • Autonomy routing system — Agents can now navigate version task sequences with configurable oversight levels (supervised or autonomous), with routing instructions embedded directly in work package descriptions
    • Routing templates reference — New references/routing.md defines mode definitions, natural language prompt templates, special instructions injection, and chain break recovery procedures
    • Preflight Phase 4 expansion — Phase 4 split into three sub-phases: 4a (claim + sequence), 4b (autonomy selection with per-task overrides), 4c (write routing sections to WP descriptions)
    • Gravity SKILL.md Step 8c — New post-close step instructs agents to read and follow the routing section after completing each task
    • Refinement sequence handoff — Refinement skill now outputs a recommended execution sequence in Step 7 for Phase 4a to use

    Bug Fixes

    • Clarified autonomous template to explicitly instruct cold-start agents to fetch the next task's description before starting work

    Tasks

    • GP#941: Initialize version branch from develop
    • GP#942: Create routing templates reference file
    • GP#943: Update preflight.md with Phase 4a/4b/4c
    • GP#944: Update gravity SKILL.md with routing section guidance
    • GP#945: Update refinement SKILL.md with sequence handoff
    • GP#946: Validate routing instructions with dry-run scenarios
    • GP#947: Create release branch and publish v1.15.0
    Downloads
  • 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
  • v1.13.2 38ed028b25

    v1.13.2
    All checks were successful
    CI / manifest (push) Successful in 5s
    Publish / detect-release (push) Successful in 4s
    CI / lua-check (push) Successful in 10s
    Publish / tag (push) Successful in 9s
    CI / json-check (push) Successful in 5s
    CI / security (push) Successful in 9s
    CI / validate-branch (push) Has been skipped
    CI / validate-release-pr (push) Has been skipped
    Publish / promote-release (push) Successful in 3s
    CI / sast (push) Successful in 38s
    Stable

    Gravity Bot released this 2026-02-17 15:21:14 +00:00 | 369 commits to master since this release

    What's Changed

    Bug Fixes

    • Add python3-pip to installation prerequisites — Mason requires pip to install Python-based tools (yamllint, etc.) inside virtual environments. Without python3-pip, Mason package installations fail on fresh systems. Updated install commands for Ubuntu, Debian, and Fedora.

    Tracking

    Downloads
  • v1.12.0 23245325ef

    v1.12.0
    All checks were successful
    Publish / detect-release (push) Successful in 4s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 2s
    CI / validate-branch (push) Has been skipped
    CI / json-check (push) Successful in 4s
    CI / validate-release-pr (push) Has been skipped
    CI / security (push) Successful in 6s
    CI / lua-check (push) Successful in 8s
    CI / manifest (push) Successful in 4s
    CI / sast (push) Successful in 38s
    Stable

    Gravity Bot released this 2026-02-17 05:56:15 +00:00 | 372 commits to master since this release

    What's Changed

    Release Task Journal (OP#776)

    • OP#777: Designed journal event taxonomy with 6 event types, one-liner/multi-line templates, and adapter interface
    • OP#778: Created journal SKILL.md with event types, templates, posting procedure, and OP adapter
    • OP#779: Hooked openproject skill task lifecycle into journal (task_closed, epic_status, wp_created, decision)
    • OP#780: Hooked release skill into journal (preflight, PR decision, postflight)
    • OP#781: Validated e2e integration with 7 smoke tests against live OP, wrote test-scenarios.md

    Infrastructure

    • Registered journal skill files in manifest.json for bootstrap deployment

    Install

    Clone or pull the repository and run the bootstrap agent to deploy updated configs.

    Downloads
  • v1.11.1 d5e9cc8645

    v1.11.1
    Some checks failed
    CI / validate-branch (push) Failing after 0s
    CI / security (push) Successful in 9s
    CI / lua-check (push) Successful in 10s
    Publish / promote-release (push) Successful in 1s
    CI / validate-release-pr (push) Has been skipped
    CI / json-check (push) Successful in 5s
    CI / manifest (push) Successful in 6s
    Publish / detect-release (push) Successful in 5s
    Publish / tag (push) Successful in 6s
    CI / sast (push) Successful in 40s
    Stable

    Gravity Bot released this 2026-02-17 05:52:44 +00:00 | 379 commits to master since this release

    What's Changed

    Documentation Fixes

    • OP#797: Removed 5 premature strategic wiki pages that lacked implementation backing
    • OP#790: Fixed all broken cross-references across wiki pages
    • OP#791: Removed raw editorial notes and resolved content inconsistencies
    • OP#793: Updated ADR-004 skill inventory and resolved ADR gaps
    • OP#792: Updated stale version references and comparison tables
    • OP#794: Refreshed SOPs to match current openproject skill (metering model, local-first pipeline, 5-phase preflight)
    • OP#795: Batch fixed minor wiki issues across 42 pages (synced_to_op reset, tier headers, evaluation dates, bootstrap caveats)
    • OP#796: Added bootstrap agent validation caveat to onboarding guide and quick-start checklist

    Summary

    Post-audit cleanup of all wiki content created during the v1.11.0 wiki migration. Fixes cross-references, removes premature content, updates stale version references, refreshes SOPs to reflect the current skill definitions, and corrects minor inconsistencies across 42 pages.

    Install

    # Clone or update
    git clone ssh://git@git.bros.ninja:2222/mike/kickstart.nvim.git ~/.config/nvim
    # Or pull latest
    cd ~/.config/nvim && git pull
    
    Downloads
  • v1.11.0 a54ebcbca8

    v1.11.0 — Wiki Infrastructure & Standards
    All checks were successful
    CI / validate-branch (push) Has been skipped
    CI / validate-release-pr (push) Has been skipped
    CI / json-check (push) Successful in 4s
    CI / lua-check (push) Successful in 7s
    CI / security (push) Successful in 4s
    CI / manifest (push) Successful in 4s
    Publish / detect-release (push) Successful in 5s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 1s
    CI / sast (push) Successful in 37s
    Stable

    Gravity Bot released this 2026-02-17 05:13:23 +00:00 | 389 commits to master since this release

    Wiki Infrastructure & Standards

    This release migrates 46 wiki pages from OpenProject to local markdown, establishes a 7-domain taxonomy, and introduces the wiki management skill for local-first authoring with bidirectional sync.

    What's New

    Wiki Migration (OP#752)

    • Migrated 46 wiki pages from OpenProject to docs/ with YAML frontmatter
    • Organized into 7 domains: adr, architecture, research, process, guides, security, metrics
    • Created domain index pages and root Map of Content
    • Converted absolute OP wiki URLs to relative markdown paths

    Wiki Skill (OP#753)

    • New wiki management skill (configs/claude/skills/wiki/SKILL.md)
    • Domain taxonomy reference with assignment rules
    • Frontmatter specification with validation checklist
    • Supports create, update, delete, move, and bulk operations
    • Bidirectional sync to OpenProject wiki and git (independently configurable)
    • Obsidian vault compatibility (standard markdown, relative links, YAML frontmatter)

    Content Audit (OP#754)

    • Audited all 46 pages across 7 domains
    • Found 42 issues: 8 critical, 16 moderate, 18 minor
    • Structured audit report at docs/process/wiki-content-audit-report.md
    • Created v1.11.1 follow-up version with 7 work packages for fixes

    Validation (OP#785)

    • Verified migration completeness (47 content pages, 7 indexes, MOC)
    • Fixed 35 structural broken links (slug-based → relative paths)
    • Validated frontmatter, skill deployment, wiki config, file naming
    • 13 remaining content-level broken links tracked in v1.11.1

    Files Added

    • 54 wiki pages in docs/ (47 content + 7 domain indexes)
    • docs/index.md (Map of Content)
    • docs/.wiki-config.yaml (sync configuration)
    • configs/claude/skills/wiki/SKILL.md
    • configs/claude/skills/wiki/references/domain-taxonomy.md
    • configs/claude/skills/wiki/references/frontmatter-spec.md

    Follow-Up

    • v1.11.1 tracks 42 content issues from the audit (Epic #789, 7 child tasks)

    Full Changelog: https://git.bros.ninja/mike/kickstart.nvim/compare/v1.10.0...v1.11.0

    Downloads