Skip to content

refactor(tracedecay): hide unconsumed root graph and telemetry - #1126

Merged
ScriptedAlchemy merged 2 commits into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/root-dead-api-1073
Sep 9, 2026
Merged

refactor(tracedecay): hide unconsumed root graph and telemetry#1126
ScriptedAlchemy merged 2 commits into
codex/tracedecay-total-redesign-plan-reopenedfrom
sol/root-dead-api-1073

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • make root graph and runtime_telemetry modules crate-private; they have no external production callers
  • remove unused collect and collect_with_integrity wrappers
  • narrow test-risk implementation types that only serve internal MCP behavior
  • retain the modules themselves because live MCP health/redundancy/test-map journeys consume them

Evidence

  • root public module items: 24 → 22
  • affected check/clippy passed
  • redundancy, runtime snapshot, test-risk and test-map journeys passed
  • no compatibility aliases or behavior changes

Part of #1073.
Part of #1088.

Root graph/ and runtime_telemetry had zero CLI or workspace callers.
Keep both crate-private for MCP health/redundancy; delete unused
collect wrappers. Types stay on session-memory, the canonical owner.

API: 24→22 root pub items; -2 pub fns (collect, collect_with_integrity).
LOC: +9/−20 (runtime_telemetry 208→197). Retained: CLI/MCP/daemon/
application_surface plus test reexports (query, git_query, bench,
dashboard, serve). crates.io 0.0.68 graph was a different module
already moved; current lib is unpublished with 0 dependents.
@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 950a7fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T02:27:24.693079Z 950a7fd PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit fbf1122 into codex/tracedecay-total-redesign-plan-reopened Sep 9, 2026
9 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant