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 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 737dd85..4569d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules release dist -.claude-flow/ *.sync-conflict-* -- cgit v1.2.3