Add mvp plans for redvault-el

This commit is contained in:
Tristan D. 2025-01-31 13:20:26 +01:00
parent ed369c9ed7
commit 56ce7c5831
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -24,6 +24,16 @@
## Planning ## Planning
- MVP:
- single file overlay
- get completion from server with single file context
- put completion into overlay
- trigger completion while typing, update cursor position etc, with debounce
- multi file overlay (with context based on currently open file)
- rank by imports/keywords/embeddings, test different approaches against each other
- multi file overlay (with context based on cursored function)
- better caching
- combine file-level/function-level context somehow, cache for recently/commonly used files
### Interface ### Interface