╭────────────────────────────────────────────────── Synix Build Plan ──────────────────────────────────────────────────╮
│ Pipeline: personal-memory                                                                                            │
│ Source: ./sources                                                                                                    │
│ Build: ./build                                                                                                       │
│ Layers: 4                                                                                                            │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

             LLM Configuration
╭─────────────┬───────────────────────────╮
│ Setting     │ Value                     │
├─────────────┼───────────────────────────┤
│ Provider    │ anthropic                 │
│ Model       │ claude-haiku-4-5-20251001 │
│ Temperature │ 0.3                       │
│ Max Tokens  │ 1024                      │
╰─────────────┴───────────────────────────╯

personal-memory  claude-haiku-4-5-20251001 (anthropic)
├── transcripts  source:parse  <STATS>
│   └── ← ./sources (2 .json files)
├── episodes  transform:episode_summary  <STATS>
│   ├── ← transcripts
│   └── cache: all components match (v1: model prompt source)
├── monthly  transform:monthly_rollup  <STATS>
│   ├── ← episodes
│   └── cache: all components match (v1: model prompt source)
└── core  transform:core_synthesis  <STATS>
    ├── ← monthly
    ├── → memory-index  synix_search_index (sqlite)  <MATERIALIZED>  <N> indexed
    │   ├── ← episodes
    │   ├── ← monthly
    │   ├── ← core
    │   └── embeddings  bge-small-en-v1.5  d  (fastembed)
    └── → context-doc  flat_file (markdown)  <MATERIALIZED>  <N> indexed
        └── ← core

<PLAN_SUMMARY>