Add --dry-run to sol agents and --prompt to sol muse
- Add --dry-run flag to sol agents that emits full LLM context as JSONL
without calling the provider (works for both generators and tool agents)
- Add --prompt mode to sol muse that pipes to agents --dry-run and formats
the output with section headers for system instruction, prompt, transcript
- Support --day, --segment, --facet, --query, --full arguments for context
- Show pre-hook before/after when hooks modify inputs
- Improve sol muse list with 5-column layout (name, title, output, tools, tags)
- Add day format validation (YYYYMMDD)
- Add system_instruction_source to tool agent dry-run events
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>