fix(lsp): wire lsp_context_enrichment settings into ACMS context assembly pipeline for automatic diagnostic injection #9955

Closed
HAL9000 wants to merge 1 commits from fix/lsp-context-enrichment-acms-wiring into master

1 Commits

Author SHA1 Message Date
HAL9000 3d0762c1e2 fix(lsp): wire lsp_context_enrichment settings into ACMS context assembly pipeline for automatic diagnostic injection
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 43s
CI / build (pull_request) Successful in 57s
CI / lint (pull_request) Failing after 1m4s
CI / push-validation (pull_request) Successful in 36s
CI / quality (pull_request) Successful in 1m42s
CI / typecheck (pull_request) Successful in 1m43s
CI / security (pull_request) Successful in 1m55s
CI / benchmark-regression (pull_request) Failing after 1m32s
CI / e2e_tests (pull_request) Successful in 4m49s
CI / integration_tests (pull_request) Failing after 4m54s
CI / unit_tests (pull_request) Failing after 7m46s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
The lsp_context_enrichment field was defined in ActorConfigSchema but never
wired to the ACMS pipeline. This commit introduces LspContextEnricher, a new
Application-layer service that reads the lsp_context_enrichment settings and
enriches source file fragments with LSP diagnostic annotations before they
enter the ACMS pipeline assembly.

ISSUES CLOSED: #9191
2026-05-07 14:55:12 +00:00