()
| 792 | |
| 793 | #[test] |
| 794 | fn test_try_generate_no_claude() { |
| 795 | // Claude CLI is unlikely to be at this path |
| 796 | let gen = ClaudeCliGenerator::new().with_claude_path("/nonexistent/claude"); |
| 797 | assert!(!gen.is_available()); |
| 798 | } |
| 799 | |
| 800 | // SUMMARIZATION_PROMPT |
| 801 |
nothing calls this directly
no test coverage detected