Commit 9196d3a
committed
chore: repo polish — maven wrapper, doc consistency, dead code removal
Maven wrapper:
- Generated mvnw / mvnw.cmd / .mvn/wrapper/ via mvn wrapper:wrapper
(Maven 3.9.9). README already referenced ./mvnw but the files were
missing, so anyone following the setup guide got a "no such file"
error immediately.
- CI workflow updated to use ./mvnw instead of bare mvn so it is
consistent with the README and portable across runners.
Dead code:
- Removed @deprecated(forRemoval=true) runAllChecks(String) from
ScoringEngine — had zero callers, was scheduled for removal since
step-7.
- Removed class-level @SuppressWarnings("null") from
EvaluationRunService — too broad, masked no real issue (compile
confirms clean without it).
README:
- BenchmarkCreateRequest example updated to show all five strategies
plus the new repetitions field (was showing three V1 strategies only).
- INSTRUCTION_OVERRIDE security-checks table updated to reflect V2
judge-based verdict instead of the V1 heuristic description.
- Scope section updated: statistical repetitions removed from deferred
list (shipped in V2), V2 shipped items listed explicitly.
DESIGN.md:
- §4(d) N=1 paragraph updated to describe the V2 repetitions system.
- §5 limitations table: Statistical rigor row marked as shipped in V2.
- §6 roadmap: Repetitions item marked as shipped.1 parent f906848 commit 9196d3a
8 files changed
Lines changed: 498 additions & 19 deletions
File tree
- .github/workflows
- .mvn/wrapper
- src/main/java/com/sentinelcore/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments