summaryrefslogtreecommitdiff
path: root/.makima
Commit message (Collapse)AuthorAgeFilesLines
* Make makima more opinionated and structuredsoryu2026-02-021-748/+0
|
* Add Red Team adversarial review system for contract monitoring (#35)soryu2026-01-271-0/+748
| | | | | | | | | | | | | | | | | | | | Implements a parallel "red team" task that monitors work task outputs in real-time, verifying implementations stick to contract requirements, repository standards, and the execution plan. Key features: - New `red_team_enabled` and `red_team_prompt` contract configuration - Red team tasks auto-spawn when first work task is created - `makima red-team notify` CLI command for alerting supervisors - POST /api/v1/mesh/red-team/notify and /status endpoints - Alert delivery to supervisor via SendMessage daemon command - Notification audit trail via history_events table Database changes: - Add red_team_enabled/red_team_prompt columns to contracts - Add is_red_team flag to tasks with partial index - Create red_team_notifications table for audit logging 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