Add FTC-09 analyze-map dogfood report and artifacts#789
Merged
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
analyze mapworkflow on a realistic NIST STEP model (FTC-09) to evaluate its utility for LLM-oriented spatial reasoning and capture lessons for next features.Description
docs/reports/analyze-map-dogfood-ftc09-a0.mdthat documents commands run, findings, schema suggestions, and a recommended next milestone (ANALYZE-MAP-A5).docs/reports/artifacts/analyze-map-ftc09/asftc09-six-view-16x16.json,ftc09-six-view-32x32.json, andftc09-point-probes.json(sizes ~66 KiB, ~74 KiB, ~25 KiB respectively).testdata/step242/nist/FTC/nist_ftc_09_asme1_ap242-e1.stpfor all runs and make no behavioural changes to the codebase (report + artifacts only).Testing
dotnet restore Aetheris.slnxanddotnet build Aetheris.slnx -f net10.0 --no-restore /m:1which completed successfully (build warnings only).dotnet test Aetheris.CLI.Tests/Aetheris.CLI.Tests.csproj -f net10.0 --filter "AnalyzeMap|SixView|Llm|Compact"which passed (4 tests passed).aetheris analyze mapon FTC-09 with--views six --resolution 16x16 --llm --jsonand--views six --resolution 32x32 --llm --json, which completed successfully (approx124sfor 16x16 and303sfor 32x32 in this environment) and produced the saved artifacts, and ran a point probe with--plane xy --direction -z --point 0,0 --jsonwhich produced multi-hit analytic ray details.dotnet run --project Aetheris.CLI -- --helpand basic CLI health; no crashes or timeouts were observed for the required runs.Codex Task