chore(release): v0.3.0#25
Merged
Merged
Conversation
3011e52 to
979f706
Compare
ac3f0a4 to
61bd87c
Compare
jimCresswell
added a commit
that referenced
this pull request
Jun 18, 2026
…alysis (#35) Reconcile continuity/thread/plan/napkin after merging F3 (#31), F8 (#33), and F5+F7 (#34). main is green; Tier 1b is complete except F6. Record the full F6 deferral rationale and recommended safe design: the agent_hooks.py guardrail runs on every bash command, the "fail-closed on $( /backticks" requirement is ambiguous (a blanket deny would break the agent's own heredoc commits), and a bad edit self-locks — so F6 needs owner intent + a dedicated security-reviewed session. Next session resumes at F6, then Tier 3, then Tier 2, then release #25. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
61bd87c to
5a649a9
Compare
41d350f to
0d18ff0
Compare
0d18ff0 to
e536939
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Automated release PR. Merging this cuts release v0.3.0.
It lands the version bump in
pyproject.toml,uv.lock, andCHANGELOG.md; the Release workflow then tagsv0.3.0and publishes the GitHub Release with the built wheel + sdist.
Note: this PR is opened with the default token, so CI does not run on
it automatically.