### Problem statement Teams cannot describe a full project declaratively in a file, version it in git, and reproduce it with a command. The TUI is the only input layer. ### Proposed solution Add a `dot.yaml` input layer with `dot plan` (diff) and `dot apply` (delta execution). ### Alternatives considered _No response_ ### Area Core ### Additional context Children: - [ ] [Decision] dot plan diff algorithm (open-decisions.md #3) - [ ] dot.yaml parser → Spec - [ ] dot plan command - [ ] dot apply command - [ ] dot.yaml schema reference documentation
Problem statement
Teams cannot describe a full project declaratively in a file, version it in git, and reproduce it with a command. The TUI is the only input layer.
Proposed solution
Add a
dot.yamlinput layer withdot plan(diff) anddot apply(delta execution).Alternatives considered
No response
Area
Core
Additional context
Children: