diff options
| author | Clawd <ai@clawd.bot> | 2026-02-28 18:37:06 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-28 18:37:06 -0800 |
| commit | de242df9cbe7dfe483f59f9b25e980727baa4c11 (patch) | |
| tree | b11c35f7ec47d900148a7f1c267934719f03f592 /README.md | |
| parent | 4aaed77705081009fe9e3d7025b545108f7db205 (diff) | |
Remove git integration from README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 7 insertions, 11 deletions
| @@ -8,25 +8,21 @@ Built with Electron, React, and the Claude Agent SDK. | |||
| 8 | 8 | ||
| 9 | 1. **Research** — Claude analyzes your codebase, writes findings to session `research.md` | 9 | 1. **Research** — Claude analyzes your codebase, writes findings to session `research.md` |
| 10 | 2. **Plan** — Claude creates an implementation plan with code snippets and TODO checklist | 10 | 2. **Plan** — Claude creates an implementation plan with code snippets and TODO checklist |
| 11 | 3. **Implement** — Claude executes the plan, committing as it goes | 11 | 3. **Implement** — Claude executes the plan |
| 12 | 12 | ||
| 13 | At each phase, edit the document to add notes (`// REVIEW:`, `// NOTE:`), click **Review** for feedback, then **Submit** to advance. | 13 | At each phase, edit the document to add notes (`// REVIEW:`, `// NOTE:`), click **Review** for feedback, then **Submit** to advance. |
| 14 | 14 | ||
| 15 | ## Git Integration | 15 | ## Sessions |
| 16 | 16 | ||
| 17 | Each session creates an isolated git worktree: | 17 | Each session has isolated artifacts: |
| 18 | 18 | ||
| 19 | ``` | 19 | ``` |
| 20 | .claude-flow/ | 20 | .claude-flow/sessions/{sessionId}/ |
| 21 | ├── sessions/{sessionId}/ | 21 | ├── research.md # Session research |
| 22 | │ ├── research.md # Session-specific research | 22 | └── plan.md # Session plan |
| 23 | │ └── plan.md # Session-specific plan | ||
| 24 | └── worktrees/{sessionId}/ # Git worktree (branch: claude-flow/{sessionId}) | ||
| 25 | ``` | 23 | ``` |
| 26 | 24 | ||
| 27 | - Concurrent sessions supported — each has its own branch | 25 | Concurrent sessions supported — switch between them freely. |
| 28 | - Implementation commits incrementally | ||
| 29 | - Review in worktree, then merge or discard | ||
| 30 | 26 | ||
| 31 | ## Setup | 27 | ## Setup |
| 32 | 28 | ||
