mit einem Klick
config-setup
// Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack.
// Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack.
| name | config-setup |
| description | Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack. |
Write or improve .codemap/config.json so future Codemap calls stay focused on the code that matters for this repo.
.codemap/config.json is missingInspect the repo quickly before writing config
codemap .codemap --deps .Cargo.toml, Package.swift, *.xcodeproj, go.mod, package.json, pyproject.toml, etc.)Decide whether config is missing, boilerplate, or tuned
.codemap/config.jsononly values, no real shaping, no excludes despite obvious noiseWrite a conservative code-first config
only values when they helpexclude entries for obvious non-code noisedepth when the repo is broadPrefer stack-aware defaults
src, tests, benches, examples; de-prioritize corpora, sample PDFs, training data, large generated artifacts.xcassets, screenshots, snapshots, vendor/build outputssrc, apps, packages, tests; de-prioritize dist, coverage, Storybook assets, large fixture payloadsPreserve user intent
Verify immediately
codemap .exclude and possibly depthcodemap --deps . after tree output looks reasonable