Fix lifecycle hooks, force flags, release pre-flight checks#156
Merged
jonathonbyrdziak merged 1 commit intomasterfrom Apr 4, 2026
Merged
Fix lifecycle hooks, force flags, release pre-flight checks#156jonathonbyrdziak merged 1 commit intomasterfrom
jonathonbyrdziak merged 1 commit intomasterfrom
Conversation
…nd debug logging - Watcher now passes --force to stop/start so it never blocks on stale locks - ProtocolStop gets --force (-f) option matching ProtocolStart - post_start hooks now run after all other start steps complete and display - Container readiness check with Fibonacci backoff (up to 2min) before hooks - release:create aborts on dirty tree, unpulled remote changes, or push rejection - release:create rolls back local tag + VERSION commit if branch push fails - self:update --nightly fixed for detached HEAD (uses symbolic-ref) - Detailed logging throughout lifecycle hooks for debugging Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
protocol stopandstartcalled by the release watcher now use--forceso they never block on stale locks--force(-f) option to override locks, matching ProtocolStartGit::branch()returned garbage after a tag checkoutTest plan
protocol startand verify post_start hooks run after the status dashboard displays/var/log/protocol/protocol.logprotocol stop --forceoverrides a stale lockprotocol release:createwith uncommitted changes (should abort)protocol release:createwhen behind remote (should abort)protocol self:update --nightlyfrom a detached HEAD state🤖 Generated with Claude Code