Commit 465c868
committed
🔥 Remove legacy GeneratedReview structured review system
Delete the backwards-compatibility code path for dimension-based code reviews
in favor of the simpler MarkdownReview approach.
- Remove GeneratedReview, CodeIssue, DimensionAnalysis, and QualityDimension
types along with their formatting implementations (~600 lines)
- Remove Review variant from StructuredResponse enum in iris.rs
- Clean up unused imports (textwrap, SUCCESS_GREEN) and constants
- Update public exports in lib.rs and types/mod.rs
- Remove obsolete tests for legacy review formatting1 parent 12c3b4c commit 465c868
File tree
5 files changed
+7
-749
lines changed- src
- agents
- types
- tests
5 files changed
+7
-749
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 85 | | |
91 | 86 | | |
92 | 87 | | |
| |||
740 | 735 | | |
741 | 736 | | |
742 | 737 | | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | 738 | | |
754 | 739 | | |
755 | 740 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
0 commit comments