Summary
Design a first-class retrieval primitive for RAG-style context injection. This is NOT IN SPEC and requires spec authoring.
Parent issue: #105 — Missing Modality C
Why
context: shell: and context: mcp: exist, but there's no first-class retrieval primitive — "search these files/this vector store for content relevant to the prompt and inject it." RAG is the dominant accuracy-improvement technique for LLM applications. A context: retrieve: or context: search: type would be high value.
Design Decisions Needed
Spec Work Required
New spec section needed or extension to existing context types (§6).
Acceptance Criteria
Summary
Design a first-class retrieval primitive for RAG-style context injection. This is NOT IN SPEC and requires spec authoring.
Parent issue: #105 — Missing Modality C
Why
context: shell:andcontext: mcp:exist, but there's no first-class retrieval primitive — "search these files/this vector store for content relevant to the prompt and inject it." RAG is the dominant accuracy-improvement technique for LLM applications. Acontext: retrieve:orcontext: search:type would be high value.Design Decisions Needed
context: retrieve:type?context: search:? Both?context: mcp:Spec Work Required
New spec section needed or extension to existing context types (§6).
Acceptance Criteria