All commands run from your project root.
`tokencap make` — Generate all three files
bash
tokencap make [--root <path>] [--out <path>] [--profile <name>]
[--max-files <n>] [--max-bytes <n>] [--max-file-bytes <n>]
[--max-diff-bytes <n>] [--no-diff] [--no-contents]`tokencap graph` — Knowledge graph only
bash
tokencap graph [--root <path>]`tokencap memory` — Context memory only
bash
tokencap memory [--root <path>]`tokencap watch` — Background watcher
bash
tokencap watch [--debounce <ms>] [--root <path>]`tokencap init` — Create config file
bash
tokencap init [--force]`tokencap config` — Print resolved config
bash
tokencap config [--profile <name>] [--root <path>]