Skip to content

docs: clarify multi-worktree index scope workflow#12

Merged
DxTa merged 1 commit intomainfrom
docs/worktree-workflow-guide
Feb 12, 2026
Merged

docs: clarify multi-worktree index scope workflow#12
DxTa merged 1 commit intomainfrom
docs/worktree-workflow-guide

Conversation

@DxTa
Copy link
Owner

@DxTa DxTa commented Feb 12, 2026

Summary

  • Add a clear multi-worktree and multi-agent setup section in README.md with scope resolution order and practical workflow steps.
  • Document shared vs worktree index modes in docs/INDEXING.md, including writer/read concurrency guidance.
  • Expand docs/LLM_CLI_INTEGRATION.md with setup recommendations for multiple Claude Code instances.

Verification

  • Markdown local-link validation script across all *.md files (OK).

🤖 Generated with Claude Code

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 634cbe0238

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

sia-code index .

# create feature worktree
git worktree add ../feat-auth feat/auth

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add branch-creation flag to worktree example

The workflow command git worktree add ../feat-auth feat/auth will fail for users who are creating a new feature branch, because feat/auth is treated as an existing <commit-ish> unless -b/-B is provided. git worktree add -h documents this as git worktree add ... [(-b | -B) <new-branch>] <path> [<commit-ish>] and explicitly says -b <branch> create a new branch, so the current example is not copy-paste safe in the common “new branch” scenario.

Useful? React with 👍 / 👎.

@DxTa DxTa merged commit c71a850 into main Feb 12, 2026
15 checks passed
@DxTa DxTa deleted the docs/worktree-workflow-guide branch February 12, 2026 12:13
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.

1 participant