docs: final polish (Rule 12 in tree, multi-format API notes)#43
Merged
Conversation
…ode-façade ref Final cosmetic pass after the v1.2.0 audit: - technical-details: the new_scoring rules tree now lists ml_classifier.py (Rule 12) and says "11 heuristic + optional 12th" instead of "11 independent rules". - api-reference: analyze_file() documented as str|Path and as handling FLAC/WAV/ALAC/ APE (not FLAC-only); a note clarifies find_flac_files() is .flac-only by design. - roadmap-formats: the decoding row now points at audio_formats.py (the ffmpeg decode-façade shipped in v0.16) alongside audio_loader.py. Docs build clean under -W. Docs-only. 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.
Last cosmetic pass after the v1.2.0 consistency audit — the three nice-to-have items left over, so the repo is zero-defect.
new_scoring/rules tree now listsml_classifier.py(Rule 12) and reads "11 heuristic + optional 12th" instead of "11 independent rules".analyze_file()is documented as acceptingstr | Pathand handling FLAC/WAV/ALAC/APE (not FLAC-only); a note clarifies thatfind_flac_files()is.flac-only by design, with therglobworkaround for other formats.audio_formats.py(the ffmpeg decode-façade shipped in v0.16), not justaudio_loader.py.Docs build clean under
-W. Docs-only — no code touched.🤖 Generated with Claude Code