Skip to content

Variable: ExtractedContextSchema

Makaio Framework


Makaio Framework / services-core/compression/schemas / ExtractedContextSchema

const ExtractedContextSchema: ZodObject<{ component_interactions: ZodRecord<ZodString, ZodString>; constraints_and_requirements: ZodArray<ZodString>; current_state: ZodString; data_flows: ZodArray<ZodString>; helpful_hint: ZodArray<ZodString>; key_decisions_and_rationale: ZodArray<ZodString>; key_files: ZodRecord<ZodString, ZodString>; known_bugs: ZodArray<ZodObject<{ impact: ZodString; issue: ZodString; location: ZodString; }, $strip>>; resolved_items: ZodArray<ZodString>; roadmap: ZodArray<ZodString>; technical_details: ZodObject<{ apis: ZodArray<ZodString>; config: ZodRecord<ZodString, ZodString>; files: ZodArray<ZodString>; schemas: ZodRecord<ZodString, ZodUnknown>; }, $strip>; todos: ZodArray<ZodObject<{ issue: ZodString; location: ZodString; priority: ZodOptional<ZodEnum<{ high: "high"; low: "low"; medium: "medium"; }>>; }, $strip>>; }, $strip>

Defined in: ../../../packages/services/core/src/compression/schemas.ts:38

Full extracted context from compression. This is the structured JSON that replaces raw conversation.