File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,8 +34,12 @@ mcptools atlas update # Incremental update (changed files only)
3434mcptools atlas sync # Force full re-index
3535mcptools atlas status # Index health summary
3636mcptools atlas status --json # JSON output
37+ mcptools atlas index --dry-run # Show what would be indexed (by tier)
38+ mcptools atlas update --dry-run # Show what would change (adds/mods/deletes)
3739```
3840
41+ The ` index ` and ` update ` commands display ETA and elapsed time during LLM description phases, and print total elapsed time on completion.
42+
3943### ` atlas init ` Workflow
4044
41451 . Opens ` $VISUAL ` / ` $EDITOR ` with a primer template (questions about the project)
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ mcptools atlas peek <path> # Show file or directory summary + symbols
9595mcptools atlas update # Incremental update (changed files only)
9696mcptools atlas sync # Force full re-index
9797mcptools atlas status # Index health (--json)
98+ mcptools atlas index --dry-run # Show what would be indexed
99+ mcptools atlas update --dry-run # Show what would change
98100```
99101
100102### Jira
You can’t perform that action at this time.
0 commit comments