pakka v0.4.1
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:
-
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.
-
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.