Structs§
- AppContext
- Shared application context threaded through all command handlers.
- Status
BarCounts - Agent status-bar counts — the IDE-style “status bar” surfaced to the agent
on every tool result (emit-on-change).
errors/warningsare read LIVE from the continuously-drained LSP diagnostics store; the Tier-2 counts (dead_code/unused_exports/duplicates) andtodosare last-known, refreshed whenaft_inspectruns or a background Tier-2 scan completes.tier2_stalemarks the Tier-2 counts as not-yet-reconciled with the latest edits (rendered with a~marker so the agent never reads them as live). - Status
Emitter