Skip to content

Commit 9660e49

Browse files
cloudbridgeuyclaude
andcommitted
docs(atlas): document V6 dry-run flags and ETA display
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2f88de commit 9660e49

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.claude/context/atlas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ mcptools atlas update # Incremental update (changed files only)
3434
mcptools atlas sync # Force full re-index
3535
mcptools atlas status # Index health summary
3636
mcptools 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

4145
1. Opens `$VISUAL` / `$EDITOR` with a primer template (questions about the project)

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ mcptools atlas peek <path> # Show file or directory summary + symbols
9595
mcptools atlas update # Incremental update (changed files only)
9696
mcptools atlas sync # Force full re-index
9797
mcptools 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

0 commit comments

Comments
 (0)