| 1 | # Agent Init Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own backend extensions that run when an agent context initializes. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own initial UI message setup and profile settings load behavior. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep initialization idempotent for contexts that may be restored or reloaded. |
| 14 | - Preserve ordering between initial message creation and profile settings loading. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Coordinate changes with profile loading, settings resolution, and startup smoke checks. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test new chat/context initialization after changes. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |