pub fn build_context_message(
cmd: &str,
output: &CapturedOutput,
) -> Option<Message>Expand description
Build a context injection message from captured shell output.
Returns None if the captured text is empty (nothing to inject).
pub fn build_context_message(
cmd: &str,
output: &CapturedOutput,
) -> Option<Message>Build a context injection message from captured shell output.
Returns None if the captured text is empty (nothing to inject).