aboutsummaryrefslogtreecommitdiffstats
path: root/.claude-flow/plan.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove accidentally created .claude-flow/ directoryClawd2026-02-281-1090/+0
|
* Move artifacts to ~/.claude-flow/ (outside repo)Clawd2026-02-281-0/+1090
| | | | | | | | | - 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
* Fix .gitignore: ignore dist/, .claude-flow/, and sync-conflict filesClawd2026-02-281-1090/+0
| | | | Remove accidentally committed build artifacts and working files.
* Clear artifacts when creating new sessionClawd2026-02-281-0/+1090
| | | | | Each new session now starts with empty research.md and plan.md files, preventing stale content from previous sessions appearing.
* Ignore .claude-flow/ working directoryClawd2026-02-281-1090/+0
| | | | | These are transient artifacts (research.md, plan.md) generated during sessions, not source code worth tracking.
* Restyle UI with light/dark theme supportClawd2026-02-281-0/+1090
- Add light/dark theme toggle with localStorage persistence - Add 'Claude Flow' wordmark in header - Switch to monospace font (SF Mono, Cascadia Code, etc.) - Update accent colors (lighter blue) - Add theme-aware CodeMirror styling (oneDark vs defaultHighlightStyle) - Update window title to 'Claude Flow' - Refine spacing and visual polish throughout - Add .claude-flow/ artifacts from self-restyling session