diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
| @@ -14,15 +14,12 @@ At each phase, edit the document to add notes (`// REVIEW:`, `// NOTE:`), click | |||
| 14 | 14 | ||
| 15 | ## Sessions | 15 | ## Sessions |
| 16 | 16 | ||
| 17 | Each session has isolated artifacts: | 17 | Each session has isolated artifacts stored in `~/.claude-flow/projects/{projectId}/sessions/{sessionId}/`: |
| 18 | 18 | ||
| 19 | ``` | 19 | - `research.md` — Session research |
| 20 | .claude-flow/sessions/{sessionId}/ | 20 | - `plan.md` — Session plan |
| 21 | ├── research.md # Session research | ||
| 22 | └── plan.md # Session plan | ||
| 23 | ``` | ||
| 24 | 21 | ||
| 25 | Concurrent sessions supported — switch between them freely. | 22 | Concurrent sessions supported — switch between them freely. Artifacts live outside your repo so they never get accidentally committed. |
| 26 | 23 | ||
| 27 | ## Setup | 24 | ## Setup |
| 28 | 25 | ||
