Add the tally-annotations subcommand settling the pattern matrix

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 22:37:32 +08:00
co-authored by Claude Fable 5
parent 9c0a9c80c8
commit 5961a739bd
8 changed files with 2005 additions and 0 deletions
@@ -22,6 +22,7 @@ from .commands import (
fetch_artists_command,
fetch_lyrics_command,
run_llm_command,
tally_annotations_command,
tally_codings_command,
tally_groups_command,
)
@@ -36,6 +37,7 @@ SUBCOMMANDS: dict[str, Callable[[list[str] | None], int]] = {
"fetch-artists": fetch_artists_command,
"fetch-lyrics": fetch_lyrics_command,
"run-llm": run_llm_command,
"tally-annotations": tally_annotations_command,
"tally-codings": tally_codings_command,
"tally-groups": tally_groups_command,
}