Audience: contributors implementing recurring behaviors.
Nav: Docs index · Tools Reference · Safety
event-suppression.md— Silent mode flag to suppress emissions during internal cleanup. Used bysrc/cli-tui/prompt-queue.tsand interrupt restore paths.determinism-boundaries.md— Inject clocks/RNG/env to keep agent behavior reproducible and tests stable. Used bysrc/utils/clock.ts,src/utils/async.ts, andsrc/agent/context-manager.ts.platform-boundary-normalization.md— Keep Platform wire-shape tolerance inside service clients so server handlers consume stable Maestro-owned types. Used bysrc/platform/agent-runtime-client.tsand A2A/hosted-runner correlation paths.tool-error-handling.md— Guidance on when to throw vs.respond.error(); referenced by tool implementations insrc/tools/*.tui-controller-extraction.md— Pattern for extracting controllers/handlers from TuiRenderer using dependency injection. Used bysrc/cli-tui/tui-renderer/controllers andsrc/cli-tui/commands/handlers.
Add new patterns here with a one-liner, consumer pointers, and link back to the owning code.