Learn the artist's house style from the saved vault corpus
learn_from_my_corpusWalks an Obsidian vault to extract palette, naming, recipe-shape, and param-default patterns, recording them in Memory/corpus_style.md for consistent design.
Instructions
Offline companion to learn_conventions: walks the Obsidian vault corpus (Recipes/, Components/, Looks/, Setlists/, Moodboards/) and distils palette, naming, recipe-shape, and param-default preferences into Memory/corpus_style.md (and optionally merges palettes/naming/favorite_generators into Memory/style.md). No TouchDesigner required — pure filesystem read. Requires TDMCP_VAULT_PATH (or pass vault_path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_path | No | Optional vault root override; defaults to TDMCP_VAULT_PATH. | |
| observe | No | Which families to extract; subsets keep the run cheap. | |
| min_support | No | Minimum frequency for a pattern to be recorded. | |
| top_k_palette | No | How many most-frequent palettes to keep. | |
| dry_run | No | If true, return findings but do NOT write vault notes. | |
| also_patch_style_memory | No | If confident, merge palettes/naming/favorite_generators into Memory/style.md. |