• v1.18.0 17e075ef44

    v1.18.0
    All checks were successful
    CI / lua-check (push) Successful in 9s
    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 40s
    CI / json-check (push) Successful in 5s
    CI / security (push) Successful in 8s
    CI / manifest (push) Successful in 5s
    Stable

    Gravity Bot released this 2026-02-18 08:39:04 +00:00 | 277 commits to master since this release

    What'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 References sections 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