gabriel / muse public
fix patch clean,clone,codemap,commit-graph,commit-tree,compare,content-grep task/cli-flag-audit-age #12 / 24
AI Agent gabriel · 156 days ago · Apr 20, 2026 · Diff

fix(clean,clone,codemap,commit-graph,commit-tree,compare,content-grep): normalize --json, remove fmt patterns, add TestRegisterFlags

sha256:be787e2a7ef5aab8ac69d1900309be2947b8d5e941af47ec796ff4411fa49764 sha
+66 ~22 −2 symbols
sha256:b12f6a277655a36f24cc48ad8b46332980f3e306179d35f7ce265f40746be5d2 snapshot
+66
symbols added
~22
symbols modified
−2
symbols removed
0
dead code introduced
Semantic Changes 90 symbols
~ muse/cli/commands/clean.py .py 2 symbols modified
~ muse/cli/commands/clone.py .py 2 symbols modified
~ muse/cli/commands/codemap.py .py 2 symbols modified
~ muse/cli/commands/commit_graph.py .py 1 symbol removed, 2 symbols modified
_FORMAT_CHOICES variable variable _FORMAT_CHOICES L88–88
~ run
~ muse/cli/commands/commit_tree.py .py 1 symbol removed, 2 symbols modified
_FORMAT_CHOICES variable variable _FORMAT_CHOICES L114–114
~ run
~ muse/cli/commands/compare.py .py 2 symbols modified
~ muse/cli/commands/content_grep.py .py 1 symbol modified
~ tests/test_cmd_clean_hardening.py .py 9 symbols added
+ TestRegisterFlags class class TestRegisterFlags L774–793
+ test_default_json_out_is_false method method test_default_json_out_is_false L775–777
+ test_dry_run_n_shorthand method method test_dry_run_n_shorthand L791–793
+ test_force_flag method method test_force_flag L787–789
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L783–785
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L779–781
+ _parse_clean function function _parse_clean L767–771
+ _argparse import import _argparse L763–763
+ _register_clean import import _register_clean L764–764
~ tests/test_cmd_clone_hardening.py .py 10 symbols added
+ TestRegisterFlags class class TestRegisterFlags L863–887
+ test_default_json_out_is_false method method test_default_json_out_is_false L864–866
+ test_dry_run_flag method method test_dry_run_flag L876–878
+ test_format_flag_no_longer_exists method method test_format_flag_no_longer_exists L884–887
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L872–874
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L868–870
+ test_n_shorthand_for_dry_run method method test_n_shorthand_for_dry_run L880–882
+ _parse_clone function function _parse_clone L856–860
+ _argparse import import _argparse L852–852
+ _register_clone import import _register_clone L853–853
~ tests/test_cmd_codemap.py .py 7 symbols added
+ TestRegisterFlags class class TestRegisterFlags L889–900
+ test_default_json_out_is_false method method test_default_json_out_is_false L890–892
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L898–900
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L894–896
+ _parse_codemap function function _parse_codemap L882–886
+ _argparse import import _argparse L878–878
+ _register_codemap import import _register_codemap L879–879
~ tests/test_cmd_commit.py .py 6 symbols added, 2 symbols modified
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L1180–1182
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L1176–1178
+ test_m_shorthand_for_message method method test_m_shorthand_for_message L1184–1186
+ _parse_commit function function _parse_commit L1164–1168
+ _argparse import import _argparse L1160–1160
+ _register_commit import import _register_commit L1161–1161
~ tests/test_cmd_commit_graph.py .py 8 symbols added
+ TestRegisterFlags class class TestRegisterFlags L711–727
+ test_default_json_out_is_false method method test_default_json_out_is_false L712–714
+ test_format_flag_no_longer_exists method method test_format_flag_no_longer_exists L724–727
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L720–722
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L716–718
+ _parse_cg function function _parse_cg L704–708
+ _argparse import import _argparse L700–700
+ _register_commit_graph import import _register_commit_graph L701–701
~ tests/test_cmd_commit_tree.py .py 8 symbols added
+ TestRegisterFlags class class TestRegisterFlags L625–641
+ test_default_json_out_is_false method method test_default_json_out_is_false L626–628
+ test_format_flag_no_longer_exists method method test_format_flag_no_longer_exists L638–641
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L634–636
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L630–632
+ _parse_ct function function _parse_ct L618–622
+ _argparse import import _argparse L614–614
+ _register_commit_tree import import _register_commit_tree L615–615
~ tests/test_cmd_conflicts.py .py 3 symbols added, 4 symbols modified
+ _parse_conflicts function function _parse_conflicts L902–906
+ _argparse import import _argparse L898–898
+ _register_conflicts import import _register_conflicts L899–899
+ TestRegisterFlags class class TestRegisterFlags L888–903
+ test_default_json_out_is_false method method test_default_json_out_is_false L889–891
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L897–899
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L893–895
+ test_pattern_positional method method test_pattern_positional L901–903
+ _parse_cgrep function function _parse_cgrep L881–885
+ _argparse import import _argparse L877–877
+ _register_content_grep import import _register_content_grep L878–878
~ tests/test_compare_supercharge.py .py 7 symbols added
+ TestRegisterFlags class class TestRegisterFlags L424–435
+ test_default_json_out_is_false method method test_default_json_out_is_false L425–427
+ test_j_shorthand_sets_json_out method method test_j_shorthand_sets_json_out L433–435
+ test_json_flag_sets_json_out method method test_json_flag_sets_json_out L429–431
+ _parse_compare function function _parse_compare L417–421
+ _argparse import import _argparse L413–413
+ _register_compare import import _register_compare L414–414

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:be787e2a7ef5aab8ac69d1900309be2947b8d5e941af47ec796ff4411fa49764 --body "your comment"