-
v1.24.0 — Gravity PM Skill Prefix Rename
StableAll checks were successfulCI / lua-check (push) Successful in 9sCI / json-check (push) Successful in 3sCI / security (push) Successful in 27sCI / manifest (push) Successful in 58sPublish / detect-release (push) Successful in 1m34sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 2m6sreleased this
2026-03-04 04:46:39 +00:00 | 192 commits to master since this releaseWhat'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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Rename Gravity PM skills with gr-/gt- prefix — All 16 skill directories renamed to use namespace prefixes:
-
v1.23.0 — Shell Switch (zsh + Starship)
StableAll checks were successfulCI / json-check (push) Successful in 6sCI / lua-check (push) Successful in 12sPublish / promote-release (push) Successful in 2sCI / security (push) Successful in 6sPublish / detect-release (push) Successful in 4sCI / manifest (push) Successful in 5sPublish / tag (push) Successful in 4sCI / sast (push) Successful in 34sreleased this
2026-03-03 20:19:07 +00:00 | 199 commits to master since this releaseWhat's Changed
Shell — Starship Prompt
- feat(shell): add Starship prompt with Catppuccin Powerline theme
- feat(shell): add right_format, git metrics, package version, hostname, sudo
- fix(shell): switch Starship palette to Catppuccin Macchiato
- fix(shell): regenerate Starship config from preset to fix missing icons
- fix(shell): restore all language modules to Starship config
- fix(shell): regenerate Starship config preserving powerline glyphs
Shell — Zsh Migration
- feat(cli): install zsh and create .zshrc from .bashrc
- feat(cli): port bash_aliases to zsh_aliases with cross-references
- feat(cli): install zinit and core zsh plugins
- feat(cli): add transient prompt, timeout, continuation, window title
- fix(cli): use zle-based transient prompt instead of enable_transience
- fix(cli): remove transient prompt — loses directory context in scrollback
- fix(cli): remove empty powerline segments from starship prompt
Release Skill
- feat(release): add refresh mode for in-progress releases
- feat(release): add multiple entry points for refresh mode
- fix(release): use prefix match for PR title, enforce draft release
- fix(release): simplify draft release step — drop tag_name, clarify sequence
- fix(release): update release task template — add invocation instruction, sync with skill
Tasks
- OP#1898: Initialize version branch from develop
- OP#1899: Install and configure Starship prompt
- OP#1900: Migrate from Bash to Zsh
- OP#1901: Install Starship binary
- OP#1902: Create Starship configuration — Catppuccin Macchiato powerline theme
- OP#1903: Install Zsh and create .zshrc from .bashrc
- OP#1904: Port bash_aliases to zsh_aliases with cross-reference headers
- OP#1905: Install Zinit plugin manager and core plugins
- OP#1906: Set Zsh as default shell and update Gravity manifest
- OP#1907: End-to-end verification (20/20 checks passing)
- OP#1908: Create release branch and publish v1.23.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.22.0
StableAll checks were successfulCI / security (push) Successful in 5sCI / json-check (push) Successful in 6sCI / manifest (push) Successful in 5sPublish / detect-release (push) Successful in 5sCI / sast (push) Successful in 13sPublish / tag (push) Successful in 15sPublish / promote-release (push) Successful in 7sCI / lua-check (push) Successful in 32sreleased this
2026-03-03 15:49:34 +00:00 | 219 commits to master since this releaseDeveloper CLI Tools Overhaul
Features
- eza — Modern ls replacement with git status, icons, directory grouping, and column headers
- lazygit — Full terminal UI for git operations
- btop — Modern system monitor (replaces top/htop)
- VisiData — Terminal-based tabular data viewer/editor (CSV, XLSX, JSON, SQLite)
- zoxide — Smart directory jumping with frecency-based matching
- dust — Visual disk usage tree (du replacement)
- duf — Modern filesystem usage table (df replacement)
- glow — Terminal markdown renderer
Shell Aliases
- Replaced all
lscommands with eza equivalents (ls,ll,la,l,lm,lg,lt) - Added Claude Code aliases (
cc,cch,ccr,lfg) - Added disk usage aliases (
ds,dss,dsa) - Added
zzfor interactive directory jump - Added
aliasesself-documenting helper with##inline help comments
Documentation
- New Terminal Customizations section in README
- Updated all distro install lines with new packages
- Added Go tools and binary tools install sections
- Nerd Font section updated with eza icon dependency note
Tasks
- OP#1887: Add eza and lazygit to standard toolset
- OP#1888: Add aliases() helper function
- OP#1889: Add ## help comments to all aliases
- OP#1890: Add column headers to all eza list aliases
- OP#1891: Add Claude Code alias section
- OP#1892: Add btop to standard toolset
- OP#1893: Add VisiData to standard toolset
- OP#1895: Add zoxide smart directory jumping
- OP#1896: Add dust, duf, and glow to standard toolset
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.21.0
StableAll checks were successfulCI / security (push) Successful in 6sPublish / detect-release (push) Successful in 5sCI / lua-check (push) Successful in 10sPublish / tag (push) Successful in 5sCI / json-check (push) Successful in 5sCI / manifest (push) Successful in 6sPublish / promote-release (push) Successful in 0sCI / sast (push) Successful in 35sreleased this
2026-02-23 04:15:10 +00:00 | 234 commits to master since this releaseWhat's Changed
Features
- PR review prior triage deduplication — Subsequent review passes now build a Known Findings Registry from followup comments, the project board, and prior review comments. Findings that are already fixed, deferred, or previously raised are dropped from the main findings and listed in a "Previously Identified" section instead.
Details
- OP#1740: feat(skill): add prior triage deduplication to pr-review
- OP#1741: feat(skill): add Step 7 prior triage context gathering to pr-review
- OP#1742: feat(skill): add deduplication rules against prior triage in code-analysis
- OP#1743: feat(skill): add Previously Identified section to pr-review feedback format
- OP#1744: feat(skill): update review-pipeline overview for prior triage awareness
Files Changed
configs/claude/skills/pr-review/references/context-gathering.md— Step 7 (7.1–7.4)configs/claude/skills/pr-review/references/code-analysis.md— Deduplication Against Prior Triageconfigs/claude/skills/pr-review/references/feedback-format.md— Previously Identified section + idempotencyconfigs/claude/skills/pr-review/references/review-pipeline.md— Pipeline overview updates
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.20.2
StableAll checks were successfulCI / manifest (push) Successful in 4sCI / sast (push) Successful in 17sPublish / detect-release (push) Successful in 30sCI / security (push) Successful in 33sPublish / promote-release (push) Successful in 1sCI / lua-check (push) Successful in 12sCI / json-check (push) Successful in 33sPublish / tag (push) Successful in 5sreleased this
2026-02-23 01:00:04 +00:00 | 237 commits to master since this releaseWhat's Changed
Features
- pr-followup skill — New skill that reads PR review comments, triages findings by severity, creates work packages in appropriate versions, and invokes plan+work to fix immediate blockers (3a7978e)
- Conductor routing — Added
followup pr,followup pr#<number>, andreview <version>entry points. Clarified thatreview <version>routes to pr-review (not refinement) (1f7781f)
Bug Fixes
- pr-review posting — Switched from
create_pull_request_reviewtocreate_issue_commentto avoid self-review rejection on bot-authored PRs. Changed verdict from REQUEST_CHANGES/APPROVE to Acceptable/Not Acceptable (fe93206)
Tasks
- OP#1630: Create pr-review skill with auto-posting to Gitea
- OP#1654: Create pr-followup skill for review triage and auto-fix
- OP#1632: Update conductor routing for review-pr entry points
Version
- OP Version: v1.20.2 — PR Review Workflow Fixes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.20.1
StableAll checks were successfulCI / security (push) Successful in 4sCI / manifest (push) Successful in 3sCI / json-check (push) Successful in 6sPublish / detect-release (push) Successful in 4sCI / lua-check (push) Successful in 11sCI / sast (push) Successful in 13sPublish / tag (push) Successful in 5sPublish / promote-release (push) Successful in 1sreleased this
2026-02-23 00:11:07 +00:00 | 242 commits to master since this releaseWhat's Changed
Bug Fixes
- OP#1605: Fix SAST CI job failures — removed unsupported
--break-system-packagespip flag and movedcontinue-on-errorfrom job level to step level for Forgejo Actions compatibility
Tasks
Install
Clone or pull the latest from the repository:
git clone ssh://git.bros.ninja:2222/mike/kickstart.nvim.git ~/.config/nvim # or cd ~/.config/nvim && git pullDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OP#1605: Fix SAST CI job failures — removed unsupported
-
v1.20.0
StableSome checks failedCI / json-check (push) Successful in 5sCI / security (push) Successful in 5sPublish / detect-release (push) Successful in 3sCI / lua-check (push) Successful in 7sCI / manifest (push) Successful in 4sCI / sast (push) Failing after 9sPublish / tag (push) Successful in 4sPublish / promote-release (push) Successful in 1sreleased this
2026-02-22 23:59:11 +00:00 | 245 commits to master since this releaseWhat's Changed
PR Review Agent (New Skill)
Full automated PR review pipeline with 4 stages: context gathering, code analysis, smoke testing, and feedback posting. Integrates with the Gravity conductor via
.gravity.yamlpost-release review hook.- OP#1537: Skill definition and 4-stage review pipeline
- OP#1538: Context gathering stage with PR discovery and diff retrieval
- OP#1539: Code analysis stage with coverage analysis integration
- OP#1540: Smoke testing stage with test runner integration
- OP#1541: Feedback posting stage with PR review submission workflow
- OP#1542: Gravity conductor integration with .gravity.yaml review hook
Cross-Skill Guidance Audit
Standardized all phase transition messaging across preflight, implementation, postflight, and release skills. Removed OP# hyperlink wrapping that caused rendering issues.
- OP#1543: Full cross-skill guidance sweep
- OP#1564: Fix postflight → release guidance language
- OP#1565: Add release → review guidance language
- OP#1566: Audit implementation → postflight guidance language
- OP#1570: Remove hyperlink wrapping from OP# in openproject SKILL.md
- OP#1571: Remove hyperlink wrapping from OP# in pr-creation.md
Domain Skill Upgrades
Integrated 882-skill antigravity-awesome-skills library. Merged/enhanced 20 existing skills, added 10 new skills, and added project context subheaders to all phase summaries.
- OP#1573: Domain skill upgrades — 20 existing skills merged/enhanced, 3 new skills (receiving-code-review, architect-review, production-code-audit)
- OP#1600: Add project context subheader (
{Project} — v{version}) to all phase summaries - OP#1601: Add React domain skills (patterns, best-practices, state-management, ui-patterns)
- OP#1602: Evaluate GitHub Actions templates for Forgejo — added security scanning and porting guide
- OP#1603: Add E2E testing domain skills (e2e-testing-patterns, go-playwright)
- OP#1604: Tech stack gap analysis — added Redis/Valkey domain skill
Stats
- 57 tasks closed, 8 epics
- Domain skills: 23 → 55 (139% increase)
- All skills sourced from or inspired by antigravity-awesome-skills
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.19.0
StableAll checks were successfulCI / json-check (push) Successful in 4sCI / security (push) Successful in 8sCI / manifest (push) Successful in 4sCI / lua-check (push) Successful in 9sPublish / tag (push) Successful in 5sPublish / promote-release (push) Successful in 2sCI / sast (push) Successful in 40sPublish / detect-release (push) Successful in 3sreleased this
2026-02-19 17:59:26 +00:00 | 268 commits to master since this releaseWhat's Changed
Features
- feat(skills): create project-setup skill with interactive .gravity.yaml wizard (OP#1120)
- feat(skills): add .gravity.yaml schema reference doc (OP#1119)
- feat(skills): integrate .gravity.yaml config reader into implementation skill (OP#1121)
- feat(release): integrate .gravity.yaml config reader into release skill (OP#1122)
- feat(nvim): add DiffviewOpen shortcuts for develop and main base diffs
- feat(routing): add parallel group semantics to routing templates (OP#955)
- feat(preflight): add branch assignment and parallel detection to Phase 4 (OP#956)
- feat(gravity): create pre-release merge convergence template (OP#957)
- feat(gravity): add parallel execution and subagent spawning docs (OP#958)
- feat(refinement): add parallel group identification to review process (OP#959)
- test(gravity): validate parallel routing with 6 dry-run scenarios (OP#960)
Bug Fixes
- fix(skills): rename AI Bot references to Gravity Bot (OP#987)
- fix(skills): replace GP# prefix with OP# for OpenProject backend (OP#1123)
Tasks
- OP#955: Add parallel group semantics to routing.md
- OP#956: Update preflight Phase 4 with branch assignment and parallel detection
- OP#957: Create pre-release merge task template
- OP#958: Update gravity SKILL.md with subagent spawning for parallel work
- OP#959: Update refinement SKILL.md with parallel group identification
- OP#960: Validate parallel routing with dry-run scenarios
- OP#954: Initialize version branch from develop
- OP#987: AI Bot has been renamed Gravity Bot
- OP#1123: Skills reference GP# prefix instead of OP# for OpenProject work packages
- OP#1119: Design .gravity.yaml schema and reference doc
- OP#1120: Create project-setup skill (evolve repo-init)
- OP#1121: Integrate .gravity.yaml config reader into implementation skill
- OP#1122: Integrate .gravity.yaml config reader into release skill
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.18.0
StableAll checks were successfulCI / lua-check (push) Successful in 9sPublish / detect-release (push) Successful in 5sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 40sCI / json-check (push) Successful in 5sCI / security (push) Successful in 8sCI / manifest (push) Successful in 5sreleased this
2026-02-18 08:39:04 +00:00 | 277 commits to master since this releaseWhat's Changed
Domain Skill Library
Introduces a structured domain skill library — 47 pure-knowledge SKILL.md files organized across 15 categories, integrated into all workflow skills with phase-contextual references.
Curated Skills (40)
Migrated and adapted from Antigravity's domain skill collection:
- Go (3): golang-pro, go-concurrency-patterns, chi-router
- Git (2): commit conventions, advanced workflows
- Testing (1): test-driven-development
- Security (5): security-auditor, security-review, SAST, dependency scanning, secrets-management
- Code Review (3): code-reviewer, code-review-checklist, code-review-excellence
- Architecture (5): architecture-patterns, ADRs, microservices-patterns, event-sourcing-architect, watermill
- API (2): api-design-principles, api-security-best-practices
- Database (5): postgresql, postgres-best-practices, sql-optimization, sql-migrations, goose-migrations
- CI/Release (4): changelog-automation, deployment-procedures, docker-expert, forgejo-actions
- Observability (2): observability-engineer, distributed-tracing
- Frontend (5): tailwind-patterns, tailwind-design-system, htmx, alpine-js, go-templ
- Methodology (5): clean-code, error-handling-patterns, kaizen, systematic-debugging, writing-plans
- Auth (1): auth-implementation-patterns
- MCP (1): mcp-builder
- Documentation (3): docs-architect, readme, postmortem-writing
Researched Skills (7)
New domain skills created from primary source research:
- htmx — Hypermedia-driven patterns, Go+templ integration
- Alpine.js — Reactive component patterns, htmx integration
- Forgejo Actions — CI/CD workflow syntax, GitHub Actions differences, DinD
- Go templ — Component composition, attribute system, project structure
- Watermill — Event bus, CQRS, middleware, PostgreSQL adapter
- Goose — Migration patterns, Provider API, embedded migrations
- chi router — Routing, middleware system, sub-routers, templ integration
Workflow Skill Integration
Added
## Domain Skill Referencessections to 6 workflow skills with phase-contextual tables:- gravity — 28 domain skill references across planning, implementation, debugging, review phases
- release — Security preflight, Docker, changelog, deployment, Forgejo Actions
- refinement — Architecture patterns, kaizen methodology, API design, TDD, security
- testing — Go testing patterns, concurrency, TDD
- wiki — Documentation architecture, README, ADR, postmortem
- implementation — Code review, security review
E2E Validation
All 54 domain skill references across 6 workflow skills validated — zero broken references, no naming conflicts.
Tasks
- GP#1026: Set up domain skill directory structure
- GP#1027: Integrate Go development domain skills
- GP#1028: Integrate git workflow domain skills
- GP#1029: Integrate testing domain skills
- GP#1030: Integrate security domain skills
- GP#1031: Integrate code review domain skills
- GP#1032: Integrate architecture and API domain skills
- GP#1033: Integrate database domain skills
- GP#1034: Integrate CI, release, and Docker domain skills
- GP#1035: Integrate observability domain skills
- GP#1036: Integrate frontend domain skills
- GP#1037: Integrate methodology and quality domain skills
- GP#1038: Integrate documentation domain skills
- GP#1039: Research htmx expert patterns
- GP#1040: Research Alpine.js expert patterns
- GP#1041: Research Forgejo Actions CI patterns
- GP#1042: Research Go templ patterns
- GP#1043: Research Watermill event bus patterns
- GP#1044: Research Goose migration patterns
- GP#1045: Research chi router patterns
- GP#1046: Wire gravity skill domain references
- GP#1047: Wire release skill domain references
- GP#1048: Wire refinement skill domain references
- GP#1049: Wire testing skill domain references
- GP#1050: Wire wiki skill domain references
- GP#1051: Wire implementation skill domain references
- GP#1052: E2E integration test
- GP#1053: Release v1.18.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.17.0
StableAll checks were successfulCI / sast (push) Successful in 38sCI / json-check (push) Successful in 5sCI / manifest (push) Successful in 5sCI / security (push) Successful in 10sPublish / detect-release (push) Successful in 5sCI / lua-check (push) Successful in 9sPublish / tag (push) Successful in 5sPublish / promote-release (push) Successful in 1sreleased this
2026-02-18 06:42:40 +00:00 | 309 commits to master since this releaseWhat's Changed
Parallel Task Routing with Branch-Aware Execution
This release extends the v1.15.0 autonomy routing system with parallel task execution support. Versions with independent task groups can now be worked concurrently across multiple feature branches, with automated fork/converge orchestration.
Features
- Fork/Converge routing templates: New routing section templates (Fork Point, Parallel Task, Convergence Point) enable agents to orchestrate parallel work via subagent spawning (GP#955)
- Pre-release merge convergence: Standardized task template for merging parallel feature branches back into the version's main branch with conflict resolution procedures (GP#957)
- Branch-aware preflight: Phase 4a now detects independent task groups, assigns per-group feature branches, and auto-creates merge tasks for multi-branch versions (GP#956)
- Subagent spawning: Gravity conductor orchestrates parallel execution by spawning subagents per independent branch, with fork/converge lifecycle management (GP#958)
- Parallel group identification in refinement: Independence evaluation during ticket review flags parallel candidates with rationale for preflight Phase 4a (GP#959)
- Dry-run validation: 8 scenarios validated covering sequential fallback, multi-group forks, subagent failure recovery, and chain break detection (GP#960)
Sequential Compatibility
Versions with no parallel groups behave identically to the pre-parallel system. The Branch field appears in routing sections but all tasks point to the same branch. No behavioral changes for existing sequential workflows.
Tasks
- GP#954: Initialize version branch from develop
- GP#955: Add parallel group semantics to routing.md
- GP#957: Create pre-release merge task template
- GP#956: Update preflight Phase 4 with branch assignment and parallel detection
- GP#958: Update gravity SKILL.md with subagent spawning for parallel work
- GP#959: Update refinement SKILL.md with parallel group identification
- GP#960: Validate parallel routing with dry-run scenarios
- GP#961: Create release branch and publish v1.17.0
Files Changed
configs/claude/skills/preflight/references/routing.md— Complete rewrite with parallel templatesconfigs/claude/skills/gravity/references/merge-convergence.md— New fileconfigs/claude/skills/preflight/SKILL.md— Phase 4 parallel extensionsconfigs/claude/skills/gravity/SKILL.md— Parallel execution sectionconfigs/claude/skills/refinement/SKILL.md— Independence evaluation
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
forked from Neptune/mirror.kickstart.nvim