---
output_file: "Lattice - Root Hoist.md"
feed: "WHITEPAPER"
template_version: "1.2"
source: "Lattice"
codex_section: "S16-S20"
conv_id: "lattice-build-history"
share_url: "none"
date: "2026-06-21"
content_date: "2026-06-21"
enriched_date: "2026-07-02"
date_modified: "2026-07-02"
message_count: 1
type: "lattice-build-spec"
status: "deposited"
path_hint: "IntelligentNetware/Lattice/"
category:
- "Lattice Infrastructure"
- "Repository Layout"
tags:
- "lattice"
- "repo-layout"
- "hoist"
- "scripts"
- "whisper"
monomyth_stage: "05 - Crossing the Threshold"
gameboard_position: "Product moved from _ChatUI nested folder to Lattice repo root"
summary: |
  Records the 2026-06-21 hoist of IN Lattice from _ChatUI/ to D:\04_WORK\Code\Lattice root: app.py index.html scripts/ handoffs/ archive/ codex_watcher relocation IDE harness to .dev/ PILE intake paths and whisper model hardlink convention..
keypoints:
  - _ChatUI/app.py became Lattice/app.py; .Scripts became scripts/
  - terminals mcps agent-tools moved to Lattice/.dev/ gitignored
  - Server start: cd Lattice && python app.py on port 8780
  - Whisper model hardlinked from D:/04_WORK/Code/Models/ggml-medium.bin
sentiment: archival
emotions:
  - "purposeful"
sycophancy_level: "None"
truth_score: 95
entropy_score: "Low"
codex: true
pre_silicon: false
ma5_inheritance: "IntelligentNetware"
voice_print: false
lattice_release: "3.0"
original_handoff: "Grok_Handoff_Lattice_Hoist_20260621.md"
---
# Handoff — Lattice Root Hoist
**Date:** 2026-06-21  
**Action:** Moved product from `_ChatUI/` to `Lattice/` root

## New layout

| Was | Now |
|-----|-----|
| `_ChatUI/app.py` | `Lattice/app.py` |
| `_ChatUI/.Scripts/` | `Lattice/scripts/` |
| `_ChatUI/handoffs/` | `Lattice/handoffs/` (merged) |
| `_ChatUI/Archive/` | `Lattice/archive/` |
| `D:\04_WORK\Code\.Scripts\codex_watcher.py` | `Lattice/scripts/codex_watcher.py` (copy) |
| `_ChatUI/terminals`, `mcps`, `agent-tools` | `Lattice/.dev/` (gitignored) |

## Start server

```powershell
cd D:\04_WORK\Code\Lattice
python app.py
```

## Intake paths (PILE tier)

- `D:/01_PILE/VoiceLogsRaw/` — WAV
- `D:/01_PILE/ImageLogsRaw/` — phone photos for Codey/SynNA

## Whisper

- Model hardlink: `whisper/models/ggml-medium.bin` → `D:/04_WORK/Code/Models/ggml-medium.bin`
- WhisperDesktop continues using `D:/04_WORK/Code/Models/`
- `whisper_watcher.py` — next build

## `_ChatUI/` remnant

IDE may hold the folder open. `DEPRECATED.md` left inside. Delete when safe.