Skip to content

docs(readme): clarify what init -i does vs plain init (#483)#545

Merged
colbymchenry merged 1 commit into
mainfrom
docs/init-index-flag
May 29, 2026
Merged

docs(readme): clarify what init -i does vs plain init (#483)#545
colbymchenry merged 1 commit into
mainfrom
docs/init-index-flag

Conversation

@colbymchenry
Copy link
Copy Markdown
Owner

Closes #483.

A user asked what -i does on codegraph init and why it isn't the default. Adds a one-line note under the Initialize Projects quickstart:

codegraph init just creates the local .codegraph/ index directory; adding -i (--index) also builds the initial graph in the same step. Without -i, run codegraph index afterwards to populate it.

Docs-only.

🤖 Generated with Claude Code

A user asked what the `-i` flag does and why it isn't the default. Add a short
note under the Initialize Projects quickstart: plain `init` only scaffolds the
`.codegraph/` dir, `-i`/`--index` also runs the first index, and without it you
run `codegraph index` afterwards.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@colbymchenry colbymchenry merged commit 5fbb9f6 into main May 29, 2026
@colbymchenry colbymchenry deleted the docs/init-index-flag branch May 29, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question about -i flag

1 participant