token-goat 2.6.9 → 2.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/token-goat.mjs +2911 -1989
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -409,7 +409,7 @@ To upgrade cleanly:
|
|
|
409
409
|
| `token-goat arch` | Project-wide import graph summary: hub modules (most imported), entry points (nothing imports them), and circular chains. Complements `token-goat deps <file>` for per-file depth. |
|
|
410
410
|
| `token-goat ignores` | List active skip patterns for the current project — built-in skip dirs and suffixes, plus any patterns from `.tokengoatignore`. |
|
|
411
411
|
| `token-goat gdrive-sections <file-id>` | List the heading outline of a Google Doc without fetching the body. |
|
|
412
|
-
| `token-goat stats` | See how many tokens you have saved. Shows
|
|
412
|
+
| `token-goat stats` | See how many tokens you have saved. Shows total events / bytes saved / tokens saved. Add `--full` for the per-source, per-command, and per-day breakdown. |
|
|
413
413
|
| `token-goat cost [--session]` | Estimated tokens saved, session or all-time, broken down by savings source. |
|
|
414
414
|
| `token-goat context-stats [--project <path>]` | Report estimated token overhead from `CLAUDE.md` files and `MEMORY.md` in a project. `--json` for structured output; `--fix` is not yet implemented. |
|
|
415
415
|
| `token-goat history` | Show current session access history: bash commands and URLs fetched. |
|