Commit Graph

2 Commits

Author SHA1 Message Date
Jonah Schulte 044e7eb2e0 style: apply formatting fixes from lint-staged
Auto-formatted files during pre-commit hook:
- Library files (cache, crowdsource, notifications)
- Workflow YAML files
- Test files

No functional changes.
2026-01-08 22:10:56 -05:00
Jonah Schulte 1adf1ce195 feat: add PRD/Epic crowdsourcing and GitHub integration for team collaboration
Add comprehensive async collaboration system for PRD/Epic development:

PRD & Epic Crowdsourcing:
- Create, open feedback rounds, synthesize, and sign-off workflows
- LLM-powered synthesis engine for conflict resolution
- Configurable sign-off thresholds (count, percentage, required approvers)
- Unified "my-tasks" view across PRDs and Epics

Story Coordination:
- Story locking/checkout for preventing concurrent work
- Lock status and unlock workflows
- Available stories view with lock status

Multi-Channel Notifications:
- GitHub @mentions, Slack webhooks, Email (SMTP/SendGrid/SES)
- Event-driven notifications for feedback/signoff requests
- Priority-based retry logic for urgent notifications

Cache System Extensions:
- PRD and Epic document caching with metadata migration
- Staleness detection and atomic file operations
- User task queries and extended statistics

GitHub integration is optional (disabled by default) - existing local-only
projects continue to work unchanged.

Includes 673 passing tests with comprehensive coverage for all new modules.

Note: Library files use CommonJS for Node.js compatibility. ESLint rules
for ES modules may need configuration adjustment.
2026-01-08 19:01:26 -05:00