Repo cleanup + documentation refresh for the accuracy series#23
Merged
Conversation
- README: add an "Accuracy & evidence" section (honest run outcome + receipt, tempo evidence, cymbal MIDI, calibrated drum MIDI, melodic ledger, and the benchmark gate); update the per-song bundle layout (per-stem MIDI ledger) and the roadmap table; add benchmarks/ + .github/workflows to the layout. - models/README: the default drum checkpoint is the sha256-pinned inagoy/drumsep (modelo_final.th), with the MDX23C option noted; drop the stale roformer row. - tests/README: refresh the (long-stale) test index to the current suite — core, hardening, and the accuracy series — with the [dev,ui] install. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dn8XfTBWPfKA9poDbkYQU6
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.
Summary
Documentation refresh after the A-series (A1–A5) landed. Docs-only — no code changes.
The repo itself is already clean: all build artifacts (
__pycache__,.pytest_cache,*.egg-info,.venv*, run outputs) are git-ignored, so there was no tracked cruft to remove.What changed
README.mdbpm_confidence/candidates/fallback_chain), cymbal MIDI on the default path, calibrated drum MIDI (per-part velocity, bleed de-dup, tom split, per-event records), the melodic transform ledger, and the CI-gated benchmark corpus.raw/cleaned/quantized/events.json) and the manifest description (outcome + receipt + tempo evidence).benchmarks/,.github/workflows/).models/README.md— the default drum checkpoint is the sha256-pinned inagoy/drumsep (modelo_final.th), with the MDX23C.venv-uvroption noted; dropped the stale roformer row.tests/README.md— refreshed the long-stale index (it listed 6 of ~20 files) to the current suite: core, hardening, and the accuracy series; corrected the install to.[dev,ui].Verification
pytest -q→ 188 passed (also green underFORCE_COLOR=1, matching CI).python -m benchmarks.run_benchmarks→ PASSED.Branched on the merged A-series; base
main. The two CI-hardening commits it carried (pythonpath, ANSI-strip) are already inmainvia #22, so this collapses to the docs-only delta.🤖 Generated with Claude Code
https://claude.ai/code/session_01Dn8XfTBWPfKA9poDbkYQU6
Generated by Claude Code