Conversation
Signed-off-by: duanjialing.777 <duanjialing.777@bytedance.com>
Contributor
Author
|
CI triage for head
This PR changes only |
This branch has not been deployed
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.
Goal And Delivered Outcome
list_goal_todos()resolved a relativecommon_runtime_rootagainst the caller's working directory because it did not passregistry_pathtoresolve_runtime_root(). A CLI call from another worktree could miss the promotion fence and return stale Markdown Todos instead of canonical authority state.todo_staleon the parent revision andtodo_canonicalon this revision, withdecision_read_from_provider=trueandlegacy_fallback_used=false.main.Scope And Continuation
Validation
a368f7cf2ec8786abb7393d4843b9cbf995c98ecregression_paritypassedpython -m pytest -q tests/control_plane/test_registry_relative_runtime_resolution.py -k todo_list_anchors_promoted_authority_to_registry_project; the parent revision returns the stale Markdown Todo, while this revision returns canonical authority state.unitpassedreal_entrypointpassedpython -m loopx.cli ... todo listfrom an independent working directory against the realFileAuthorityStorefixture.staticpassedgit diff --check, andloopx checkpassed for the changed files.integrationpassedloopx canary premerge --from-git-diffpassed all 18 selected catalog and risk-profile smokes.staticfailedloopx/todos.py; no diagnostic points to the changed call.See validation disclosure guidance.
Frontend / Visual Evidence
Type of Change
LoopX Area
Technical Direction
Shared-authority RFC fixture impact
N/A. This bug fix changes registry-relative path anchoring in one Python caller. It does not change the production-scale fixture, provider semantics, promotion behavior, or compatibility projection.
Boundary Checklist
.loopx/,.codex/goals/, and liveACTIVE_GOAL_STATE.md).none.Signed-off-bytrailer (git commit -s).