What problem does it solve?
It helps you review, implement, and integrate changes to Mozaiks’ factory build workflow system without breaking workflow sequencing, transition/entrypoint routing, artifact ownership, or build lifecycle integration.
Core Features & Use Cases
- Workflow sequencing governance: Update workflow_sequence-driven build journey steps via the extension registry while preserving dependency order and artifact-family ownership.
- Transition/entrypoint correctness: Add or modify transitions and entrypoints with the right routing semantics (route-time user choice vs workflow-local agent routing).
- Generator contract alignment: Change AppGenerator and AgentGenerator behaviors while honoring tool/file contracts and expected generated artifact shapes.
- Build lifecycle hook integration: Adjust build lifecycle surfaces and shared workflow glue with tests that validate sequence-position payload semantics.
- Existing app adoption integrity: Apply changes to ExistingAppDiscovery while keeping brownfield/adoption journeys distinct from greenfield builds.
- Refinement/control-plane linkage: Ensure routes and refinement/control-plane linkage stay consistent with the declared workflow sequence source of truth.
Quick Start
Ask your AI to review and update the specific workflow sequence, transition, entrypoint, or generator contract described in this change request, then identify the narrowest test slice to run before proposing the patch.