summaryrefslogtreecommitdiff
path: root/.makima
Commit message (Collapse)AuthorAgeFilesLines
* Add comprehensive Red Team system specificationsoryu2026-01-261-0/+748
| | | | | | | | | | | | | | | | | Defines the adversarial review feature for contracts that monitors work tasks in real-time to catch quality issues, plan deviations, and standards violations. Key components specified: - Contract configuration (red_team_enabled, red_team_prompt) - Red team task lifecycle and spawning logic - makima red-team notify CLI command for supervisor alerts - Task output subscription for real-time monitoring - Database schema changes (contracts, tasks, notifications table) - API endpoints for notification and status - System prompt template for red team behavior - Security considerations and access control Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(types): add missing contractId and authToken to StartMessage typesoryu2026-01-151-0/+304
| | | | | | | Add optional contractId and authToken fields to the StartMessage TypeScript type to match the backend message structure and fix type checking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Initial Control systemsoryu2026-01-111-0/+206