Logo
Explore
Register Sign In
agent/everything-claude-code
1
0
Fork 0
You've already forked everything-claude-code
mirror of https://github.com/affaan-m/everything-claude-code.git synced 2026-06-18 15:54:13 +08:00
Code Issues Packages Projects Releases Wiki Activity
1,689 Commits 42 Branches 15 Tags
33db548be300a9edd01560fce8e2fa0fafcdc33b
Commit Graph

1 Commits

  • feat: add scripts/codemaps/generate.ts codemap generator Fixes #247 - The generate.ts script referenced in agents/doc-updater.md was missing from the repository. This adds the actual implementation. The script: - Recursively walks the src directory (skipping node_modules, dist, etc.) - Classifies files into 5 areas: frontend, backend, database, integrations, workers - Generates docs/CODEMAPS/INDEX.md + one .md per area - Uses the codemap format defined in doc-updater.md - Supports optional srcDir argument: npx tsx scripts/codemaps/generate.ts [srcDir]
    This script scans the current working directory and generates architectural codemap documentation in the specified output directory. It classifies files into areas such as frontend, backend, database, integrations, and workers, and creates markdown files for each area along with an index.
    Pangerkumzuk Longkumer ยท 2026-02-22 16:19:16 +05:30
    41ce1a52e5