refactor(root): contract the TraceDecay facade onto owner crates - #1175
Merged
ScriptedAlchemy merged 13 commits intoSep 9, 2026
Merged
Conversation
Move admitted graph-query adapters, branch diagnostics, store-meta counters, and fact-owner identity into their owner crates so TraceDecay keeps handles and typed results instead of façade logic.
Move DashboardGraphTestRuntimeV1 out of the production dashboard module into a test-transport-only fixture so #1088 test runtimes do not ship in composition code.
…plan-reopened' into grok/w2-facade-contraction
Default library builds no longer compile benchmark harnesses or HostAdmissionTestRuntimeV1. The shipped tracedecay bench command stays on a bench feature selected by the CLI production build.
…plan-reopened' into grok/w2-bench-surface
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
refactor(tracedecay): keep bench and test runtimes off lib
…cade-claim-clarity # Conflicts: # crates/tracedecay/src/dashboard.rs
ScriptedAlchemy
merged commit Sep 9, 2026
cec8fc2
into
codex/tracedecay-total-redesign-plan-reopened
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.
Move project-store registration and enrollment identity into global-db/runtime-core, branch diagnostics and metadata helpers into application, and admitted graph-query composition into graph-query. Root retains mounted owners and the named claim authority. Relocate the already test-transport-gated dashboard fixture into its own module.
The corrected head preserves named authority fields and includes the canonical fixture-path cutover from #1176. Independent semantic/ownership review is clear. Strict root all-target Clippy passes with test-transport and zero warnings/errors (cc-12948); the two existing scout privacy/supersession journeys pass (cc-12919).