Commit e39c31a
Audit panic paths, split config domains, and align release metadata (#37)
* fix: harden parser panic paths
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* refactor: group config domains and trim path modules
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* fix: align release metadata with tagged version
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* build: pin jsonwebtoken for Rust 1.83
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* build: pin Rust toolchain for current deps
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* build: raise pinned Rust toolchain to 1.88
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
* Preserve zero hunk line counts
* fix(ci): release.yml YAML parse + clippy uninlined_format_args
- release: use python3 -c one-liners for version check (avoid heredoc that actionlint parses as YAML)
- Apply clippy uninlined_format_args fixes across codebase for lint job
Made-with: Cursor
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
Co-authored-by: Jonathan Haas <jonathan@haas.holdings>1 parent 71be8c4 commit e39c31a
File tree
111 files changed
+768
-812
lines changed- .github/workflows
- charts/diffscope
- eval
- src
- adapters
- commands
- doctor
- command
- display
- run
- endpoint/inference
- system
- eval
- command
- pattern
- report
- runner/execute
- thresholds/evaluation
- feedback_eval
- git
- suggest
- misc
- changelog
- discussion
- lsp_check
- pr/comments
- review
- command
- smart_review
- core
- comment
- semantic
- output
- parsing
- plugins/builtin
- review
- compression
- context_helpers
- feedback
- filters
- pipeline
- execution/dispatcher
- guidance
- postprocess
- repo_support
- services
- session
- rule_helpers
- reporting
- runtime
- verification
- parser
- prompt
- server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+768
-812
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
31 | 48 | | |
32 | 49 | | |
33 | 50 | | |
| |||
264 | 281 | | |
265 | 282 | | |
266 | 283 | | |
267 | | - | |
| 284 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2195 | 2195 | | |
2196 | 2196 | | |
2197 | 2197 | | |
2198 | | - | |
| 2198 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9981 | 9981 | | |
9982 | 9982 | | |
9983 | 9983 | | |
9984 | | - | |
| 9984 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5904 | 5904 | | |
5905 | 5905 | | |
5906 | 5906 | | |
5907 | | - | |
| 5907 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
| 410 | + | |
412 | 411 | | |
413 | 412 | | |
414 | 413 | | |
| |||
502 | 501 | | |
503 | 502 | | |
504 | 503 | | |
505 | | - | |
506 | | - | |
| 504 | + | |
507 | 505 | | |
508 | 506 | | |
509 | 507 | | |
| |||
534 | 532 | | |
535 | 533 | | |
536 | 534 | | |
537 | | - | |
538 | | - | |
| 535 | + | |
539 | 536 | | |
540 | 537 | | |
541 | 538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
| |||
227 | 226 | | |
228 | 227 | | |
229 | 228 | | |
230 | | - | |
231 | | - | |
| 229 | + | |
| 230 | + | |
232 | 231 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
237 | 235 | | |
238 | 236 | | |
239 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | | - | |
775 | | - | |
| 774 | + | |
776 | 775 | | |
777 | 776 | | |
778 | 777 | | |
| |||
814 | 813 | | |
815 | 814 | | |
816 | 815 | | |
817 | | - | |
818 | | - | |
| 816 | + | |
819 | 817 | | |
820 | 818 | | |
821 | 819 | | |
| |||
866 | 864 | | |
867 | 865 | | |
868 | 866 | | |
869 | | - | |
870 | | - | |
| 867 | + | |
871 | 868 | | |
872 | 869 | | |
873 | 870 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments