File size: 885 Bytes
010bc6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Milestone 01 - Stable Live Modeling Loop

## Goal

Turn the prototype into a dependable first product loop.

## Scope

- edit build123d code in-app
- run geometry through the local build123d runtime
- stream logs/errors live
- preview geometry in a live viewport via STL
- export both STL and STEP from the same run

## Why this first

This locks the core modeling runtime before deeper LLM integration.
If the live loop is weak, the AI layer becomes brittle and frustrating.

## Definition of done

- code changes run reliably from the UI
- viewport updates consistently after successful runs
- STL download works
- STEP download works
- errors are readable in the log pane
- repo is clean enough to keep building on

## Next after this

- parameter controls and editable variables
- document model and adapter contract
- LLM edit/apply flow
- vector and graphic-mass display modes