From ee45906b07d1032afaf8a56cce48826bea0c3f8b Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 27 Jan 2026 02:56:52 +0000 Subject: Fix history page contracts dropdown overflow (#38) * Add comprehensive Red Team system specification 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 * Task completion checkpoint * Task completion checkpoint * Task completion checkpoint * Fix history page contracts dropdown overflow Replace native HTML onContractChange(e.target.value || null)} - className="font-mono text-xs text-[#9bc3ff] bg-[#0a1525] border border-[rgba(117,170,252,0.25)] px-2 py-1 focus:border-[#3f6fb3] focus:outline-none min-w-[150px]" - > - - {contracts.map((contract) => ( - - ))} - +
+ + {isDropdownOpen && ( +
+ + {contracts.map((contract) => ( + + ))} +
+ )} +
{/* Date range */} -- cgit v1.2.3