Commit a4909b1
authored
refactor: make CSV export default, consolidate instruction files (#3)
* refactor: make CSV export default, consolidate instruction files
- Remove --csv flag (CSV export always enabled for CLI binary)
- Update help text to clarify CSV is default output format
- Delete outdated .github/instructions/rust-project.instructions.md
- AGENTS.md is now single source of truth for project instructions
BREAKING CHANGE: --csv flag removed, CSV export is now always enabled
* refactor: remove empty conditional block after CSV export for clarity1 parent 3c6ba5f commit a4909b1
2 files changed
Lines changed: 3 additions & 63 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 278 | | |
285 | 279 | | |
286 | 280 | | |
287 | | - | |
| 281 | + | |
288 | 282 | | |
289 | 283 | | |
290 | 284 | | |
| |||
317 | 311 | | |
318 | 312 | | |
319 | 313 | | |
320 | | - | |
321 | 314 | | |
322 | 315 | | |
323 | 316 | | |
| |||
335 | 328 | | |
336 | 329 | | |
337 | 330 | | |
338 | | - | |
| 331 | + | |
339 | 332 | | |
340 | 333 | | |
341 | 334 | | |
| |||
468 | 461 | | |
469 | 462 | | |
470 | 463 | | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | 464 | | |
477 | 465 | | |
478 | 466 | | |
| |||
0 commit comments