mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-09 14:41:03 +00:00
Feature branches merged: - Agent squad chat with real-time WebSocket updates - Broadcast notifications (priority levels, read receipts) - Task deliverables as first-class objects - Efficient polling endpoint with change tracking - Approval delegation / vacation mode Security & stability fixes: - Fix: path traversal vulnerability in broadcast storage - Fix: TOCTTOU race condition in broadcast.markRead() - Fix: double cache invalidation in squad chat - Fix: file locking consistency for concurrent writes - Add: default agent display name handling Improvements: - React.memo for message bubbles (perf) - Save-on-blur for display name input - Auto-scroll to latest in squad chat - OpenClaw gateway wake integration - One-agent-per-file development rule (CONTRIBUTING.md) All reviews passed (code, functionality, performance, security) 27 files changed, comprehensive test coverage added v2.0.0 ready for production |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| contexts | ||
| hooks | ||
| lib | ||
| App.tsx | ||
| globals.css | ||
| main.tsx | ||
| vite-env.d.ts | ||