undef-engine
2026-01-11
Renamed flow engine to phase engine and major documentation cleanup
291 files · 1,065+ · 32,973-
Flow to phase engine rename
12 files changed
__init__.pyRemoved flow engine inithandler.pyRemoved flow handler__init__.pyCreated phase engine init with updated exportscomponents.pyMoved components to phase moduleengine.pyMoved engine to phase modulebase.pyMoved hooks to phase modulehooks_helpers.pyMoved hook helpers to phase modulemodels.pyMoved models to phase modulestate.pyMoved state management to phase moduletriggers.pyMoved triggers to phase modulevalidation.pyAdded phase validationdefinitions.pyAdded port definitions for phase engine
- Renamed engine/flow/ to engine/phase/ across the entire codebase, updating all imports
decouple
architectural
3 files
__init__.pyengine.pystate.py
- Removed engine/flow/init.py and engine/flow/handler.py, replacing with phase equivalents
deprecate
internal
2 files
__init__.pyhandler.py
- Added phase validation, ports definitions, and hook protocol modules
instantiate
internal
3 files
validation.pydefinitions.pyprotocol.py
Documentation archival and cleanup
5 files changed
ARCHITECTURE_AUDIT_REPORT.mdRemoved top-level architecture auditREADME.mdUpdated project readmeCLAUDE.mdUpdated project instructionsREADME.mdUpdated primitives documentation04-design-patterns.mdArchived design patterns doc