fix(rank): bound scoring batches with --limit (#395) (#424)

This commit is contained in:
Instinct
2026-09-03 19:44:17 +02:00
committed by GitHub
parent fa8db56a96
commit fd89eac178
3 changed files with 48 additions and 5 deletions
+5
View File
@@ -41,6 +41,11 @@ per-file diff commands.
### Fixed
- **`/rank` now bounds each scoring batch** (#395) - a bare run scores at most 10
eligible jobs instead of attempting the entire backlog. `--limit <N>` controls
scoring independently of `--top`, and the report makes deferred work visible so
re-running `/rank` can continue it.
- **The portal CLIs' unknown-flag guard no longer lets a single-dash flag through** (#426) -
the guard in the four bunli-based CLIs (`jobnet`, `jobbank`, `jobindex`, `jobdanmark`) inspected
only tokens starting with `--`, so an undefined *short* flag bypassed it entirely: bunli