Step 135: library-aware completion

This commit is contained in:
Bill
2026-02-09 17:21:26 -07:00
parent 4b5304240a
commit b7bd54d5da
6 changed files with 143 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ what's already available.
`getAvailableConstants()`, filtered by scope and import state.
*New:* `PrimitivesRegistry.h`
- [ ] **Step 135: Library-aware completion**
- [x] **Step 135: Library-aware completion**
Modify the completion system (LSP + Whetstone) to **prioritize** symbols
from `PrimitivesRegistry` without excluding others. When an agent or user
types, completion candidates are ranked: imported library functions first,