aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-28 19:14:01 -0800
committerbndw <ben@bdw.to>2026-02-28 19:14:01 -0800
commit9a636af9090b122db2e55737fca3e78550aab9df (patch)
treef76f3b118b525907e92fb29df096567a6eeabd06 /README.md
parente2a0bc68726c1b8dca179ee1f6826b88d8dd09f5 (diff)
fix: scope artifacts to sessions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07d3839..6b619f8 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ At each phase, edit the document to add notes (`// REVIEW:`, `// NOTE:`), click
14 14
15## Sessions 15## Sessions
16 16
17Each session has isolated artifacts stored in `~/.claude-flow/projects/{projectId}/sessions/{sessionId}/`: 17Each session has isolated artifacts stored inside your project at `.claude-flow/sessions/{sessionId}/`:
18 18
19- `research.md` — Session research 19- `research.md` — Session research
20- `plan.md` — Session plan 20- `plan.md` — Session plan
21 21
22Concurrent sessions supported — switch between them freely. Artifacts live outside your repo so they never get accidentally committed. 22Concurrent sessions supported — switch between them freely. Add `.claude-flow/` to your `.gitignore` to keep artifacts out of version control.
23 23
24## Setup 24## Setup
25 25