fix(ui): correct current P-07 default sweep targets - #739
Merged
ndrorchestration merged 3 commits intoSep 16, 2026
Merged
Conversation
|
Deployment failed for project dynamicgovernanceagenticformation with the following error: Learn More: https://vercel.com/ndrorchestration?upgradeToPro=build-rate-limit |
ndrorchestration
marked this pull request as ready for review
September 16, 2026 14:00
This was referenced Sep 16, 2026
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.
Purpose
Reconstruct the bounded P-07 Tools default-target correction from exact current protected
main, rather than merging stale-lineage #645.Exact lineage
main:ca10b9c1e6c73119a66488f15895848538dc6f29de294ef03115c1ad25f1ba765c2f39d9bf4076dd5ca0da6fea5917da7288fb98a1c8bdeda7d48479app/components/tools-view.tsx,app/lib/tools-defaults.ts,app/lib/tools-defaults.test.ts)TDD evidence
Fresh current-lineage RED was reproduced in UI Command Center Validation run
35104754121:app/lib/tools-defaults.test.tswithERR_MODULE_NOT_FOUNDfor the intentionally absentapp/lib/tools-defaults.ts;The minimal implementation then:
SWEEP_DEFAULT_TARGETSaspages/api/health.ts,pages/api/sweep.ts, andrequirements.txt;SWEEP_DEFAULT_INPUTfrom those targets;ToolsViewconsume the shared default input;api/health.pyorapp/api/health/route.tsas defaults.Fresh GREEN UI Command Center Validation run
35104957269passed the semantic/contract tests and production application build on exact head5ca0da6f….Runtime/authority boundary
The three intended targets were re-verified to exist on current protected-main lineage before reconstruction.
/api/sweepremains a non-mutating bounded analysis endpoint; harmonic score remains not assumed/nullable under the existing response contract.Non-effects
UI/default-input correctness only. No governance, experiment, materialization, authorization, efficacy, High-Assurance, or scientific-N state changes.
Merge gate
Remain DRAFT until the full returned CI surface for exact final head
5ca0da6fea5917da7288fb98a1c8bdeda7d48479is terminal successful. No historical validation from #645 transfers.