Symbol Intelligence
Every named symbol, tracked across the full commit history
Heat, signals, blast radius — all pre-computed at push time. Click any symbol to see its full provenance.
Total
55
Hotspots
1
Blast Risk
1,927
Health
94
| Op | Kind | Address | Modified | Activity | Changes | Blast | Coupled | Signals |
|---|---|---|---|---|---|---|---|---|
| replace | function |
muse/cli/commands/code_stage.py
run_add
|
59 days ago |
5
|
159 | 292 |
|
|
| replace | method |
tests/test_cli_coverage_gaps.py
TestTagGaps.test_tag_add_unknown_ref_errors
|
51 days ago |
1
|
23 | 23 |
|
|
| replace | method |
tests/test_cli_log.py
TestLogStat.test_stat_shows_added_files
|
51 days ago |
1
|
75 | 75 |
|
|
| replace | method |
tests/test_cli_plugin_dispatch.py
TestDiffDispatch.test_diff_shows_added_file
|
51 days ago |
1
|
75 | 75 |
|
|
| replace | method |
tests/test_cli_reset_revert.py
TestRevert.test_revert_removes_added_file
|
51 days ago |
1
|
75 | 75 |
|
|
| replace | method |
tests/test_cli_show.py
TestShowStat.test_shows_added_file_by_default
|
51 days ago |
1
|
60 | 60 |
|
|
| replace | method |
tests/test_cli_workflow.py
TestTag.test_add_and_list
|
51 days ago |
1
|
60 | 60 |
|
|
| replace | method |
tests/test_cmd_semantic_cherry_pick.py
TestCherryPickStress.test_src_cache_scales_with_many_same_file_addresses
|
51 days ago |
1
|
38 | 38 |
|
|
| replace | function |
tests/test_code_stage.py
test_add_dot_does_not_stage_unchanged_files
|
51 days ago |
1
|
6 | 6 |
|
|
| replace | class |
tests/test_code_stage.py
TestCodeAdd
|
59 days ago |
1
|
44 | 52 |
|
|
| replace | method |
tests/test_code_stage.py
TestCodeAdd.test_stage_modified_file_is_mode_M
|
59 days ago |
1
|
44 | 52 |
|
|
| insert | function |
tests/test_commit_object_store_completeness.py
_add
|
51 days ago |
1
|
91 | 91 |
|
|
| replace | method |
tests/test_directories_feature.py
TestCodePluginDiffDirectories.test_plain_added_dir_emits_insert_op
|
59 days ago |
1
|
44 | 52 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_addressed_delete_op_address_has_trailing_slash
|
59 days ago |
1
|
120 | 218 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_addressed_insert_op_address_has_trailing_slash
|
59 days ago |
1
|
120 | 218 |
|
|
| insert | method |
tests/test_directory_tracking.py
TestDirectoryOpsAlgebra.test_rename_op_address_has_trailing_slash
|
59 days ago |
1
|
120 | 218 |
|
|
| insert | class |
tests/test_dir_lifecycle.py
TestStateStagedAdded
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_commit_includes_directory
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_diff_shows_as_added
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_reset_clears_back_to_untracked
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_shows_in_staged_added
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedAdded.test_status_text_shows_new_directory
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateStagedRenamed.test_staged_renamed_not_in_added_or_deleted
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUnstagedDeleted.test_code_add_dot_stages_deletion
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUnstagedDeleted.test_code_add_explicit_path_stages_deletion
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | method |
tests/test_dir_lifecycle.py
TestStateUntracked.test_not_in_added_or_deleted
|
59 days ago |
1
|
48 | 66 |
|
|
| insert | import |
tests/test_op_merge.py::import
AddressedDeleteOp
|
52 days ago |
1
|
13 | 45 |
|
|
| insert | import |
tests/test_op_merge.py::import
AddressedInsertOp
|
52 days ago |
1
|
13 | 45 |
|
|
| insert | class |
tests/test_op_merge.py
TestOpsCommuteAddressedOps
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_delete_and_move_commute
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_deletes_at_different_addresses_commute
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_deletes_at_same_address_commute_consensus
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method | 52 days ago |
1
|
12 | 45 |
|
||
| insert | method | 52 days ago |
1
|
12 | 45 |
|
||
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_insert_inside_patch_conflicts_at_same_address
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_inserts_at_different_addresses_commute
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_addressed_inserts_at_same_address_do_not_commute
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteAddressedOps.test_move_and_addressed_delete_commute
|
52 days ago |
1
|
12 | 45 |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_addressed_insert_same_address_different_content_conflicts
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_addressed_insert_same_address_same_content_commutes
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_patch_convergent_addressed_insert_child_commutes
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_different_addresses_always_commute
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_different_new_content_conflicts
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_old_content_ignored_for_convergence
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_op_merge.py
TestOpsCommuteConvergentEdits.test_replace_same_address_same_new_content_commutes
|
45 days ago |
1
|
19 | — |
|
|
| insert | method |
tests/test_phase2_conflict_granularity.py
TestDivergentEdits.test_DE_03_add_add_collision_detected
|
45 days ago |
1
|
19 | — |
|
|
| insert | function |
tests/test_phase3_strategy_matrix.py
_addadd_repo
|
45 days ago |
1
|
45 | — |
|
|
| insert | class |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision
|
45 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_13_recursive_addadd_conflicts
|
45 days ago |
1
|
45 | — |
|
|
| insert | method |
tests/test_phase3_strategy_matrix.py
TestAddAddCollision.test_SM_14_overlay_addadd_no_conflict_theirs_wins
|
45 days ago |
1
|
45 | — |
|