aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-28 18:46:11 -0800
committerClawd <ai@clawd.bot>2026-02-28 18:46:11 -0800
commit3ac34530578b9a6f59bcea6b5aeefd97eb03d588 (patch)
tree099fe4a4788c5dd5997d1f16f5d2db917eda86d0 /README.md
parentde242df9cbe7dfe483f59f9b25e980727baa4c11 (diff)
Move artifacts to ~/.claude-flow/ (outside repo)
- Store session artifacts in ~/.claude-flow/projects/{projectId}/sessions/{sessionId}/ - Artifacts no longer live in project directory - can't be accidentally committed - Remove .claude-flow/ from .gitignore (not needed anymore) - Update all IPC handlers and renderer to use projectId instead of projectPath - Update prompts to remove worktree references - Update README with new storage location
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index ceac0f3..07d3839 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +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: 17Each 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
25Concurrent sessions supported — switch between them freely. 22Concurrent 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