feat(lsp): hybrid typed resolve Go/TS + SURF soft-deprecate#83
Merged
Conversation
Document prefab lsp bootstrap, typed_resolve indexer wiring, and update tracker session focus ahead of implementation.
Add in-process TypeRegistry + hybrid resolver, wire indexer to emit resolution_method=typed when typed_resolve=go,ts, and bootstrap prefab lsp servers via init --with-lsp / empty-yaml catalog fallback (REL-039).
Mark FR-SURF-04/05 replacements in tool schemas, assert in redundancy matrix, and record REL-053 surface counts in a release note.
Cover Go/TS typed edges, init --with-lsp prefab yaml, and update the task tracker statuses for the shipped P1/P2 items.
Update Init match arms for the new with_lsp field and assert the flag is accepted by the CLI parser.
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.
Summary
TypeRegistry, no LSP spawn), indexer wiring forresolution_method=typed, and prefablsp:bootstrap vialeankg init --with-lsp+ empty-yaml catalog fallback.wake_up→get_overview_contextandsearch_by_environment→env=on primary search/kg tools; release note with live registry recount.Test plan
cargo fmt --all -- --checkcargo clippy --all -- -D warnings(CI style)cargo test --lib(663 passed)cargo test --test hybrid_lsp_e2e --test redundant_tools_matrix --test budget_lsp_e2ecargo test --test cli_testsMade with Cursor