fix(collector): Preserve integrate patch proposal attribution - #1085
Merged
Conversation
Carry proposal ownership through delayed execution and resume so serving-specialist KEEPs are not misclassified by their completion phase. Co-authored-by: Cursor <cursoragent@cursor.com>
Stamp direct Framework Agent KEEPs with their owning phase so delayed writeback cannot reclassify them by completion context. Co-authored-by: Cursor <cursoragent@cursor.com>
Require explicit proposal ownership across every collector surface, keep missing owners unattributed, and avoid forwarding metadata that can alter accuracy gating. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep ownerless integrate_patch gains consistently unattributed across every collector surface instead of guessing from execution timing. Co-authored-by: Cursor <cursoragent@cursor.com>
CI E2E report — ✅ Succeeded
|
Preserve proposal ownership metadata while adopting the latest current-best lift guard and upstream runtime changes. Co-authored-by: Cursor <cursoragent@cursor.com>
Persist source snapshot manifests and changed-file paths through promotion and resume so downstream consumers can inspect adopted source changes. Co-authored-by: Cursor <cursoragent@cursor.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
integrate_patchexecution, promotion, and resume replayintegrateadoptions on the Kernel Agent path and surface ownerlessintegrate_patchgains as unattributedTest plan
python3 -m pytest -q src/hyperloom/inference_optimizer/tests/test_breakdown*.py src/hyperloom/inference_optimizer/tests/test_reporters*.py src/hyperloom/inference_optimizer/tests/test_sbd_optimizations.py src/hyperloom/inference_optimizer/tests/test_phase_state_plateau.py(170 passed)python3 -m compileall -q src/hyperloom/inference_optimizer/breakdown src/hyperloom/orchestratorgit diff --checkMade with Cursor