Skip to content

pakka v0.4.1

Choose a tag to compare

@amargautam amargautam released this 07 May 22:49
· 74 commits to main since this release
1034920

Hotfix: commit-gate review loop + version string.

Two bugs caused the auto-gate to re-run /pakka:review on every commit attempt instead of recognizing a passing review:

  1. Path resolution: last-pass-ts was read from process CWD, not the repo root. For git -C /path commit commands, the session CWD is not a git repo so the file read silently failed. Fixed via parseCPath + resolveReviewsDir.

  2. Timestamp format mismatch: review skill wrote RFC3339; gate parsed as int64 (unix epoch). Dual-format parser added; review.md updated to write date +%s going forward.

Also fixes the version string (was stuck at 0.3.0) and adds a guardrail in the release checklist to always use make self-report for RECEIPTS.md generation.