feat(cli): add clean analysis export with markdown/json output

This commit is contained in:
zphinx
2026-05-11 21:54:21 +02:00
parent 92ce7da28f
commit 2d8a5a66ca
7 changed files with 206 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ Polish the interface for real-world use.
- [x] Design CLI interface with run command, interactive prompts, and runbook subcommands
- [x] Implement structured output sections (Root Cause, Evidence, Recommended Actions)
- [x] Add RAG debug mode (`--rag-debug`) showing retrieval scores
- [ ] Support output to file or clipboard
- [x] Support output to file (`--output-file`)
- [x] Provide comprehensive `--help` command documentation via Typer options
______________________________________________________________________