aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: scope artifacts to sessionsbndw2026-02-281-2/+2
|
* Move artifacts to ~/.claude-flow/ (outside repo)Clawd2026-02-281-7/+4
| | | | | | | | | - 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
* Remove git integration from READMEClawd2026-02-281-11/+7
|
* Remove CLAUDE.md explanation from README (industry standard)Clawd2026-02-281-4/+0
|
* Simplify README: focus on workflow, git integration, session structureClawd2026-02-281-73/+24
|
* Add Boris Tane's blog post to ReferencesClawd2026-02-281-1/+1
|
* Mark all TODO phases complete in plan.md, add References section to READMEClawd2026-02-281-0/+4
|
* Phase 5: Integration & polishClawd2026-02-281-71/+65
| | | | | | | | | | | | | | - Add error handling with auto-dismissing error bar - Add keyboard shortcuts: - Escape to interrupt Claude - Cmd/Ctrl+Enter to submit - Fix unused import warning - Update README.md with project documentation - Concept and workflow explanation - UI layout diagram - Installation and development instructions - Project structure overview - Keyboard shortcuts reference
* initial commitEthan Mick2025-09-151-0/+105