Skip to content

[codex] Improve TraceDecay follow-up diagnostics#146

Merged
ScriptedAlchemy merged 5 commits into
masterfrom
codex/tracedecay-followup-diagnostics
Jul 1, 2026
Merged

[codex] Improve TraceDecay follow-up diagnostics#146
ScriptedAlchemy merged 5 commits into
masterfrom
codex/tracedecay-followup-diagnostics

Conversation

@ScriptedAlchemy

@ScriptedAlchemy ScriptedAlchemy commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • add doctor reporting for registry/store manifest identity drift
  • persist richer MCP analytics for transport/tool kind, failures, and context memory matches without fact bodies
  • record TypeScript ignored-dependency candidates and surface MCP search hints for symbols behind ignored dependencies
  • dedupe repeated pending session fact proposals and add project/session hint coverage
  • warn when Cursor transcript rows contain literal ${workspaceFolder} placeholders that would break session recall
  • make daemon status distinguish missing, stale, inaccessible, unreachable, and connectable sockets
  • keep selected-project graph-reader search hints read-only when dispatching through registered project selectors

Verification

  • cargo test --lib doctor::tests::registry_drift_findings_report_manifest_identity_mismatches -- --nocapture
  • cargo test --test typescript_extraction_test test_ts_import_type_records_ignored_dependency_candidates -- --nocapture
  • cargo test --test mcp_handler_test test_search_hints_at_ignored_dependency_candidates -- --nocapture
  • cargo test --test automation_session_reflector_runner_test session_fact_proposals_dedupe_repeated_pending_facts_across_runs -- --nocapture
  • cargo test --features test-transport --test mcp_server_test context_call_writes_memory_match_analytics_without_fact_bodies -- --nocapture
  • cargo test --features test-transport --test mcp_server_test failed_tool_call_writes_mcp_runtime_analytics_event -- --nocapture
  • cargo test --lib tool_hints -- --nocapture
  • cargo test --test hooks_test test_build_codex_session_context -- --nocapture
  • cargo test --test agent_test test_cursor_healthcheck_warns_on_literal_workspace_folder_transcript_path -- --nocapture
  • cargo test --lib daemon::tests::service_status -- --nocapture
  • cargo test --lib mcp::tools::handlers::tests::graph_reader_selector -- --nocapture
  • cargo test --lib mcp::tools::handlers::tests::selected_project_retrieve_finds_selected_project_response_handle -- --nocapture
  • cargo fmt --check
  • cargo check --workspace
  • tracedecay sync

@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b44c87d

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

@ScriptedAlchemy ScriptedAlchemy marked this pull request as ready for review June 29, 2026 18:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3d85f450e0

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/mcp/server.rs Outdated
Comment thread src/mcp/tools/handlers/graph.rs Outdated
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/tracedecay-followup-diagnostics branch 2 times, most recently from 40665d2 to 1933a46 Compare June 29, 2026 18:38
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/tracedecay-followup-diagnostics branch from 2dfca29 to 39f7cb8 Compare June 30, 2026 14:58
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/tracedecay-followup-diagnostics branch from 3885a78 to 923bc64 Compare June 30, 2026 23:43
…llowup-diagnostics

# Conflicts:
#	src/doctor.rs
#	src/hooks/tool_hints.rs
#	src/mcp/server.rs
#	src/mcp/tools/handlers/dependency_hints.rs
#	src/mcp/tools/handlers/graph.rs
#	tests/mcp_handler_test.rs
#	tests/mcp_server_test.rs
#	tests/typescript_extraction_test.rs
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/tracedecay-followup-diagnostics branch from 923bc64 to b44c87d Compare June 30, 2026 23:52
@ScriptedAlchemy ScriptedAlchemy merged commit fa45ec0 into master Jul 1, 2026
17 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