veritas-kanban/server
Brad Groux 879b095096 v1.3.0: Visibility & Automation (#21, #33, #34)
- Bidirectional GitHub Issues sync (#21)
  - GitHubSyncService with polling, label-based field mapping, circuit breaker
  - Inbound: import issues with 'kanban' label as tasks
  - Outbound: push status changes and comments back to GitHub
  - Config/state persistence, 5 new API endpoints
  - CLI: vk github sync/status/config/mappings
  - TaskGitHub interface added to shared types

- Activity feed view (#33)
  - Full-page chronological feed with day grouping
  - Filter bar: agent, type, date range (combinable)
  - Compact vs detailed view toggle
  - Infinite scroll via IntersectionObserver
  - Real-time WebSocket updates with animation
  - Agent field added to Activity, MAX_ACTIVITIES 1000→5000
  - New ViewContext for board/activity navigation

- Daily standup summary generation (#34)
  - GET /api/summary/standup with date, format params
  - JSON, markdown, and plain text output formats
  - Sections: completed, in-progress, blocked, upcoming, stats
  - CLI: vk summary standup with --yesterday, --date, --json flags
  - 12 new tests for standup logic

Closes #21, closes #33, closes #34
2026-01-31 23:15:08 -06:00
..
.veritas-kanban security+quality: final codebase review fixes 2026-01-29 06:13:10 -06:00
src v1.3.0: Visibility & Automation (#21, #33, #34) 2026-01-31 23:15:08 -06:00
.env.example feat: Add webhook notifications for Clawdbot Gateway integration 2026-01-31 21:30:02 -07:00
package.json chore: bump version to v1.1.0 + changelog 2026-01-31 07:09:18 -06:00
tsconfig.json feat: Sprint US-1200 Refactoring batch — 13 tasks complete 2026-01-28 06:08:59 -06:00
vitest.config.ts feat(security): replace custom rate limiter with express-rate-limit 2026-01-28 12:22:34 -06:00