| 1 | # Message Loop Start Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own backend behavior that runs at the start of each message loop iteration. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own iteration counters and future loop-start state setup. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep per-loop counters deterministic and scoped to the active context. |
| 14 | - Do not reset state owned by monologue-level hooks. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Coordinate loop-start state changes with logging, streaming, and process-chain behavior. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test multi-turn conversations after changes. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |