Integrate workspace results locally and publish through one PR - #228
Merged
Merged
Conversation
anvil008
added a commit
that referenced
this pull request
Sep 14, 2026
Makes verified local integration separate from remote publication: parents integrate ready workspace results into local main promptly, children keep commits local, and accumulated results use one integration bookmark and PR. Delivery includes proof-based cleanup of superseded branches and safe reconciliation after squash/rebase without discarding newer local work. Strengthens Codex/Claude reminders and adds an Agy adapter: successful invoke_subagent PostToolUse arms a marker; a normal fully idle Stop consumes it and continues once. Hooks never merge or publish, and Flow tracking stays disabled. Updates global instructions, implementer handoffs, JJ guidance, README diagrams, and ADR 0033. Validation: 129 tests passed; generated guide and package checks passed; isolated offline bootstrap installation and rerun passed for all three harnesses. Packaged Agy commands were executed after relocation and from a project directory. Independent review found no blocking defects. Native model-backed child-completion behavior was not exercised. Native workspace creation now prefers local main over stale remote/trunk refs, so unpublished integrated work is inherited; real Git and JJ regression tests cover this. Verified candidate was integrated into local main before publication.
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.
Makes verified local integration separate from remote publication: parents integrate ready workspace results into local main promptly, children keep commits local, and accumulated results use one integration bookmark and PR. Delivery includes proof-based cleanup of superseded branches and safe reconciliation after squash/rebase without discarding newer local work.
Strengthens Codex/Claude reminders and adds an Agy adapter: successful invoke_subagent PostToolUse arms a marker; a normal fully idle Stop consumes it and continues once. Hooks never merge or publish, and Flow tracking stays disabled. Updates global instructions, implementer handoffs, JJ guidance, README diagrams, and ADR 0033.
Validation: 129 tests passed; generated guide and package checks passed; isolated offline bootstrap installation and rerun passed for all three harnesses. Packaged Agy commands were executed after relocation and from a project directory. Independent review found no blocking defects. Native model-backed child-completion behavior was not exercised.
Native workspace creation now prefers local main over stale remote/trunk refs, so unpublished integrated work is inherited; real Git and JJ regression tests cover this.
Verified candidate was integrated into local main before publication.