Expand description
Context data types shared across domain crates.
These are pure data structures used by the pipeline, context management,
and other subsystems. They live in foundation so that domain crates
(gestura-core-pipeline, gestura-core-tools, etc.) can reference them
without depending on the full gestura-core facade.
Structs§
- Extracted
Entity - An entity extracted from the request
- File
Context - File context loaded for the request
- Request
Analysis - Request analysis result - determines what context is needed
- Resolved
Context - Context that has been resolved and cached
- Tool
Context - Minimal tool context for when tools are needed
Enums§
- Context
Category - Categories of context that might be needed for a request
- Entity
Type - Types of entities that can be extracted