| 1 | # Monologue Start Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own core backend behavior that runs when a monologue starts. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own core monologue-start setup. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep start-of-monologue work bounded and non-blocking where appropriate. |
| 14 | - Plugin-specific behavior belongs in the owning plugin's `extensions/python/monologue_start/` directory. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Coordinate lifecycle changes with the message loop and relevant plugin hooks. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test the first monologue after a new user message. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |