From de242df9cbe7dfe483f59f9b25e980727baa4c11 Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 28 Feb 2026 18:37:06 -0800 Subject: Remove git integration from README --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c4927a..ceac0f3 100644 --- a/README.md +++ b/README.md @@ -8,25 +8,21 @@ Built with Electron, React, and the Claude Agent SDK. 1. **Research** — Claude analyzes your codebase, writes findings to session `research.md` 2. **Plan** — Claude creates an implementation plan with code snippets and TODO checklist -3. **Implement** — Claude executes the plan, committing as it goes +3. **Implement** — Claude executes the plan At each phase, edit the document to add notes (`// REVIEW:`, `// NOTE:`), click **Review** for feedback, then **Submit** to advance. -## Git Integration +## Sessions -Each session creates an isolated git worktree: +Each session has isolated artifacts: ``` -.claude-flow/ -├── sessions/{sessionId}/ -│ ├── research.md # Session-specific research -│ └── plan.md # Session-specific plan -└── worktrees/{sessionId}/ # Git worktree (branch: claude-flow/{sessionId}) +.claude-flow/sessions/{sessionId}/ +├── research.md # Session research +└── plan.md # Session plan ``` -- Concurrent sessions supported — each has its own branch -- Implementation commits incrementally -- Review in worktree, then merge or discard +Concurrent sessions supported — switch between them freely. ## Setup -- cgit v1.2.3