Conversation
The wizard's classify stage was hardcoded to new/changed books (select.changed)
and dead-ended with "nothing to tag" when nothing had changed — there was no way
to re-tag the whole library short of the CLI. Open the stage with a scope menu:
new/changed (the cheap default) or whole library (a full pass), still offered
when nothing's changed.
classify gains an --all scope (reusing select.pick("all")) so the CLI has the
same capability and the wizard just sets a.all. The €50 guard is unchanged: the
engine menu prices the chosen scope, the non-apple send is gated by the existing
confirm, and apple (free) stays the default engine — a full paid pass is never
the default. test_core pins that --all is opt-in (bare classify is never
whole-library).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.4.0
Whole-library classify in the wizard. The classify stage now opens with a scope menu — new/changed (the cheap default) or whole library (a full pass) — instead of dead-ending when nothing's changed. Adds a
classify --allflag (reusingselect.pick("all")) so the CLI has the same scope.The €50 guard is unchanged: the engine menu prices the chosen scope, the non-apple send stays gated by the existing confirm, and apple (free) is still the default engine — a full paid pass is never the default.
--allis opt-in; a bare classify is never whole-library (pinned by test).🤖 Generated with Claude Code