feat(resolve): phase 5 — resolved conflict tracking in conflicts and status
muse conflicts --json now includes resolved_count and resolved_conflicts (entries from original_conflict_paths that are no longer in conflict_paths). Text output shows progress when some are resolved.
muse status --json now includes resolved_conflict_paths and resolved_conflict_count, always present. Text merge banner shows (N resolved) progress hint and muse resolve guidance.
Closes issue #8 phase 5.
sha256:7f8df71179860c428bbd461c5ddb1287a19eb1fd67d89c3b8660f7f372e9668c
sha
+37
~5
symbols
sha256:2b78e54bd5357b11191adfae2ab8bf677a1ac025cc1308e217881b820eca6899
snapshot
+37
symbols added
~5
symbols modified
0
dead code introduced
Semantic Changes
42 symbols
+
test_all_resolved_shows_all_in_resolved_conflicts
method
method test_all_resolved_shows_all_in_resolved_conflicts L113–124
+
test_json_schema_always_has_resolved_keys
method
method test_json_schema_always_has_resolved_keys L159–166
+
test_partial_resolve_shows_resolved_conflicts
method
method test_partial_resolve_shows_resolved_conflicts L100–111
+
test_resolved_conflicts_have_correct_kind_for_file
method
method test_resolved_conflicts_have_correct_kind_for_file L137–146
+
test_text_output_shows_progress_when_partially_resolved
method
method test_text_output_shows_progress_when_partially_resolved L168–174
+
test_total_conflict_count_unchanged_by_resolve
method
method test_total_conflict_count_unchanged_by_resolve L148–157
+
test_all_resolved_reflected_in_status
method
method test_all_resolved_reflected_in_status L208–217
+
test_no_merge_has_empty_resolved_conflict_paths
method
method test_no_merge_has_empty_resolved_conflict_paths L182–188
+
test_resolved_conflict_count_equals_len_of_list
method
method test_resolved_conflict_count_equals_len_of_list L219–226
+
test_text_status_shows_progress_when_partially_resolved
method
method test_text_status_shows_progress_when_partially_resolved L235–241
~
run
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:7f8df71179860c428bbd461c5ddb1287a19eb1fd67d89c3b8660f7f372e9668c --body "your comment"
No comments yet. Be the first to start the discussion.