Skip to content

release: 0.1.1 - #23

Merged
yuema137 merged 1 commit into
mainfrom
release/0.1.1
Sep 10, 2026
Merged

yuema137 merged 1 commit into
mainfrom
release/0.1.1

Conversation

@yuema137

Copy link
Copy Markdown
Owner

Patch release for one user-facing fix.

What is in it

The Codex trust diagnostic (#22). --check-hooks reported a healthy registration on a project Codex had never been told to trust, while hooks/list returned zero hooks — a silent failure where the user waits for a hook that will never fire.

That is the whole diff since v0.1.0.

Why the VERSION bump matters here

The installed copy reports its own release through --check-hooks. Shipping 0.1.1 with the file still reading 0.1.0 would recreate exactly the problem that file was added to solve.

The coexistence test now reads VERSION instead of hardcoding it, so the next bump is one file rather than two.

Unchanged

merge-guard is still not implemented and will not be: a guard that actually blocks would take away something the user can do today, and a guard that can be worked around is a reminder, which the prompts already provide. Everything here should stay something the user can bypass.

The continuity compact validation debt is still open. Triggering compact needs an interactive session, and manufacturing a substitute path would produce evidence about the substitute rather than about compact.

🤖 Generated with Claude Code

https://claude.ai/code/session_016cCs5DdUjLDkP8V3Z5x6XH

The only change since 0.1.0 is the Codex trust diagnostic, which fixes a
demonstrated silent failure: --check-hooks reported a healthy registration while
Codex, having never been told to trust the project, loaded no hooks at all.

Bumping VERSION is what makes that reachable. The installed copy reports its own
release through --check-hooks, so leaving it at 0.1.0 while shipping 0.1.1 would
recreate the exact problem the file was added to solve.

The coexistence test now reads VERSION instead of hardcoding it, so a future bump
is one file rather than two.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016cCs5DdUjLDkP8V3Z5x6XH
@yuema137
yuema137 merged commit 85dae11 into main Sep 10, 2026
4 checks passed
@yuema137
yuema137 deleted the release/0.1.1 branch September 10, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant