docs: refresh MAP.md and README for map/dup initiative#165
Merged
Conversation
Regenerate MAP.md at 29990d0 (was 805ae4c): real runtime cycles now surfaced (resolver deno<->workspace genuine; search_formatters<->dupes a by-name matcher artifact), fmm dupes duplication-candidates subsection, trait method signatures, reverse-transitive blast radius, refreshed topology (434 files / 67,011 LOC) and the new fmm-core dupes module. README: new fmm cycles/dupes commands, fmm_dupe_clusters MCP tool (10 -> 11 tools), exports --filter / glossary --exact / deps --reverse --transitive / generate --sha/--no-git flags, status git metadata, and the cycles default-behavior change. MAP.SKILL.md: duplication section now points at the shipped fmm dupes repo-wide scan instead of describing it as a planned primitive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final docs round of the fmm map/dup initiative. Regenerates
MAP.mdperMAP.SKILL.mdand bringsREADME.mdcurrent for the user-visible commands/flags shipped this session. Docs-only; no code changes.MAP.md (regenerated at
29990d0, was805ae4c)fmm cyclesnow hides module-hierarchy facades by default, so the Seams section shows genuine coupling:resolver/deno.rs ↔ resolver/workspace.rs(real mutualuse) andformat/search_formatters.rs ↔ cli/commands/dupes.rs(a by-name matcher artifact —search_formattersimportscrate::dupes::DupeClustersResultfrom core'sdupes.rs, and the basename collision with the CLI'sdupes.rsdraws a phantomcore → cliedge that cannot be a real import).fmm dupes(8 clusters; thesignature_end_bytetriplication is the genuinely consolidatable one;VERSIONand the per-language trait impls are candidates, not verdicts).fmm outline), reverse-transitive blast radius (viafmm deps --reverse --transitive), and precise importers (viafmm glossary --exact).fmm-coredupesmodule, andGitMetaon theFmmStoreport.README.md (minimal, accurate)
fmm cyclesandfmm dupescommands; newfmm_dupe_clustersMCP tool (10 → 11 tools).exports --filter {all|source|tests},glossary --exact,deps --reverse --transitive,generate --sha/--no-git.fmm statusnow reports git metadata;fmm cyclesdefault-behavior change documented.MAP.SKILL.md (small accuracy tweak)
fmm dupesrepo-wide scan instead of describing it as a planned primitive.Every command/flag documented was verified against
fmm <cmd> --help. Code referenced by path + symbol, never line numbers.