Fix analysis path and retire legacy code - #6
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.
What changed
Why
The portable plan path had several P0 correctness and integration gaps: parts of the training DAG did not express the intended dataflow, evidence imported through the resolver was not reachable from the default application path, and the UI exposed only a dependency projection without a portable trace handoff. The repository also retained multiple disconnected framework hooks, pages, examples, and package dependencies after their replacement paths were established.
Impact
The canonical workload facts remain target-neutral. Inference evidence now reaches reports through the unified resolver path, training lowering rejects or represents previously silent mismatches, and users can export the current dependency-projected timeline to Perfetto while retaining all existing analysis content.
The exported Perfetto trace is deliberately labeled as a dependency projection. It is not yet a resource-scheduled SimulationTraceIR or an executable timeline.
Validation
uv run pytest -p no:cacheprovider— 143 passedpython scripts/check_docs_i18n.py— 31 bilingual pairs passedmkdocs build --strict— passedgit diff --check— passed