Welcome to the Megami documentation hub.
Use these pages as canonical references before implementing or changing behavior.
Primary References
Workflow Rules
- Pull from the active phase task file first.
- Keep domain logic in
@megami/domain. - Keep orchestration in handlers and route modules thin.
- Emit side effects after successful commit boundaries.