From 3ac34530578b9a6f59bcea6b5aeefd97eb03d588 Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 28 Feb 2026 18:46:11 -0800 Subject: 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 --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'README.md') 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 ## Sessions -Each session has isolated artifacts: +Each session has isolated artifacts stored in `~/.claude-flow/projects/{projectId}/sessions/{sessionId}/`: -``` -.claude-flow/sessions/{sessionId}/ -├── research.md # Session research -└── plan.md # Session plan -``` +- `research.md` — Session research +- `plan.md` — Session plan -Concurrent sessions supported — switch between them freely. +Concurrent sessions supported — switch between them freely. Artifacts live outside your repo so they never get accidentally committed. ## Setup -- cgit v1.2.3