Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.13-beta.3 — 2026-07-12

### Fixes

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Suggestion (non-blocking) — ### Fixes should be ### Docs

This entry sits under ### Fixes, but the PR changes only CHANGELOG.md and — as the PR description states — "makes no code changes." The two *_TOOL_MAP drifts (Gemini save_memory, Pi glob) were deliberately not fixed; they were deferred to the reviewer checklist. So nothing was actually fixed in 0.0.13-beta.3.

Per this repo's CLAUDE.md changelog guidance:

  • Fixes for bug fixes
  • Docs for documentation-only changes

A documentation/audit entry with no code change belongs under ### Docs.

Suggested fix: rename this heading from ### Fixes to ### Docs.

Not blocking — CI is unaffected, and the version/date/heading are all consistent (0.0.13-beta.3 — 2026-07-12). This is release-hygiene only.

- Sync audit of all seven agent CLI hook harnesses against upstream docs: Claude, Codex, Copilot, Cursor, and OpenCode are up to date (no hook-event-name or settings-file-shape drift). Flags two `*_TOOL_MAP` drifts for reviewer decision rather than auto-editing (removing a live tool mapping on a possibly-reorganized docs page would regress canonicalization): Gemini's `save_memory` tool is no longer in the upstream tools reference (`GEMINI_TOOL_MAP` entry now stale), and Pi's `PI_TOOL_MAP` maps `glob`, which is absent from the audited upstream tool set (`find`/`ls` documented instead). Pi's larger upstream event surface (33 events) vs the repo's curated 7 is intentional (same design as Cursor), not drift. (#489)

## 0.0.13-beta.2 — 2026-07-10

### Fixes
Expand Down