Install TokenCap globally with npm:
bash
npm install -g tokencapThen run from your project root:
bash
tokencap makeThis generates three files in your project root:
TOKENCAP.md— compressed project snapshot (all languages)TOKENCAP_GRAPH.md— dependency graph (JS/TS projects)TOKENCAP_MEMORY.md— developer context memory (all projects)
For VS Code, install the TokenCap extension from the marketplace (publisher: VanshArora21). It auto-captures on every file save.