[codex] add dashboard LSP diagnostics#132
Conversation
|
21595e8 to
b649f0e
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 773c650a7d
ℹ️ 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".
43fe723 to
07fbdd4
Compare
ed94a8a to
e8ab33d
Compare
Summary
Adds Phase 1 LSP-backed code diagnostics surfaced only in the TraceDecay dashboard.
Validation
npm run build --prefix dashboardgit diff --check origin/split/self-improving-05-docs..HEADCARGO_INCREMENTAL=0 cargo test --test lsp_code_diagnostics_test --test dashboard_code_diagnostics_api_testcargo build, dashboard plugin asset route, CLI parser,tracedecay lsp servers --json, and a browser smoke with a temporary TypeScript error surfaced in Code Diagnostics.Notes
Focused clippy remains blocked by unrelated pre-existing automation warnings in
src/automation/config.rsandsrc/dashboard/automation_run_api.rs.