Source
[mission-control] fix: register kanban columns as droppable targets for drag-drop persistence Each column now wraps its cards in a ColumnDropZone using useDroppable
GitFact
Mar 24, 07:05 PM
[mission-control] feat: rewrite Projects, Deliverables, Office + clean stale tasks - ProjectsTab: card grid with status filters, new project modal, 3-col layout
GitFact
Mar 24, 06:50 PM
[mission-control] feat: full rewrite of Chat, Feed, Actions, Dashboard, Calendar - ChatTab: Discord-style 3-panel (channel sidebar, messages, input)
GitFact
Mar 24, 06:41 PM
[mission-control] feat: redesign Chat, Feed, Actions, Dashboard, Calendar, Projects - Chat: Discord-style with 32px avatars, monospace timestamps, hover actions
GitFact
Mar 24, 06:20 PM
[mission-control] feat: add Calendar, Content Pipeline + wire all new pages - CalendarView: monthly grid with sessions/tasks/activities, day detail panel
GitFact
Mar 24, 06:07 PM
[mission-control] feat: add Agent Office + Memory Explorer screens - AgentOffice: 2D grid of 14 agents grouped by team, click for slide-out
GitFact
Mar 24, 04:14 PM
[mission-control] feat: drag-drop Kanban board + Command Center home dashboard - Rewrite TaskBoard with @dnd-kit for real drag-drop (touch + keyboard)
GitFact
Mar 24, 04:06 PM
[mission-control] docs(phase-1): research fix & scaffold — build error diagnosed + scaffold findings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitFact
Mar 24, 03:51 PM
[mission-control] fix: remove stale migrations reference from generated api types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitFact
Mar 23, 03:20 PM
[YT-Transcripts] Initial commit — 10,338 YouTube transcripts across 40+ channels Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GitFact
Mar 23, 03:19 PM
[mission-control] fix: redirect /dashboard to /v2/dashboard, / to /v2/dashboard
GitFact
Mar 23, 02:46 PM
[skills] chore: update claude-api skill [auto-sync] (#729) co-sign
GitFact
Mar 22, 04:16 PM
[ruflo] fix: resolve issues #1390, #1391, #1392 — v3.5.42 (#1393) * fix: resolve issues #1390, #1391, #1392 — memory_store crash, MCP prefix, worker tracking
GitFact
Mar 20, 03:42 PM
[ruflo] docs: update SECURITY.md contact email Co-Authored-By: claude-flow <ruv@ruv.net>
GitFact
Mar 19, 03:49 PM
[ruflo] fix: hive-mind_status reads real agent state instead of hardcoded values (#1382) (#1385) Workers now read status, currentTask, and tasksCompleted from the agent
GitFact
Mar 19, 03:41 PM
[ruflo] fix: address security audit findings from #1375 (#1383) 1. SQL injection: Convert all 9 string-interpolated queries in
GitFact
Mar 19, 03:25 PM
[ruflo] fix: prevent MCP server self-kill on startup (#1381) * fix: intelligence layer loads flat array from auto-memory store
GitFact
Mar 19, 03:08 PM
[mission-control] fix: security hardening + bridge auth header - Rate limiting on login: 5 failed attempts = 15 min block per IP
GitFact
Mar 19, 01:58 AM
[mission-control] fix: update agent roster to current 14 + add activity timestamp support - Updated AGENT_MODELS to current 14 agents (removed old Ollie, Rhianna, Beacon, Hawk, Oracle, etc.)
GitFact
Mar 19, 12:58 AM
[ruflo] fix: intelligence vector store + statusline accuracy (#1377) - Fix loadEntries() to handle flat array format from auto-memory-store.json
GitFact
Mar 18, 01:38 PM
[ruflo] feat: ruvector WASM integration + real semantic embeddings (#1374) * feat: integrate ruvector WASM + real semantic embeddings for all users
GitFact
Mar 17, 11:45 PM
[mission-control] fix: resolve client-side exception + Wave 1 layout fixes - ConvexClientProvider: lazy init guards against missing NEXT_PUBLIC_CONVEX_URL
GitFact
Mar 17, 10:43 PM
[mission-control] fix: increase session query limit to 50 for better dedup coverage The dedup logic needs enough sessions to properly deduplicate by
GitFact
Mar 17, 08:45 PM
[mission-control] feat: add cleanupStale mutation + POST /api/sessions/cleanup route Marks active sessions older than 1 hour as completed with auto-cleanup summary.
GitFact
Mar 17, 08:40 PM
[mission-control] feat: compact session cards — replace bulky SessionCard with one-line SessionRow - Replace SessionCard (big card with LIVE SESSION badge) with SessionRow (34px compact row)
GitFact
Mar 17, 08:39 PM
[mission-control] feat: integrate live sessions into kanban columns — remove separate strip Move session cards directly into TaskBoard kanban columns instead of a
GitFact
Mar 17, 08:23 PM
[mission-control] feat: add LiveTerminals strip to dashboard — real-time session monitoring Shows active Claude Code sessions as a horizontal card strip above the kanban
GitFact
Mar 17, 06:39 PM
[mission-control] feat: full-page kanban dashboard — board fills viewport, cards show sessions/projects Restructured the /v2 dashboard to be a kanban-first layout:
GitFact
Mar 17, 05:49 PM
[ruflo] fix: add missing attention class wrappers + CJS/ESM interop (from #1338) (#1370) From #1338 by @Gujiassh. CJS/ESM attention interop with all 4 class wrappers.
GitFact
Mar 17, 05:47 PM
[ruflo] fix: close semantic routing learning loop in hooks-tools (#1311) Reviewed in ADR-065. Closes routing learning loop with file-based persistence + all requested fixes applied.
GitFact
Mar 17, 05:42 PM
[ruflo] fix(daemon): CPU-proportional maxCpuLoad replaces hardcoded 2.0 (rebased from #1353) (#1369) Rebased from #1353 by @luis-b-o. CPU-proportional daemon threshold + 40 tests + all review fixes.
GitFact
Mar 17, 05:41 PM
[ruflo] fix: rebase onto v3.5.23 + apply ESM/CJS interop with 'default' in mod check (#1368) Rebased from #1334 by @fjdevel. Adds importWithInterop helper for CJS/ESM interop.
GitFact
Mar 17, 05:39 PM
[mission-control] redesign: FeedTab + Deliverables — server-log aesthetic, full-width table with reading pane FeedTab: Removed sidebars. Single-column full-width layout. Activity items
GitFact
Mar 17, 05:37 PM
[ruflo] docs: Update branding from Claude Flow to Ruflo in init executor (#1305) Reviewed: branding update in init executor.
GitFact
Mar 17, 05:33 PM
[ruflo] fix(agents): make base template frontmatter YAML-safe (#1317) Reviewed: parseable YAML frontmatter for agent template.
GitFact
Mar 17, 05:33 PM
[ruflo] feat: v3.5.23 — merge 5 community PRs + ADR-065 First community contribution release. Merged:
GitFact
Mar 17, 05:27 PM
[mission-control] fix: compact ChatTab, Deliverables, FeedTab — eliminate wasted space ChatTab: collapsible folder groups (System/Projects), compact sidebar
GitFact
Mar 17, 05:25 PM
[ruflo] Fix PluginManager priority and version checks (#1336) Reviewed in ADR-065. ACCEPT — plugin priority and version check correctness.
GitFact
Mar 17, 05:24 PM
[ruflo] Fix benchmark environment lookup in ESM (#1337) Reviewed in ADR-065. ACCEPT — ESM os import fix with test.
GitFact
Mar 17, 05:24 PM
[ruflo] Fix hooks package type export paths (#1341) Reviewed in ADR-065. ACCEPT — .d.js to .d.ts type export fix.
GitFact
Mar 17, 05:24 PM
[ruflo] fix(memory): add prepublishOnly guard to prevent missing dist exports (#1314) Reviewed in ADR-065. ACCEPT — runtime export verification guard.
GitFact
Mar 17, 05:24 PM
[ruflo] fix(cli): prevent TS2307 for optional @claude-flow/codex import (#1346) Reviewed in ADR-065. ACCEPT — idiomatic TS variable indirection for optional imports.
GitFact
Mar 17, 05:24 PM
[mission-control] feat: replace ProjectsTab card grid with table layout - Full-width table with columns: Name, Client, Status, Members (agent emojis), Tasks (inbox/active/done), Last Updated
GitFact
Mar 17, 05:22 PM
[mission-control] feat: Slack-like ChatTab + Eisenhower upgrade with drag-drop + project filter ChatTab: project channels auto-populated from Convex projects table alongside
GitFact
Mar 17, 05:12 PM
[ruflo] docs: update MCP tool counts to 259, add beginner guidance (#1366) - Update MCP tool count from 175/170/213 to 259 across README and CLAUDE.md
GitFact
Mar 17, 05:09 PM
[mission-control] feat: rebuild ProjectsTab with full CRUD + member agents + task status counts
GitFact
Mar 17, 05:08 PM
[mission-control] feat: polish FeedTab spacing + rebuild Deliverables as compact table FeedTab: tightened card spacing, unified avatar sizing, reduced font
GitFact
Mar 17, 05:08 PM
[mission-control] feat: add scheduledFor field to tasks schema
GitFact
Mar 17, 05:03 PM
[mission-control] fix: update Next.js 16.1.6 → 16.1.7 (0 vulnerabilities) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GitFact
Mar 17, 04:59 PM
[ruflo] feat: implement all stub features + fix 8 bugs (v3.5.22) ADR-064 stub remediation — eliminates all known stub implementations:
GitFact
Mar 17, 04:40 PM

Showing 501550 of 660