• v1.6.0 599866f53c

    v1.6.0
    All checks were successful
    CI / security (push) Successful in 6s
    CI / json-check (push) Successful in 6s
    CI / manifest (push) Successful in 5s
    Publish / detect-release (push) Successful in 5s
    CI / lua-check (push) Successful in 9s
    Publish / tag (push) Successful in 5s
    Publish / promote-release (push) Successful in 2s
    Stable

    Gravity Bot released this 2026-02-16 20:58:12 +00:00 | 434 commits to master since this release

    v1.6.0 -- Calibration & Hardening

    Time/cost tracking calibration, wiki SOPs, and release polish for the Gravity skill system.

    Features

    • Self-reporting token cost tracker -- Agent reads its own session JSONL, sums 4 token fields (input, output, cache write, cache read), applies Claude pricing table, and includes the estimate in time entry comments (OP#710)
    • Calibrated SP-to-duration mapping -- Story points now map to calibrated durations based on historical medians, with a defined recalibration process when actuals diverge >25% (OP#708, OP#709)
    • Workflow date tracking -- Tasks get start_date on activation (In progress) and due_date on closure, including Summary Tasks (OP#712, OP#714)
    • Cost table linked to duration baseline -- SP-to-cost reference table derives from the duration baseline using a documented formula (OP#713)
    • Agent-executable test scenarios -- 6 structured scenarios for verifying skill workflow correctness against real OpenProject state (OP#716)
    • Wiki SOPs generated from skills -- 4 human-readable Standard Operating Procedures: Development Workflow, Release Process, Ticket Refinement Guide, Testing Standards (OP#717)

    Fixes

    • Fixed post-PR rebuild hook silent skip when no make target exists (OP#704)
    • Fixed <skill_dir> placeholder in release skill with concrete ~/.claude/skills/release/ path (OP#706)
    • Fixed git-cliff remote URL parsing for repos without .git suffix (OP#705)

    Documentation

    • Updated all time entry examples to use actual token costs (OP#711)
    • Full state model review with 9 edge cases documented in wiki (OP#714)
    • Audited and updated 6 wiki pages: README roadmap, ADR list, file structures, scenario coverage, duplicate footers (OP#718)

    Tasks

    • OP#704: Clarify post-PR rebuild skip
    • OP#705: Fix git-cliff URL handling
    • OP#706: Replace skill_dir placeholder
    • OP#708: Reframe SP-to-duration mapping
    • OP#709: Define recalibration process
    • OP#710: Build token cost tracker
    • OP#711: Update time entry examples
    • OP#712: Wire dates into workflow
    • OP#713: Link cost table to baseline
    • OP#714: State model review
    • OP#716: Create test scenarios
    • OP#717: Generate wiki SOPs
    • OP#718: Audit wiki pages

    Install

    git clone ssh://git@git.bros.ninja:2222/mike/kickstart.nvim.git ~/.config/nvim
    # or if already cloned:
    cd ~/.config/nvim && git pull && nvim -c ":GravitySync"
    
    Downloads