• v1.4.9-alpha 410a070f18

    v1.4.9-alpha
    All checks were successful
    CI / lint (pull_request) Successful in 7s
    CI / security (pull_request) Successful in 9s
    CI / test (pull_request) Successful in 15s
    Pre-release

    Gravity Bot released this 2026-02-16 05:01:45 +00:00 | 99 commits to main since this release

    What's Changed

    Security & Infrastructure

    • OP#565: Remove hardcoded npm token from repository — deleted .npmrc with exposed token, added to .gitignore
    • OP#566: Set up branch and tag protection on main — PRs required, 1 approval, v* tag protection
    • OP#567: Clean up 17 stale remote branches (12 feature, 5 release)
    • OP#569: Fix container image build — replace two-container DinD setup with single docker:dind container to eliminate DNS resolution failures in act_runner

    Skill Improvements (Claude Code tooling)

    • OP#570: Improve release skill UX — proactive context gathering and intent recognition
      • OP#571: Add automatic repo and OP state discovery on skill invocation
      • OP#572: Add planning-only intent recognition to release skill
    • OP#573: Enforce work package status transitions in openproject skill
      • OP#574: Add version-level kickoff workflow to openproject skill
      • OP#575: Add explicit status transition calls at each workflow step
      • OP#576: Add preflight sweep verification gate to prevent skipping
    • OP#577: Auto-generate and sync project wiki SOPs from skill definitions
      • OP#578: Define skill-to-SOP mapping and SOP templates
      • OP#579: Add SOP generation to project setup workflow
      • OP#580: Add SOP refresh mechanism triggered by skill updates

    Install

    # Forgejo registry
    npm install open-project-sidecar-mcp@1.4.9-alpha --registry=https://git.bros.ninja/api/packages/mike/npm/
    
    # npmjs.org
    npm install open-project-sidecar-mcp@1.4.9-alpha
    
    Downloads