mimic_ai_knowledge_read
Load learned design system knowledge at session start to review component recipes, patterns, and rules. Choose JSON for structured data or DESIGN.md for documentation.
Instructions
Loads the knowledge store: learned component recipes, layout/pattern data, DS gaps, user-defined rules, and meta stats (build counts, replay savings). Call at the start of a session to see what Mimic has already learned about this DS. Params: format ("json" default — structured data; "design_md" — renders the current DS + recipes as a DESIGN.md-style markdown string for documentation/handoff).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | "json" (default) returns structured store contents. "design_md" returns a rendered DESIGN.md markdown string instead. |