-
v1.16.0
StableAll checks were successfulCI / json-check (push) Successful in 6sPublish / tag (push) Successful in 6sCI / sast (push) Successful in 36sCI / lua-check (push) Successful in 9sCI / manifest (push) Successful in 5sCI / security (push) Successful in 8sPublish / detect-release (push) Successful in 4sPublish / promote-release (push) Successful in 1sreleased this
2026-02-18 05:08:09 +00:00 | 318 commits to master since this releaseWhat'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,releaseto 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.15.3
StableAll checks were successfulPublish / tag (push) Successful in 5sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 39sCI / json-check (push) Successful in 5sCI / security (push) Successful in 7sCI / manifest (push) Successful in 6sCI / lua-check (push) Successful in 9sPublish / detect-release (push) Successful in 5sreleased this
2026-02-17 23:51:31 +00:00 | 336 commits to master since this releaseWhat'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-branchandvalidate-release-pras failed on push events to master, even though job-levelifconditions should skip them. Moved these jobs into a dedicatedpr-validation.ymlworkflow that only triggers onpull_requestevents, 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.15.2
StableSome checks failedCI / validate-branch (push) Failing after 0sCI / validate-release-pr (push) Has been skippedCI / json-check (push) Successful in 5sCI / manifest (push) Successful in 5sPublish / detect-release (push) Successful in 4sCI / security (push) Successful in 9sCI / lua-check (push) Successful in 10sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 40sreleased this
2026-02-17 23:33:23 +00:00 | 339 commits to master since this releaseWhat's Changed
Bug Fixes
- GP#972: Untrack
manifest.overrides.jsonand add.exampletemplate
Summary
The
manifest.overrides.jsonfile was committed before the.gitignorerule took effect, so git continued tracking it despite the ignore rule. This release removes it from git tracking and provides a tracked.exampletemplate 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- GP#972: Untrack
-
v1.15.1
StableAll checks were successfulCI / validate-branch (push) Has been skippedCI / json-check (push) Successful in 9sCI / validate-release-pr (push) Has been skippedCI / security (push) Successful in 12sCI / manifest (push) Successful in 9sCI / lua-check (push) Successful in 17sPublish / detect-release (push) Successful in 11sPublish / tag (push) Successful in 7sPublish / promote-release (push) Successful in 2sCI / sast (push) Successful in 47sreleased this
2026-02-17 21:26:56 +00:00 | 342 commits to master since this releaseBug Fixes
- GP#962: Fix CI
validate-branchandvalidate-release-prjobs reporting as failed on push events to master after PR merge. Wrappedif: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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- GP#962: Fix CI
-
v1.15.0
StableSome checks failedCI / json-check (push) Successful in 7sCI / manifest (push) Successful in 8sPublish / detect-release (push) Successful in 7sCI / lua-check (push) Successful in 13sPublish / tag (push) Successful in 7sPublish / promote-release (push) Successful in 2sCI / validate-branch (push) Failing after 1sCI / security (push) Successful in 10sCI / sast (push) Successful in 44sCI / validate-release-pr (push) Failing after 1sreleased this
2026-02-17 20:50:14 +00:00 | 345 commits to master since this releaseWhat'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.mddefines 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.14.0
StableSome checks failedCI / validate-branch (push) Failing after 0sCI / validate-release-pr (push) Has been skippedCI / json-check (push) Successful in 7sCI / manifest (push) Successful in 7sCI / security (push) Successful in 8sPublish / detect-release (push) Successful in 7sCI / lua-check (push) Successful in 13sPublish / tag (push) Successful in 7sPublish / promote-release (push) Successful in 3sCI / sast (push) Successful in 43sreleased this
2026-02-17 17:55:49 +00:00 | 353 commits to master since this releaseWhat'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/developandmaster/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
b63286bfeat(skills): add gravity skill replacing openproject skill633bbfbrefactor(skills): adapt all skills for Gravity PM MCPb4455dafeat(gravity): add gitflow and publishing repo initialization to preflightcc2bc86feat(gravity): update branching to use develop-based gitflowb5f2adcfeat(release): update release skill for gitflow release flow10300d3feat(refinement): add gitflow verification to version refinement80bc30etest(skills): validate gitflow enforcement and fix main/master drift3ebcaf2feat(skills): make branch naming flexible with runtime detection643998ffeat(gravity): add gitflow migration guide with tutorial and branch renamingf72d2e0feat(gravity): add admin check and Forgejo settings to repo-init0e1fed7feat(gravity): add PR review feedback loop to workflow988f403feat(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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.13.2
StableAll checks were successfulCI / manifest (push) Successful in 5sPublish / detect-release (push) Successful in 4sCI / lua-check (push) Successful in 10sPublish / tag (push) Successful in 9sCI / json-check (push) Successful in 5sCI / security (push) Successful in 9sCI / validate-branch (push) Has been skippedCI / validate-release-pr (push) Has been skippedPublish / promote-release (push) Successful in 3sCI / sast (push) Successful in 38sreleased this
2026-02-17 15:21:14 +00:00 | 369 commits to master since this releaseWhat's Changed
Bug Fixes
- Add
python3-pipto installation prerequisites — Mason requires pip to install Python-based tools (yamllint, etc.) inside virtual environments. Withoutpython3-pip, Mason package installations fail on fresh systems. Updated install commands for Ubuntu, Debian, and Fedora.
Tracking
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add
-
v1.12.0
StableAll checks were successfulPublish / detect-release (push) Successful in 4sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 2sCI / validate-branch (push) Has been skippedCI / json-check (push) Successful in 4sCI / validate-release-pr (push) Has been skippedCI / security (push) Successful in 6sCI / lua-check (push) Successful in 8sCI / manifest (push) Successful in 4sCI / sast (push) Successful in 38sreleased this
2026-02-17 05:56:15 +00:00 | 372 commits to master since this releaseWhat'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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.11.1
StableSome checks failedCI / validate-branch (push) Failing after 0sCI / security (push) Successful in 9sCI / lua-check (push) Successful in 10sPublish / promote-release (push) Successful in 1sCI / validate-release-pr (push) Has been skippedCI / json-check (push) Successful in 5sCI / manifest (push) Successful in 6sPublish / detect-release (push) Successful in 5sPublish / tag (push) Successful in 6sCI / sast (push) Successful in 40sreleased this
2026-02-17 05:52:44 +00:00 | 379 commits to master since this releaseWhat'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 pullDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.11.0 — Wiki Infrastructure & Standards
StableAll checks were successfulCI / validate-branch (push) Has been skippedCI / validate-release-pr (push) Has been skippedCI / json-check (push) Successful in 4sCI / lua-check (push) Successful in 7sCI / security (push) Successful in 4sCI / manifest (push) Successful in 4sPublish / detect-release (push) Successful in 5sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 37sreleased this
2026-02-17 05:13:23 +00:00 | 389 commits to master since this releaseWiki 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.mdconfigs/claude/skills/wiki/references/domain-taxonomy.mdconfigs/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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Migrated 46 wiki pages from OpenProject to
forked from Neptune/mirror.kickstart.nvim