feat(project-development): parallel-writer follow-up — triple-disjoint contract, native report delivery, SHA bump - #9
Merged
Conversation
…ive report delivery (issue #295 prep)
…oute wording and native report delivery (issue #295)
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.
Closes the config side of OpenCode-GraphAgent issue #295.
Summary
The runtime merged real parallel workspace writers with an implementation aggregator (OpenCode-GraphAgent PR #299, merge SHA ebc5ad08). This change completes the config-repo side required by the incompatible-block-rule policy: runtime first, then SHA bump and affected templates in the same change.
Change
runtime-compat.json: pinruntime_committo ebc5ad089c782c7c4f2a128d4def41a75103f175 (the parallel-writers merge).project-development-full.yamlplan block: parallel slices now run concurrently in one workspace, so the instruction carries the triple-disjoint write-set contract (source files, generated artifacts, and lockfiles disjoint; no shared build; delivery/artifact-wiring slices kept separate from source-only slices).project-development-full.yamlreport block: replace the hand-rolled temp-dir DELIVERY CONTRACT with the runtime's native output-by-reference (submit the absolute report path under the project.opencode/workflow-reports/area; the runtime records the file reference with its integrity receipt).Verification