• v1.13.0 d4325f0e3c

    v1.13.0
    All checks were successful
    Publish / detect-release (push) Successful in 9s
    Publish / tag (push) Successful in 5s
    CI / lint-and-test (push) Successful in 38s
    Publish / publish-containers (push) Successful in 2m1s
    Publish / promote-release (push) Successful in 1s
    Stable

    Gravity Bot released this 2026-02-17 14:46:17 +00:00 | 198 commits to main since this release

    What's Changed

    First release of the consolidated Gravity monorepo — a unified PM + messaging + agent orchestration platform.

    Features

    • OP#830: Go project scaffold with docker-compose infrastructure
    • OP#831: Extracted gravity-auth OIDC library from Gashy
    • OP#832: Database schema for work packages, versions, comments, time entries, and news
    • OP#833: REST API for work packages, versions, comments, and news
    • OP#834: Web UI with templ + htmx (list, detail, and board views)
    • OP#835: Stdio MCP server with 15 tools for agent integration
    • OP#836: Forgejo webhook integration for commit keyword closing
    • OP#837: Event engine scaffold with Forgejo webhook receiver and @agent dispatch
    • OP#838: Gravity skill to replace openproject skill
    • OP#839: Adapted release, journal, refinement, wiki, and testing skills for Gravity PM
    • OP#840: Data migration script from OpenProject to Gravity PM
    • OP#841: Unit and integration tests for Gravity PM and MCP server
    • OP#872: Forgejo Actions publish workflow for container images
    • OP#873: Docker-compose updated to pull from Forgejo container registry

    Infrastructure

    • Go workspace monorepo: apps/gravity-pm, apps/event-engine, libs/auth, tools/gravity-migrate
    • CI workflow with Go vet + test
    • Publish workflow with container image builds via DinD
    • Docker Compose for production (registry images) and development (local builds)

    Deploy

    # Copy and configure environment
    cp .env.example .env
    # Edit .env with your values
    
    # Production (pulls from Forgejo registry)
    docker compose up -d
    
    # Development (builds locally)
    docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
    

    Container Images

    git.bros.ninja/mike/gravity/gravity-pm:1.13.0
    git.bros.ninja/mike/gravity/event-engine:1.13.0
    
    Downloads