Skip to content

Commit 7f4a036

Browse files
committed
docs: rename Tier 1e′ to Tier 1e.1 for ASCII compatibility
1 parent 41a0329 commit 7f4a036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/roadmap/BACKLOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Co-change data captures historical coupling from git history. Currently only use
112112
| 54 | Co-change communities vs dependency communities | Compare Leiden communities from the dependency graph with clusters from co-change data. Files that co-change frequently but live in different dependency communities indicate hidden coupling or architectural drift. | Architecture | Surfaces coupling that the static graph can't see — two modules may have no import relationship but always change together due to shared assumptions ||| 3 | No ||
113113
| 55 | Missing co-change partner warning in `check` | When `--staged` changes touch file A but not its historical partner file B (high Jaccard), emit a warning: "file A historically co-changes with file B — did you forget to update it?" | CI | Catches incomplete changes in CI — the most common source of subtle bugs is changing one file in a coupled pair but forgetting the other ||| 4 | No ||
114114

115-
### Tier 1e — Community leverage (build on vendored Leiden algorithm)
115+
### Tier 1e.1 — Community leverage (build on vendored Leiden algorithm)
116116

117117
Community detection uses a vendored Leiden optimiser (`src/graph/algorithms/leiden/`) with full control over resolution, quality functions, and refinement. Currently only consumed by `communities` command and HTML viewer enrichment. These features deepen community awareness across the analysis pipeline.
118118

0 commit comments

Comments
 (0)