fix: correct PlantUML syntax in patcher-pipeline diagram

Added missing outer if statement for Claude output check to fix
"Cannot find if" syntax error. The else clause on line 56 now
properly matches the provider output check.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rob 2025-11-02 13:22:25 -04:00
parent 038dbe8a3e
commit f9297fc456
2 changed files with 1 additions and 3147 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,7 @@ start
partition "Multi-Provider Fallback" { partition "Multi-Provider Fallback" {
:Try Provider 1: Claude CLI; :Try Provider 1: Claude CLI;
if (Claude returned output?) then (yes)
if (Output contains\n"API Error: Overloaded"?) then (yes) if (Output contains\n"API Error: Overloaded"?) then (yes)
:Raise PatchGenerationError\n"Claude API is overloaded"; :Raise PatchGenerationError\n"Claude API is overloaded";
stop stop