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__.py Removed flow engine init
  • handler.py Removed flow handler
  • __init__.py Created phase engine init with updated exports
  • components.py Moved components to phase module
  • engine.py Moved engine to phase module
  • base.py Moved hooks to phase module
  • hooks_helpers.py Moved hook helpers to phase module
  • models.py Moved models to phase module
  • state.py Moved state management to phase module
  • triggers.py Moved triggers to phase module
  • validation.py Added phase validation
  • definitions.py Added port definitions for phase engine
  • Renamed engine/flow/ to engine/phase/ across the entire codebase, updating all imports decouple architectural
    3 files
    • __init__.py
    • engine.py
    • state.py
  • Removed engine/flow/init.py and engine/flow/handler.py, replacing with phase equivalents deprecate internal
    2 files
    • __init__.py
    • handler.py
  • Added phase validation, ports definitions, and hook protocol modules instantiate internal
    3 files
    • validation.py
    • definitions.py
    • protocol.py

Documentation archival and cleanup

5 files changed
  • ARCHITECTURE_AUDIT_REPORT.md Removed top-level architecture audit
  • README.md Updated project readme
  • CLAUDE.md Updated project instructions
  • README.md Updated primitives documentation
  • 04-design-patterns.md Archived design patterns doc
  • Archived extensive documentation into .provide/archive/, removing 32K lines of stale content deprecate internal
    3 files
    • API_SPECIFICATION.yaml
    • DATABASE_SCHEMA.md
    • DEPLOYMENT_ARCHITECTURE.md
  • Updated CLAUDE.md, README, and primitives documentation specify internal
    3 files
    • CLAUDE.md
    • README.md
    • README.md