type VerbosityLevel = "full" | "normal" | "abbreviated" | "minimal";
Defined in: context/types.ts:137
Verbosity levels for graceful degradation
Tools should adapt their output based on context pressure.