update agents.md
This commit is contained in:
parent
c96d77dd7f
commit
a641822ead
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ This architecture provides compile-time correctness, observability through event
|
||||||
- Use consuming methods for state transitions (enforces immutability)
|
- Use consuming methods for state transitions (enforces immutability)
|
||||||
- Emit events to BEL for all state changes (observability)
|
- Emit events to BEL for all state changes (observability)
|
||||||
- Centralize coordination logic in the Orchestrator (separation of concerns)
|
- Centralize coordination logic in the Orchestrator (separation of concerns)
|
||||||
|
- If it has a `status` field (or similar), it should have a state machine with type safe transitions that governs it
|
||||||
|
|
||||||
## Tenets
|
## Tenets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue