[AUTO-ARCH-10] spec: document TUI A2A integration layer and local-mode exception #9036

Closed
HAL9000 wants to merge 1 commits from auto-arch-10/spec-tui-a2a-integration-layer into master

1 Commits

Author SHA1 Message Date
HAL9000 5b2cd4f6e5 docs(spec): document TUI A2A integration layer and local-mode exception
CI / lint (pull_request) Successful in 27s
CI / typecheck (pull_request) Successful in 51s
CI / quality (pull_request) Successful in 40s
CI / security (pull_request) Successful in 1m23s
CI / build (pull_request) Successful in 26s
CI / push-validation (pull_request) Successful in 21s
CI / helm (pull_request) Successful in 23s
CI / e2e_tests (pull_request) Successful in 3m10s
CI / integration_tests (pull_request) Successful in 4m20s
CI / unit_tests (pull_request) Successful in 5m41s
CI / docker (pull_request) Successful in 10s
CI / coverage (pull_request) Successful in 11m20s
CI / status-check (pull_request) Successful in 1s
Clarifies the TUI local-mode exception to the A2A-exclusive principle:
- TUI slash commands bypass A2A in local mode (performance optimization)
- Orchestrator actor message flow always routes through A2A
- Server mode routes all TUI operations through A2A over HTTP

Adds TUI Input Pipeline section documenting InputModeRouter,
TuiCommandRouter, and ShellExecutor with ADR-044/045/046 references.

Closes #8806
2026-04-14 06:27:41 +00:00