Add ranked analyze map evidence bundles (--rank-probes, --evidence-bundle)#792
Merged
yuechen-li-dev merged 1 commit intoJun 23, 2026
Conversation
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.
Motivation
Description
--rank-probesand--evidence-bundle(wired throughCliRunner), with--evidence-bundleimplying ranked output and--rank-probesenabling scoring.StepAnalysisModels.cs) andStepAnalyzerto emitRankedProbes, anevidenceBundlestructure, and a compact point-probe summary (pointSummary) while preserving fullhitsand existing detailed output.RankSixViewProbes,ScoreComponent) that is JudgmentEngine-compatible in shape (explicit scores, reasons, evidence terms, uncertainty, tie-breaking) and prioritizes interior no-hit components, curved analytic families (cylinder/cone/torus/sphere), fallback/tessellated regions, small isolated height bands, centrality, and analytic provenance.pointProbecommand, twoanalyze sectioncommands through the component centroid (mapped to supported--xy|--xz|--yzsyntax), and alocalMaprecommendation (marked unsupported until--boundsis added);evidenceBundlecontains coarse-map metadata, ranked questions, flattened suggested actions,executedEvidence(empty for A6),limits, and human-readable notes.Testing
dotnet restore Aetheris.slnxanddotnet build Aetheris.slnx -f net10.0 --no-restore /m:1successfully.dotnet test Aetheris.CLI.Tests/Aetheris.CLI.Tests.csproj -f net10.0 --filter "AnalyzeMap|Ranked|Probes|Section|EvidenceBundle|Components"and it passed (9 tests).aetheris analyze map ... --views six --resolution 8x8 --llm --rank-probes --jsonon a ruled fixture and confirmed ranked probes/evidence bundle were emitted; exported primitives used in tests included a cylinder and a box.124), validating the documented locality/performance constraint for large dogfood runs (A6 does not auto-execute follow-ups).Codex Task