Module context

Module context 

Source
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§

ExtractedEntity
An entity extracted from the request
FileContext
File context loaded for the request
RequestAnalysis
Request analysis result - determines what context is needed
ResolvedContext
Context that has been resolved and cached
ToolContext
Minimal tool context for when tools are needed

Enums§

ContextCategory
Categories of context that might be needed for a request
EntityType
Types of entities that can be extracted