Documentation
README
AgentsMesh Worktree
Create worktrees next to the main checkout under AgentsMesh-Worktrees.
Workflow
-
Determine the requested branch name, base branch (default
main), and whether the task actually needs a running development stack. -
Inspect repository state and identify the base remote from the user's request, the base branch upstream, or its URL:
git status --short --branch git remote -v git worktree listPreserve all existing changes. Do not stash, reset, commit, or clean the main checkout as a side effect of worktree creation.
-
Fetch the selected base:
git fetch <base-remote> <base-branch>
This is the opening of the README. Read the full README on GitHub.