Skip to content

docs: document the .jarvis/worktrees/ convention#44

Draft
TYRMars wants to merge 1 commit into
mainfrom
claude/vibrant-dijkstra-Oa806
Draft

docs: document the .jarvis/worktrees/ convention#44
TYRMars wants to merge 1 commit into
mainfrom
claude/vibrant-dijkstra-Oa806

Conversation

@TYRMars
Copy link
Copy Markdown
Owner

@TYRMars TYRMars commented May 29, 2026

Summary

Resolves #43 by adding docs/worktrees.md — a concise standalone note documenting the .jarvis/worktrees/ convention for contributors.

The doc covers:

  • What .jarvis/worktrees/ is used for (isolated per-task worktrees for parallel/automated work)
  • That .jarvis is gitignored
  • The fix/issue-<number> branch naming used by automated fixers
  • How to list and clean up worktrees (git worktree list / remove / prune)

Documentation-only change; no code impact.

Closes #43

https://claude.ai/code/session_01VKRgwRSZhNcTKsknjEPGGg


Generated by Claude Code

Add docs/worktrees.md explaining the isolated per-task worktree
convention: what .jarvis/worktrees/ is for, that .jarvis is gitignored,
the fix/issue-<n> branch naming used by automated fixers, and how to
list and clean up worktrees.

Closes #43

https://claude.ai/code/session_01VKRgwRSZhNcTKsknjEPGGg
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.

docs: add a short note documenting the .jarvis/worktrees/ convention

2 participants