aboutsummaryrefslogtreecommitdiffstats
path: root/.claude-flow/research.md
Commit message (Collapse)AuthorAgeFilesLines
* Clear artifacts when creating new sessionClawd2026-02-281-0/+214
| | | | | 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-214/+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/+214
- 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