mirror of
https://github.com/daffy0208/ai-dev-standards.git
synced 2026-09-14 20:49:49 +08:00
2ed6dda802
- Created scripts/validate-complete-system.cjs to validate all registries bidirectionally * Validates registry entries point to existing files * Checks for unregistered resources * Validates cross-registry relationships * Handles external MCPs correctly (e.g., Archon MCP) * Reports: 0 critical issues, 100% registry consistency achieved - Cleaned component registry (75 → 72 components) * Removed 3 missing component entries: Icon.tsx, IconPicker.tsx, SkeletonLoaderEnhanced.tsx * All registered components now have corresponding files - Updated Brain plan command to use Claude Code orchestration * Converted from Codex CLI to Claude Code orchestration system * Simplified command interface * Removed Codex-specific options (cost-weight, risk-weight) * Now creates orchestration requests for Claude Code to execute System validation confirms all files are accounted for and relationships are complete. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>