Controller Component RequirementsΒΆ

CORE-COMP-CTL-001 Script Execution
status: Must

execScript executes .pyp scripts deterministically line-by-line.

CORE-COMP-CTL-002 Type Registry for ``new``
status: Must

Constructors for element types are centrally registered and extensible.

CORE-COMP-CTL-003 Controller Command Protocol
status: Must

Commands are an implementation of the Controller Command Protocol.

CORE-COMP-CTL-004 ``load`` command support
status: Must

The controller shall implement a load command that reconstructs models from protocol-compliant command stacks. The command shall support deterministic execution, configurable ID policy (remap/keep), and transactional rollback on failure.