📄️ Overview
Automation scripts for common tasks. 350+ Python scripts for project management, code generation, deployment, and more.
📄️ CODITECT Core Initial Setup Script for Individual Contributors
This interactive script sets up CODITECT Core on macOS for individual contributors. It handles existing installations, creates backups, and configures Claude...
📄️
title: "Add Files To Commits" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Git File Staging Helper =======...
📄️
title: "Analyze Navigation" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Analyze documentation navigation and cross...
📄️
title: "Database path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Analyze Pilot Launch Work Item Hierarchy Valida...
📄️ Audit Trail Manager Process Refinement System
Generate and manage audit trails for task execution. Supports timeline view, compliance export, and chain verification. Usage: python audit_trail.py --t...
📄️
title: "Get script directory for path resolution (works from any cwd)" component_type: script version: "1.0.0" audience: contributor status: stable summary: ...
📄️
title: "Biographical Researcher" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Biographical Researcher - Systematic ...
📄️
title: "Configure logging" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Interactive Project Setup" keyword...
📄️
title: "Custom exceptions" component_type: script version: "1.0.0" audience: contributor status: stable summary: "AZ1.AI CODITECT Master Project Setup Automa...
📄️
title: "Configure logging" component_type: script version: "1.0.0" audience: contributor status: stable summary: "AZ1.AI CODITECT Setup Tool" keywords: ['api...
📄️
title: "Context Database - Anti-Forgetting Memory System" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Context Data...
📄️ Batch Processing Pipeline CODITECT Adapter
Implements the staged batch processing pipeline pattern from Agent-Skills-for-Context-Engineering for LLM-powered batch processing. Usage: python3 scrip...
📄️ Compression Evaluator CODITECT Adapter
Evaluates context compression quality using probe-based testing from Agent-Skills-for-Context-Engineering. Usage: python3 scripts/context-engineering/co...
📄️ Context Health Analyzer CODITECT Adapter
Wraps the degradation detection utilities from Agent-Skills-for-Context-Engineering for CODITECT framework integration. Usage: python3 scripts/context-e...
📄️ Context Optimizer CODITECT Adapter
Wraps the compaction and observation masking utilities from Agent-Skills-for-Context-Engineering for CODITECT framework integration. Usage: python3 scri...
📄️ Context Snapshot Generator Process Refinement System
Generate minimal context snapshots (<500 tokens) for efficient session handoffs and state preservation. Usage: python context_snapshot.py python con...
📄️ H.1.8: Component Activation Test Suite
Comprehensive testing of component activation status, file integrity, metadata completeness, and registry consistency. Target: 290+ critical components (age...
📄️ AI Curriculum Agent Dispatcher
Intelligent agent selection and invocation system for curriculum development. Analyzes workflows and automatically determines optimal agents, skills, and com...
📄️ CODITECT Checkpoint Archival System
Automatically archives old checkpoints according to checkpoint.config.json settings. Implements never-delete policy with audit trail. Features: - Automatic ...
📄️ H.1.6: Capability Based Agent Discovery
Provides capability-based agent/component discovery by integrating: 1. Component indexer SQLite database (FTS5 search) 2. H.1.5 DiscoveryService (Redis/local...
📄️ CODITECT MEMORY CONTEXT ChromaDB Setup
Configures ChromaDB for vector storage and semantic search. Creates collections for sessions and patterns with embeddings. Usage: python3 scripts/core/c...
📄️ CODITECT Circuit Breaker Service
Implements the Circuit Breaker pattern to prevent cascading failures when calling agents or external services. States: - CLOSED: Normal operation, requests ...
📄️ CODITECT Cloud Sync Client
Syncs local context data to CODITECT cloud backend. Supports multi-tenant, multi-user, multi-session architecture. Authentication Methods: 1. Email/Pass...
📄️ Component Activator Runtime Component Management System
Loads components from JSON registries and makes them callable at runtime. Bridges the gap between component files (documentation) and runtime execution. Par...
📄️ H.1.7: Component Metadata Registry
Unified metadata registry that consolidates all component metadata sources: - framework-registry.json (component definitions) - capability-registry.json (cap...
📄️ Component Registry Authoritative source of valid CODITECT components.
Provides validated lists of agents, commands, skills, and other components for cross-checking in retrospective analysis and skill optimization. Usage: f...
📄️ Claude Conversation Export Deduplicator
Hybrid deduplication system for Claude Code conversation exports that combines: - Sequence number tracking (primary deduplication mechanism) - Content hashin...
📄️ CODITECT Curriculum Project Manager
Autonomous curriculum development lifecycle management system that coordinates multi-level educational content generation, assessment creation, and quality v...
📄️ CODITECT MEMORY CONTEXT Database Backup & Restore
Backs up SQLite database and ChromaDB vector storage. Supports automated daily backups and restore functionality. Usage: python3 scripts/core/db_backup....
📄️ CODITECT MEMORY CONTEXT Database Initialization
Creates SQLite database with schema for sessions, patterns, and checkpoints. Supports privacy controls, NESTED LEARNING, and context retrieval. Usage: p...
📄️ CODITECT MEMORY CONTEXT Database Migrations
Manages database schema migrations using Alembic. Supports forward and backward migrations for schema versioning. Usage: python3 scripts/core/db_migrate...
📄️ CODITECT MEMORY CONTEXT Database Seeding
Adds sample data to database for testing and demonstration. Creates sample sessions, patterns, tags, and checkpoints. Usage: python3 scripts/core/db_see...
📄️ H.1.5: Discovery Service Health Check
Monitors the component discovery service and reports health metrics. Can be used standalone or integrated into monitoring systems. Usage: python3 script...
📄️ H.1.5: Component Discovery Service (Redis Backed)
Enables agents and components to register themselves and be discovered by capability. Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications. Features: -...
📄️ Ensure Component Registered Complete Component Registration System
Ensures all components are: 1. Indexed in SQLite (context.db) 2. Registered in framework-registry.json 3. Activated in component-activation-status.json Part...
📄️ CODITECT Claude API Executor
Multi-model AI execution framework - Claude (Anthropic) provider implementation. Provides standardized interface for executing prompts against Claude models ...
📄️ CODITECT Custom/Local Model Executor
Multi-model AI execution framework - Custom/Local provider implementation. Provides standardized interface for executing prompts against local or custom-host...
📄️ CODITECT Gemini API Executor
Multi-model AI execution framework - Gemini (Google) provider implementation. Provides standardized interface for executing prompts against Gemini models wit...
📄️ CODITECT GPT API Executor
Multi-model AI execution framework - GPT (OpenAI) provider implementation. Provides standardized interface for executing prompts against GPT models with stre...
📄️ Framework Bridge Automated Sync Between Files and Registries
Maintains consistency between component files (.md, .py, .sh) and JSON registries. Detects drift, auto-updates registries, and validates cross-references. P...
📄️ Generated Task Content Generation Script
CODITECT Framework - Automated content generation for curriculum tasks Generates multi-level educational content from task specifications with AI-powered con...
📄️ Git Repository Scanner
Discovers and tracks ALL git repositories under PROJECTS/ directory tree. Handles: - Master repository - All submodules (registered and unregistered) - Stan...
📄️ Comprehensive Git Staging Manager
Ensures ALL modified files are staged for commit, including: - Checkpoint files and indexes - MANIFEST.json files (dashboard dependencies) - Dedup state (glo...
📄️
title: Intent Context Manager component_type: script version: 1.0.0 audience: contributor status: active summary: Detects context switches, finds matching pl...
📄️ Universal CODITECT Agent Invoker
ONE script to invoke ANY of the 130+ CODITECT agents without needing individual wrappers, skills, or complex dispatchers. Usage: python3 invoke-agent.py...
📄️ JSONL Session Structure Analyzer
Analyzes Claude Code JSONL session files to identify safe split points, message boundaries, and optimal chunking strategies for large sessions. Features: - ...
📄️ JSONL Session Processor with Deduplication and Watermarking
Purpose: -------- Process large Claude Code JSONL session files (>10MB) with: - Read-only access (original files never modified) - Streaming chunk processing...
📄️ CODITECT License Manager SaaS License Control System
Production-grade license management for CODITECT SaaS platform with tier-based feature enforcement, usage quota tracking, and JWT-based license key generatio...
📄️ MEMORY CONTEXT Integration Module
Ties together all MEMORY-CONTEXT components for end-to-end workflow: 1. Session export from checkpoint 2. Privacy controls (PII detection and redaction) 3. P...
📄️ CODITECT Message Bus RabbitMQ based Inter Agent Communication
Part of Track H.2: Inter-Agent Communication Infrastructure Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module provides: - AgentMessage: ...
📄️ CODITECT Message Bus Health Check
Part of Track H.2: Inter-Agent Communication Infrastructure This module provides health checking and monitoring for the RabbitMQ message bus: - Connection h...
📄️ Global Message Level Deduplicator
Simple deduplication system that only cares about unique message content. No session tracking - just one global pool of all unique messages ever seen. Key p...
📄️ CODITECT NESTED LEARNING Processor
Extracts reusable patterns from sessions for knowledge accumulation. Implements workflow, decision, and code pattern recognition with knowledge graph constru...
📄️ CODITECT Priority Queue Router Intelligent Task Routing System
Part of Track H.2.3: Inter-Agent Communication Infrastructure Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module provides: - PriorityQueu...
📄️ CODITECT Priority Queue Router
Implements intelligent task routing based on: - Task priority (CRITICAL > HIGH > MEDIUM > LOW) - Agent capabilities (skill matching) - Agent availability (st...
📄️ CODITECT Privacy Integration Layer
Integrates privacy_manager.py with checkpoint and export workflows. Provides seamless privacy-aware content processing. Usage: from privacy_integration ...
📄️ CODITECT Privacy Control Manager
Implements privacy-aware data handling with PII detection, redaction, and 4-level privacy model for MEMORY-CONTEXT system. Privacy Levels: - PUBLIC: Can be ...
📄️ Registry Loader Component Discovery and Registration System
Scans CODITECT framework for all components (agents, skills, commands, scripts, hooks, prompts) and populates JSON registries for runtime activation. Part o...
📄️ CODITECT Retry Engine Resilient Operation Execution with Backoff
Part of Track H.2.5: Inter-Agent Communication Infrastructure Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module provides: - RetryEngine:...
📄️ Rolling Log Handler with Line Based Trimming
Maintains a log file with a maximum of 5000 lines. When the limit is reached, the oldest lines (from the head) are removed to make room for new entries. Thi...
📄️ JSONL Session File Chunker
Splits large JSONL session files into processable chunks with smart boundary detection and overlap for conversation continuity. Features: - Smart split poin...
📄️ CODITECT Session Export Engine
Automatically captures session context for MEMORY-CONTEXT system. Features: - Conversation extraction from checkpoints and sessions - Metadata generation (t...
📄️ Smart Task Executor with Work Reuse Integration
Automatically checks for reusable work before executing new tasks to minimize token usage and avoid reinventing the wheel.
📄️ CODITECT Task Queue Manager Redis based Persistent Task Queue
Part of Track H.2: Inter-Agent Communication Infrastructure Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module provides: - Task: Data mod...
📄️ CODITECT Agent to Agent Task Delegation Tests
Part of Track H.2.6: Test agent-to-agent task delegation Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module provides comprehensive integr...
📄️ H.1.6: Tests for Capability Based Agent Discovery
Tests the capability extraction, matching, and recommendation engine.
📄️ Unit tests for CODITECT Circuit Breaker
Tests cover: - CircuitBreaker state machine (CLOSED → OPEN → HALF_OPEN → CLOSED) - Failure counting and threshold transitions - Recovery timeout behavior - C...
📄️ H.1.7: Tests for Component Metadata Registry
Tests the unified metadata registry that consolidates component metadata from multiple sources.
📄️ H.1.5: Tests for Component Discovery Service
Tests cover: - Component registration and unregistration - Capability-based discovery - Type-based discovery - Health filtering and load balancing - Heartbea...
📄️ CODITECT Task Dispatch Latency Validation
Part of Track H.2.7: Validate <5s task dispatch latency Based on AUTONOMOUS-AGENT-SYSTEM-DESIGN.md specifications This module validates that the task dispat...
📄️ Unit Tests for CODITECT Message Bus
Part of Track H.2: Inter-Agent Communication Infrastructure Tests cover: - AgentMessage serialization/deserialization - MessageBusConfig from various source...
📄️ Unit tests for CODITECT Priority Queue Router
Tests cover: - Queue configuration and management - Routing rules and task routing - Dequeue strategies (strict, weighted, round-robin, fair-share) - Priorit...
📄️ Unit Tests for CODITECT Priority Queue Router
Tests: - AgentStatus enum - AgentCapability dataclass - Agent dataclass - LocalAgentRegistry - AgentDiscoveryService - PriorityRouter (all strategies) - Inte...
📄️ CODITECT Retry Engine Unit Tests
Part of Track H.2.5: Inter-Agent Communication Infrastructure Tests for retry_engine.py - comprehensive coverage of all components Test Categories: 1. E...
📄️ Unit Tests for CODITECT Task Queue Manager
Part of Track H.2: Inter-Agent Communication Infrastructure Tests cover: - Task data model serialization/deserialization - TaskQueueConfig from various sour...
📄️ Unified Logging Module Dual Mode (Local + GCP Cloud Logging)
Automatically detects environment and configures appropriate logging backend: - LOCAL: File-based logging with RollingLineFileHandler - GCP: Cloud Logging wi...
📄️ CODITECT Core Utilities
Shared utility functions for MEMORY-CONTEXT system. Author: AZ1.AI CODITECT Team Sprint: Sprint +1 - MEMORY-CONTEXT Implementation Day 5 Date: 2025-11-16
📄️ Session Processing Watermark Tracker
Tracks processing progress for JSONL session files to enable resume capability after crashes or interruptions. Features: - Per-session watermark tracking - ...
📄️ Work Reuse & Token Optimization System
Intelligently leverages previously created work to minimize token usage and avoid reinventing the wheel. Scans existing content, scripts, and patterns for re...
📄️ CODITECT Database Backend Abstraction Layer
Provides unified interface for SQLite (local) and PostgreSQL (production) backends. Automatically selects backend based on environment configuration. Usage:...
📄️ Deduplicate all tables in context.db ensure unique entries.
Removes duplicate entries across all major tables: - decisions (by decision text) - code_patterns (by code content) - doc_index (by file_path) - already has ...
📄️
title: "Add core scripts to path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Conversation Export Dedupli...
📄️
title: "Generate Openapi" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT OpenAPI Specification Generator ===...
📄️ Generated Task Content Generation
Script documentation: Generated Task Content Generation
📄️ Generated Task Script for content generation
Complexity: 3/4 Estimated Duration: 1.1 hours Estimated Tokens: 65,000
📄️ Task Execution Script: Project Kickoff and Requirements Analysis
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_001
📄️ Task Execution Script: Curriculum Architecture Research
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_002
📄️ Task Execution Script: Generate module1 foundations Content Beginner Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_003
📄️ Task Execution Script: Create module1 foundations Assessments Beginner Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_004
📄️ Task Execution Script: Generate module1 foundations Content Intermediate Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_005
📄️ Task Execution Script: Create module1 foundations Assessments Intermediate Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_006
📄️ Task Execution Script: Generate module1 foundations Content Advanced Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_007
📄️ Task Execution Script: Create module1 foundations Assessments Advanced Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_008
📄️ Task Execution Script: Generate module1 foundations Content Expert Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_009
📄️ Task Execution Script: Create module1 foundations Assessments Expert Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_010
📄️ Task Execution Script: Cross Module Integration and Consistency Review
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_011
📄️ Task Execution Script: NotebookLM Content Optimization
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_012
📄️ Task Execution Script: Final Quality Validation and Deployment Preparation
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_013
📄️
title: "Database path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Learning Management System Query Inter...
📄️ Generated Task Script for content generation
Complexity: 3/4 Estimated Duration: 1.1 hours Estimated Tokens: 65,000
📄️
title: "Convenience function for quick prompt building" component_type: script version: "1.0.0" audience: contributor status: stable summary: "LLM Abstractio...
📄️ Execute Claude Standardized Claude Agent Execution Script
=========================================================== Executes tasks using Anthropic Claude (via Claude Code Task tool). Usage: echo '{"task_id":...
📄️ Execute Custom Template for Custom LLM Endpoints
================================================== Executes tasks using custom LLM endpoints (OpenAI-compatible or REST API). Usage: echo '{"task_id": ...
📄️ Execute Gemini Standardized Google Gemini Execution Script
=========================================================== Executes tasks using Google Gemini via API. Usage: echo '{"task_id": "TASK-001", ...}' | py...
📄️ Execute GPT Standardized OpenAI GPT 4 Execution Script
======================================================== Executes tasks using OpenAI GPT-4 via API. Usage: echo '{"task_id": "TASK-001", ...}' | python...
📄️ Merge Context Database Multi Machine Sync
Merges a remote context.db into the local database with deduplication. Tracks source machine for each record to enable multi-machine sync. Usage: python...
📄️ Base Analyst Agent class.
All analyst agents inherit from this base class.
📄️ Content Analyst Agent
Analyzes document classification based on: - Markdown heading structure - Section names and patterns - Code block presence and language - List structures and...
📄️ Metadata Analyst Agent
Analyzes document classification based on: - YAML frontmatter fields - Explicit type declarations - Tags and keywords - Status and audience fields
📄️ Pattern Analyst Agent
Analyzes document classification based on: - CODITECT naming conventions - Component template patterns - Framework-specific structures - Cross-reference patt...
📄️ Semantic Analyst Agent
Analyzes document classification based on: - Natural language understanding of content - Intent classification - Topic extraction - Semantic similarity to do...
📄️ Structural Analyst Agent
Analyzes document classification based on: - File path patterns - Directory location - File extension - File size heuristics
📄️ Autonomous MoE Document Classification
Iteratively classifies documents, injecting content signals until 95-100% confidence is achieved. Forces full signal set at iteration 5 to guarantee 100% cla...
📄️ Batch Classification Runner
High-performance batch processing for classifying large document sets. Features: - Resumable processing with checkpoint files - Parallel document processing ...
📄️ MoE Document Classification CLI v3.0
Command-line interface for classifying documents using the Mixture of Experts classification system with 13 Type Experts. Version History: - v2.1: 13 Type E...
📄️ Adaptive Threshold System for MoE Classification.
Script documentation: Adaptive Threshold System for MoE Classification.
📄️ Batch Corpus Analyzer for MoE Classification.
Script documentation: Batch Corpus Analyzer for MoE Classification.
📄️ Confidence Calibration System for MoE Classification.
Script documentation: Confidence Calibration System for MoE Classification.
📄️ Consensus Calculator for MoE Classification System.
Implements the consensus algorithm specified in ADR-019: - Weighted voting based on analyst confidence - Agreement ratio calculation - Threshold-based auto-a...
📄️ Debate Protocol for MoE Classification System.
Implements multi-round debate when judges disagree, based on MAJ-EVAL in-group debate protocol (Chen et al., 2025) and CODITECT research. Key concepts: - MA...
📄️ Deep Analysis Agents for MoE Escalation Handling
Second-tier specialists invoked when first-tier classification is uncertain. These agents perform more expensive but more accurate analysis. Architecture: ...
📄️ Semantic Embedding Service for MoE Classification System.
Provides true vector embeddings using sentence-transformers for improved document classification accuracy. Replaces regex-based pattern matching with semanti...
📄️ Enhanced MoE Orchestrator Integrates all enhancement modules.
This orchestrator extends the base MoE system with: - Semantic embeddings for improved similarity - Historical learning with dynamic weights - Memory system ...
📄️ Classification Learning System for MoE.
Implements a feedback loop that learns from classification outcomes: - Tracks analyst accuracy over time - Dynamically adjusts analyst weights based on perfo...
📄️ Memory System Integration for MoE Classification.
Script documentation: Memory System Integration for MoE Classification.
📄️ Core data models for MoE Classification System.
Enhanced with provenance tracking (H.3.4) for full audit trail: - JudgeDecision: model_used, timestamps, token_usage, raw_response - ConsensusResult: provena...
📄️ Multi Model Client for MoE Judge Panel (H.3.5.2).
Provides unified interface to multiple LLM providers for judge evaluations. Supports: Anthropic (Claude), OpenAI (GPT-4), DeepSeek, Alibaba (Qwen), Meta (Lla...
📄️ MoE Orchestrator for Document Classification.
Coordinates the full classification pipeline: 1. Run all analysts in parallel 2. Calculate consensus from votes 3. Run judges for validation 4. Produce final...
📄️ Judge Persona Loader for MoE Verification Layer.
Loads and manages judge personas from config/judge-personas.json for the Constitutional Court architecture (H.3.1.7). Features: - Load personas by ID or get...
📄️ Rubric Merger for MoE Verification Layer.
Merges generated ADR rubrics with base persona evaluation dimensions and renormalizes weights (H.3.2.4). Features: - Merge ADR-generated rubrics with person...
📄️ Base Judge Agent
Abstract base class for all judge agents in the MoE classification system. Judges validate analyst votes and can veto classifications that don't meet quality...
📄️ Consistency Judge Agent
Validates cross-analyst agreement and ensures classification consistency. Checks for: - Minimum agreement threshold across analysts - Confidence distribution...
📄️ Directory Judge Validates classification against directory conventions.
Script documentation: Directory Judge Validates classification against directory conventions.
📄️ Domain Judge Agent
Validates classifications against CODITECT domain conventions. Checks for: - Valid document type for CODITECT framework - Classification matches CODITECT nam...
📄️ Frontmatter Judge Validates classification against frontmatter declarations.
Script documentation: Frontmatter Judge Validates classification against frontmatter declarations.
📄️ Historical Judge Compares against historical classification patterns.
Script documentation: Historical Judge Compares against historical classification patterns.
📄️ LLM based Judge Agent (H.3.5.3).
Provides LLM-backed judge evaluations using the MultiModelClient for multi-provider support with fallback and retry logic. Features: - Uses JudgePersona for...
📄️ Quality Judge Agent
Validates the quality of analyst votes and classifications. Checks for: - Minimum confidence thresholds - Reasoning quality and specificity - Vote completene...
📄️ Tests for ADR Rubric Generator and Rubric Merger (H.3.2.6).
Tests cover: - ADR parsing and frontmatter extraction - Constraint extraction (MUST/SHOULD/MAY patterns) - Technical term detection - Rubric generation logic...
📄️ Tests for Debate Protocol (H.3.3).
Tests cover: - DebateOrchestrator class - Disagreement detection - Debate context preparation - Debate round execution - Consensus calculator integration
📄️ Test script for MoE Judge Agents.
Tests all 3 judges with sample analyst votes to verify: 1. ConsistencyJudge - agreement validation 2. QualityJudge - vote quality and confidence 3. DomainJud...
📄️ Tests for LLM Judge (H.3.5.3).
Tests cover: - LLMJudge initialization and configuration - Prompt building - Response parsing - Provenance tracking - LLMJudgePanel multi-model coordination ...
📄️ Tests for Multi Model Client (H.3.5.6).
Tests cover: - ModelProvider enum and model routing - CompletionRequest/CompletionResponse dataclasses - FallbackConfig configuration - MultiModelClient init...
📄️ Test script for MoE Orchestration Engine.
Tests the full classification pipeline: 1. Consensus calculation from analyst votes 2. Orchestrator coordination of analysts and judges 3. Parallel execution...
📄️ Test script for Judge Persona Loader (H.3.1.8).
Comprehensive tests for: 1. Persona loading - single and batch 2. Schema validation - required fields and constraints 3. Prompt template rendering - with con...
📄️ Tests for Provenance Enhancement (H.3.4).
Tests cover: - JudgeDecision provenance fields (H.3.4.1) - ConsensusResult provenance chain and dissent (H.3.4.2-H.3.4.4) - ClassificationResult.to_dict() wi...
📄️ Tests for Self Improving Eval Loop (H.3.6.7).
Tests cover: - EvalCase and EvalResult dataclasses - F1 score computation - Eval runner with mocked API calls - Critic agent response parsing - Improvement a...
📄️ ADR (Architecture Decision Record) Type Expert
Specializes in understanding what makes a document an "ADR" document. ADRs document architectural decisions with context, decision, and consequences. Key ch...
📄️ Agent Type Expert
Specializes in understanding what makes a document an "agent" document. Agent docs define AI agent personas, capabilities, and system prompts. Key character...
📄️ Base Type Expert Agent
Abstract base class for all Type Expert agents. Each expert specializes in one document type and can: 1. Deeply analyze if a document truly belongs to their ...
📄️ Changelog Expert Type Expert for Changelog Documents
Identifies changelog files - documents that track version history, changes, releases, and updates over time. Key signals: - CHANGELOG in filename - Version ...
📄️ Command Type Expert
Specializes in understanding what makes a document a "command" document. Command docs define slash commands with invocation syntax, parameters, and usage. K...
📄️ Type Expert Coordinator
Orchestrates all Type Expert agents to achieve consensus on document classification. This is the core of Phase 2 - coordinating expert analysis, vote reconci...
📄️ Guide Type Expert
Specializes in understanding what makes a document a "guide" vs other types. Guides are instructional documents that teach users how to accomplish tasks. Ke...
📄️ Hook Expert Type Expert for Hook Documents
Identifies hook definitions - event-driven automation triggers that execute in response to git events, session events, or other system triggers. Key signals...
📄️ Index Expert Type Expert for Index/Catalog Documents
Identifies index files - documents that catalog, list, or provide navigation to other documents or components in a collection. Key signals: - INDEX in filen...
📄️ README Expert Type Expert for README Documents
Identifies README files - project introduction and orientation documents that provide overview, setup instructions, and quick navigation. Key signals: - REA...
📄️ Reference Type Expert
Specializes in understanding what makes a document a "reference" document. Reference docs provide technical specifications, API documentation, and lookup inf...
📄️ Report Expert Type Expert for Report Documents
Identifies report files - documents that summarize findings, status, analysis results, or project progress. Key signals: - REPORT/STATUS/SUMMARY in filename...
📄️ Skill Type Expert
Specializes in understanding what makes a document a "skill" document. Skills define reusable patterns, automation capabilities, and specialized knowledge. ...
📄️ Template Expert Type Expert for Template Documents
Identifies template files - reusable document structures with placeholders that serve as starting points for creating new documents. Key signals: - TEMPLATE...
📄️ Workflow Type Expert
Specializes in understanding what makes a document a "workflow" document. Workflows define processes, pipelines, and multi-phase operations. Key characteris...
📄️
title: "=============================================================================" component_type: script version: "1.0.0" audience: contributor status: ...
📄️ PILOT Dashboard Process Refinement System
Generate real-time progress dashboard for PILOT execution plan. Shows track progress, active tasks, blockers, and session statistics. Usage: python pilo...
📄️
title: "Add core to path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Proof-of-Concept: Process Real Claude Export...
📄️
title: "Add core to path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Proof-of-Concept: Same Session Deduplication...
📄️ Quality Gate Verifier Process Refinement System
Verify task completion with evidence-based quality checks. Ensures all requirements are met before marking tasks complete. Usage: python quality_gate.py...
📄️ Session Log Manager Consolidated daily session logging with ISO timestamps.
Creates and appends to daily session logs (UTC-based), tracks session UUIDs, and auto-classifies after updates. Usage: python3 session_log_manager.py ap...
📄️ CODITECT Agent Validation Test Suite
Comprehensive tests to verify all 130+ agents have correct configuration, valid frontmatter, proper invocation patterns, and can be loaded by invoke-agent.py...
📄️ CODITECT Complete Test Suite
Master test runner that executes all component validation tests and generates a comprehensive gap analysis report. Run: python3 scripts/tests/test_all.p...
📄️ CODITECT Command Validation Test Suite
Comprehensive tests to verify all 141 commands have correct configuration, valid frontmatter, proper invocation patterns, and consistent documentation. Run:...
📄️ CODITECT Hook Validation Test Suite
Comprehensive tests to verify all 41 hooks have correct configuration, valid structure, and proper documentation. Run: python3 scripts/tests/test_hooks....
📄️ Test invoke agent.py Universal Invoker
Verifies that invoke-agent.py can correctly: 1. Load all 130+ agents 2. Parse their frontmatter 3. Generate valid Task() calls Run: python3 scripts/test...
📄️ CODITECT Script Validation Test Suite
Comprehensive tests to verify all 233 scripts have correct syntax, proper documentation headers, and valid structure. Run: python3 scripts/tests/test_sc...
📄️ CODITECT Skill Validation Test Suite
Comprehensive tests to verify all 186 skills have correct SKILL.md structure, valid configuration, and proper documentation. Run: python3 scripts/tests/...
📄️
title: "Unified Message Extractor" component_type: script version: "3.0.0" audience: contributor status: stable summary: "Extract ALL data from Claude Code s...
📄️
title: "Validate C4 Diagrams" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT C4 Diagram Validator ==========...
📄️
title: "Paths" component_type: script version: "1.0.0" audience: contributor status: stable summary: "Work Items Management - Pop-the-Top Task Automation for...
📄️ Curriculum Project Manager
Autonomous project management system for AI curriculum development using the orchestrator agent and educational framework. Creates detailed project plans w...
📄️ scripts-a2ui-renderer-bridge
"""
📄️ scripts-a2ui-transformer
"""
📄️ scripts-activate-all-components
"""
📄️ scripts-activate-critical-components
"""
📄️ scripts-activate-project-components
"""
📄️ scripts-activation-test-suite
"""
📄️ scripts-activity-project-associator
"""
📄️ scripts-adaptive-thresholds
"""Adaptive Threshold System for MoE Classification."""
📄️ scripts-add-action-policies
"""
📄️ scripts-add-dashboard-columns
"""
📄️ scripts-add-execution-directive
"""
📄️ scripts-add-files-to-commits
"""
📄️ scripts-add-last-reviewed-field
"""
📄️ scripts-add-new-skills
"""
📄️ scripts-adk-coditect-adapter
"""
📄️ scripts-adr-expert
"""
📄️ scripts-adr-extractor
"""
📄️ scripts-adr-rubric-generator
"""
📄️ scripts-adr118-migration-analyzer
"""
📄️ scripts-adr118-remove-legacy-fallbacks
"""
📄️ scripts-adr156-project-scoped-context
"""
📄️ scripts-agent-context-injector
"""
📄️ scripts-agent-dispatcher
"""
📄️ scripts-agent-executor
"""
📄️ scripts-agent-expert
"""
📄️ scripts-agent-invocation
"""
📄️ scripts-aggregator
"""
📄️ scripts-ai-review
"""
📄️ scripts-algorithms
"""
📄️ scripts-analysis-runner
"""
📄️ scripts-analyze-documentation-links
"""
📄️ scripts-analyze-internal-docs
"""
📄️ scripts-analyze-navigation
"""
📄️ scripts-analyze-pilot-hierarchy
"""
📄️ scripts-analyze-project-structure
"""
📄️ scripts-analyze-skills-comprehensive
"""
📄️ scripts-analyze-task-complexity
"""
📄️ scripts-analyze-uncompleted-work
"""
📄️ scripts-archive-checkpoints
"""
📄️ scripts-assess-production
"""
📄️ scripts-audit-event-extractor
"""
📄️ scripts-audit-markdown
"""
📄️ scripts-audit-trail
"""
📄️ scripts-auto-checkpoint
"""
📄️ scripts-autonomous-orchestrator
"""
📄️ scripts-autonomous
"""
📄️ scripts-backup-compress
"""
📄️ scripts-backup-crypto
"""
📄️ scripts-backup-databases
"""
📄️ scripts-backup-gcs
"""
📄️ scripts-backup-status
"""
📄️ scripts-base-edge-builder
"""
📄️ scripts-base-extractor
"""
📄️ scripts-base
"""
📄️ scripts-batch-classify
"""
📄️ scripts-batch-pipeline
"""
📄️ scripts-batch-processor
"""Batch Corpus Analyzer for MoE Classification."""
📄️ scripts-batch-update-agents-claude45
"""
📄️ scripts-batch-update-component-counts
"""
📄️ scripts-belongs-to-edge-builder
"""
📄️ scripts-biographical-researcher
"""
📄️ scripts-boolean-parser
"""
📄️ scripts-browser-automation
"""
📄️ scripts-browser-verify
"""
📄️ scripts-build-platform-packages
"""
📄️ scripts-build-website
"""
📄️ scripts-builder
"""
📄️ scripts-calibration
"""Confidence Calibration System for MoE Classification."""
📄️ scripts-calls-edge-builder
"""
📄️ scripts-capability-discovery
"""
📄️ scripts-categorize-skills
"""
📄️ scripts-categorizer
"""
📄️ scripts-changelog-expert
"""
📄️ scripts-check-perf-regression
"""
📄️ scripts-check-project-symlinks
"""
📄️ scripts-check-updates
"""
📄️ scripts-check-version
"""
📄️ scripts-checkpoint-command
"""
📄️ scripts-checkpoint-protocol
"""
📄️ scripts-checkpoint-with-submodules
"""
📄️ scripts-checkpointer
"""
📄️ scripts-ci-failure-analyzer
"""
📄️ scripts-circuit-breaker
"""
📄️ scripts-circular-fix-detector
"""
📄️ scripts-classify
"""
📄️ scripts-claude-api-client
"""
📄️ scripts-claude-extractor
"""
📄️ scripts-claude-research-automation
"""
📄️ scripts-cli-tool-detector
"""
📄️ scripts-cloud-project-client
"""
📄️ scripts-cloud-sync-bridge
"""
📄️ scripts-cloud-sync-client
"""
📄️ scripts-codanna-mcp-wrapper
"""
📄️ scripts-code-extractor
"""
📄️ scripts-codebase-analyzer
"""
📄️ scripts-codebase-inventory
"""
📄️ scripts-codex-extractor
"""
📄️ scripts-coditect-bootstrap-projects
"""
📄️ scripts-coditect-command-router
"""
📄️ scripts-coditect-git-helper
"""
📄️ scripts-colors
"""
📄️ scripts-command-expert
"""
📄️ scripts-commit-bug-scanner
"""
📄️ scripts-complexity-assessor
"""
📄️ scripts-component-activator
"""
📄️ scripts-component-classifier
"""
📄️ scripts-component-db-cli
"""
📄️ scripts-component-discover
"""
📄️ scripts-component-extractor
"""
📄️ scripts-component-frontmatter-indexer
"""
📄️ scripts-component-improvement-orchestrator
"""
📄️ scripts-component-indexer
"""
📄️ scripts-component-lifecycle
"""
📄️ scripts-component-metadata-registry
"""
📄️ scripts-component-migration
"""
📄️ scripts-component-registry
"""
📄️ scripts-compression-evaluator
"""
📄️ scripts-configuration-manager
"""
📄️ scripts-consensus
"""
📄️ scripts-consistency
"""
📄️ scripts-content
"""
📄️ scripts-context-health-analyzer
"""
📄️ scripts-context-integration
"""
📄️ scripts-context-isolation
"""
📄️ scripts-context-optimizer
"""
📄️ scripts-context-pruner
"""
📄️ scripts-context-query
"""
📄️ scripts-context-restore
"""
📄️ scripts-context-snapshot
"""
📄️ scripts-context-vacuum
"""
📄️ scripts-context-watcher-daemon
"""
📄️ scripts-contradiction-detector
"""
📄️ scripts-conversation-deduplicator
"""
📄️ scripts-convert-workflows-to-n8n
"""
📄️ scripts-coordinator
"""
📄️ scripts-core-sync
"""
📄️ scripts-correlator
"""
📄️ scripts-cost-estimator
"""
📄️ scripts-cost-report-command
"""
📄️ scripts-coverage-gap-detector
"""
📄️ scripts-create-checkpoint
"""
📄️ scripts-created-by-edge-builder
"""
📄️ scripts-css-generator
"""
📄️ scripts-curriculum-project-manager
"""
📄️ scripts-cusf-formatter
"""
📄️ scripts-dashboard-data-adapter
"""
📄️ scripts-dashboard-healthcheck
"""
📄️ scripts-dashboard-registry
"""
📄️ scripts-db-backend
"""
📄️ scripts-db-backup
"""
📄️ scripts-db-init
"""
📄️ scripts-db-migrate
"""
📄️ scripts-db-router
"""
📄️ scripts-db-seed
"""
📄️ scripts-debate
"""
📄️ scripts-decision-extractor
"""
📄️ scripts-deduplicate-doc-index
"""
📄️ scripts-deduplicate-export
"""
📄️ scripts-deep-analysts
"""
📄️ scripts-defines-edge-builder
"""
📄️ scripts-dependency-resolver
"""
📄️ scripts-deploy-postgresql
"""
📄️ scripts-directory-judge
"""Directory Judge - Validates classification against directory conventions."""
📄️ scripts-discovery-health-check
"""
📄️ scripts-discovery-service
"""
📄️ scripts-distribute-dashboard-json
"""
📄️ scripts-document-extractor
"""
📄️ scripts-document-translator
"""
📄️ scripts-domain
"""
📄️ scripts-embeddings
"""
📄️ scripts-enforce-naming-conventions
"""
📄️ scripts-enhance-hooks
"""
📄️ scripts-enhanced-orchestrator
"""
📄️ scripts-ensure-component-registered
"""
📄️ scripts-error-solution-extractor
"""
📄️ scripts-evaluate-skill-standard
"""
📄️ scripts-execute-claude
"""
📄️ scripts-execute-custom
"""
📄️ scripts-execute-gemini
"""
📄️ scripts-execute-gpt
"""
📄️ scripts-execute-rename
"""
📄️ scripts-execute-submodule-migration
"""
📄️ scripts-execute-task-001
"""
📄️ scripts-execute-task-002
"""
📄️ scripts-execute-task-003
"""
📄️ scripts-execute-task-004
"""
📄️ scripts-execute-task-005
"""
📄️ scripts-execute-task-006
"""
📄️ scripts-execute-task-007
"""
📄️ scripts-execute-task-008
"""
📄️ scripts-execute-task-009
"""
📄️ scripts-execute-task-010
"""
📄️ scripts-execute-task-011
"""
📄️ scripts-execute-task-012
"""
📄️ scripts-execute-task-013
"""
📄️ scripts-extract-codex-session
"""Extract per-session JSONL from Codex history.jsonl."""
📄️ scripts-extract-diagrams
"""
📄️ scripts-extract-framework-metadata
"""
📄️ scripts-extractor-factory
"""
📄️ scripts-field-parser
"""
📄️ scripts-file-extractor
"""
📄️ scripts-file-integrity
"""
📄️ scripts-fix-all-markdown-errors
"""
📄️ scripts-fix-frontmatter
"""
📄️ scripts-fix-markdown-issues
"""
📄️ scripts-fix-md001
"""
📄️ scripts-fix-md003
"""
📄️ scripts-fix-md007
"""
📄️ scripts-fix-md009-trailing-spaces
"""
📄️ scripts-fix-md018-no-space-after-hash
"""
📄️ scripts-fix-md022-headings-blank-lines
"""
📄️ scripts-fix-md023-headings-at-start-of-line
"""
📄️ scripts-fix-md024-duplicate-headings
"""
📄️ scripts-fix-md025-frontmatter-config
"""
📄️ scripts-fix-md025-multiple-top-headings
"""
📄️ scripts-fix-md026
"""
📄️ scripts-fix-md027
"""
📄️ scripts-fix-md028-blank-in-blockquote
"""
📄️ scripts-fix-md029-ordered-list-prefix
"""
📄️ scripts-fix-md031-fenced-code-blank-lines
"""
📄️ scripts-fix-md032-lists-blank-lines
"""
📄️ scripts-fix-md034
"""
📄️ scripts-fix-md035-horizontal-rule-style
"""
📄️ scripts-fix-md036-emphasis-to-heading
"""
📄️ scripts-fix-md036
"""
📄️ scripts-fix-md037
"""
📄️ scripts-fix-md040-code-fence-language
"""
📄️ scripts-fix-md040
"""
📄️ scripts-fix-md042
"""
📄️ scripts-fix-md044-proper-names
"""
📄️ scripts-fix-md045
"""
📄️ scripts-fix-md046-code-block-style
"""
📄️ scripts-fix-md050-strong-style
"""
📄️ scripts-fix-md051-link-fragments
"""
📄️ scripts-fix-md052-reference-links
"""
📄️ scripts-fix-md053-link-refs-needed
"""
📄️ scripts-fix-md055-table-row-match
"""
📄️ scripts-fix-md056-table-column-count
"""
📄️ scripts-fix-md058
"""
📄️ scripts-fix-md059-table-cell-count
"""
📄️ scripts-fix-md060-table-formatting
"""
📄️ scripts-fix-md060
"""
📄️ scripts-fix-mermaid-diagrams
"""
📄️ scripts-fix-skill-frontmatter
"""
📄️ scripts-fix-skill-remaining
"""
📄️ scripts-fix-skill-resources
"""
📄️ scripts-fix-skill-sections
"""
📄️ scripts-flaky-test-analyzer
"""
📄️ scripts-framework-bridge
"""
📄️ scripts-framework-sync
"""
📄️ scripts-frontmatter-judge
"""
📄️ scripts-function-extractor
"""
📄️ scripts-gemini-extractor
"""
📄️ scripts-generate-activation-status
"""
📄️ scripts-generate-all-md-fix-scripts
"""
📄️ scripts-generate-catalog
"""
📄️ scripts-generate-checkpoint-index
"""
📄️ scripts-generate-dashboard
"""
📄️ scripts-generate-data-dictionary
"""
📄️ scripts-generate-doc-quality-report
"""
📄️ scripts-generate-openapi
"""
📄️ scripts-generate-project-plan
"""
📄️ scripts-generate-publication-pdf
"""
📄️ scripts-generate-publish-manifest-db
"""
📄️ scripts-generate-readmes
"""
📄️ scripts-generate-release-manifest
"""
📄️ scripts-generate-research-manifests
"""
📄️ scripts-generate-session-insights
"""
📄️ scripts-generate-sprint-plans
"""
📄️ scripts-generated-task-content-generation
"""
📄️ scripts-git-audit
"""
📄️ scripts-git-push-sync
"""
📄️ scripts-git-repository-scanner
"""
📄️ scripts-git-staging-manager
"""
📄️ scripts-git-workflow
"""
📄️ scripts-governed-by-edge-builder
"""
📄️ scripts-grade-agents
"""
📄️ scripts-grade-all
"""
📄️ scripts-grade-commands
"""
📄️ scripts-grade-hooks
"""
📄️ scripts-grade-scripts
"""
📄️ scripts-grade-skills
"""
📄️ scripts-grade-tools
"""
📄️ scripts-grade-workflows
"""
📄️ scripts-group-sort-processor
"""
📄️ scripts-guide-expert
"""
📄️ scripts-health-monitoring
"""
📄️ scripts-health-status-command
"""
📄️ scripts-health-watcher-bridge
"""
📄️ scripts-historical-judge
"""Historical Judge - Compares against historical classification patterns."""
📄️ scripts-hook-expert
"""
📄️ scripts-import-tasks-from-markdown
"""
📄️ scripts-index-expert
"""
📄️ scripts-inference-engine
"""
📄️ scripts-ingest-to-knowledge-db
"""
📄️ scripts-init-projects-db
"""
📄️ scripts-init-work-item-db
"""
📄️ scripts-inject-frontmatter
"""
📄️ scripts-install-context-watcher
"""
📄️ scripts-install
"""
📄️ scripts-intelligent-track-mapper
"""
📄️ scripts-intent-context-manager
"""
📄️ scripts-intent-template-mapper
"""
📄️ scripts-interactive-project-builder
"""
📄️ scripts-inventory-all-submodules
"""
📄️ scripts-inventory-uppercase
"""
📄️ scripts-invoke-agent
"""
📄️ scripts-invokes-edge-builder
"""
📄️ scripts-jsonl-analyzer
"""
📄️ scripts-jsonl-session-processor
"""
📄️ scripts-kg-index-updater
"""
📄️ scripts-kimi-extractor
"""
📄️ scripts-kimi-proxy
"""Kimi OAuth token-refreshing proxy for Claude Code (ADR-201).
📄️ scripts-kimi-token
"""Kimi OAuth token helper for claude-kimi alias (ADR-201).
📄️ scripts-learning-db-migrate
"""
📄️ scripts-learning-db-query
"""
📄️ scripts-learning
"""
📄️ scripts-license-activate
"""
📄️ scripts-license-manager
"""
📄️ scripts-license-validator
"""
📄️ scripts-llm-abstractions
"""
📄️ scripts-llm-judge
"""
📄️ scripts-loop-guard
"""
📄️ scripts-loop-orchestrator
"""
📄️ scripts-main
"""
📄️ scripts-manifest-manager
"""
📄️ scripts-map-skills-to-cef
"""
📄️ scripts-mcp-health-check
"""
📄️ scripts-meeting-analyzer
"""
📄️ scripts-memory-context-integration
"""
📄️ scripts-memory-integration
"""Memory System Integration for MoE Classification."""
📄️ scripts-memory-retrieval
"""
📄️ scripts-message-bus-health
"""
📄️ scripts-message-bus
"""
📄️ scripts-message-deduplicator
"""
📄️ scripts-metadata
"""
📄️ scripts-migrate-legacy-session-logs
"""
📄️ scripts-migrate-logs
"""Migrate CODITECT runtime logs to centralized .coditect-data/logs."""
📄️ scripts-migrate-pilot-to-tracks
"""
📄️ scripts-migrate-tasks-to-v2
"""
📄️ scripts-migrate-to-context-graph-schema
"""
📄️ scripts-migrate-to-kg-schema
"""
📄️ scripts-migrate-user-data
"""
📄️ scripts-models
"""
📄️ scripts-moe-evaluation
"""
📄️ scripts-multi-model-client
"""
📄️ scripts-nested-learning
"""
📄️ scripts-nomenclature-migration
"""
📄️ scripts-onboard-wizard
"""
📄️ scripts-onboarding-progress-manager
"""
📄️ scripts-onboarding-telemetry
"""
📄️ scripts-orchestrate-ecosystem
"""
📄️ scripts-orchestrate-full-migration
"""
📄️ scripts-orchestrate-migration
"""
📄️ scripts-orchestrate-submodule
"""
📄️ scripts-orchestrator
"""
📄️ scripts-organize-production
"""
📄️ scripts-output-writer
"""
📄️ scripts-paths-helper
"""
📄️ scripts-paths
"""
📄️ scripts-pattern-detector
"""
📄️ scripts-pattern
"""
📄️ scripts-persona-loader
"""
📄️ scripts-pilot-dashboard
"""
📄️ scripts-pilot-integration
"""
📄️ scripts-platform-index-db
"""
📄️ scripts-playwright-mcp-bridge
"""
📄️ scripts-policy-extractor
"""
📄️ scripts-populate-capability-registry
"""
📄️ scripts-populate-edges
"""
📄️ scripts-populate-nodes
"""
📄️ scripts-post-session-processor
"""
📄️ scripts-pr-learning-advisor
"""
📄️ scripts-prepare-release
"""
📄️ scripts-priority-queue-router
"""
📄️ scripts-priority-router
"""
📄️ scripts-privacy-integration
"""
📄️ scripts-privacy-manager
"""
📄️ scripts-process-exports-poc
"""
📄️ scripts-process-new-docs
"""
📄️ scripts-process-same-session-demo
"""
📄️ scripts-produces-edge-builder
"""
📄️ scripts-production-cleanup
"""
📄️ scripts-production-readiness-check
"""
📄️ scripts-project-context
"""
📄️ scripts-project-embedder
"""
📄️ scripts-project-indexer
"""
📄️ scripts-project-registration
"""
📄️ scripts-project-registry
"""
📄️ scripts-project-search
"""
📄️ scripts-projects-db
"""
📄️ scripts-promote-research-artifacts
"""
📄️ scripts-prompt-optimizer
"""
📄️ scripts-provider-detector
"""
📄️ scripts-pruning
"""
📄️ scripts-qa-common
"""
📄️ scripts-qa-validation-loop
"""
📄️ scripts-quality-gate
"""
📄️ scripts-quality
"""
📄️ scripts-query-template-creator
"""
📄️ scripts-query-templates
"""
📄️ scripts-query-work-items
"""
📄️ scripts-ralph-wiggum-sync-client
"""
📄️ scripts-react-generator
"""
📄️ scripts-readme-expert
"""
📄️ scripts-recursive-agent-chain
"""
📄️ scripts-reference-expert
"""
📄️ scripts-references-edge-builder
"""
📄️ scripts-regenerate-skills-registry
"""
📄️ scripts-register-project-dashboard
"""
📄️ scripts-registry-loader
"""
📄️ scripts-release-notes-generator
"""
📄️ scripts-renumber-adrs
"""
📄️ scripts-reorganize-files
"""
📄️ scripts-repair-skill-frontmatter-v2
"""
📄️ scripts-repair-skill-frontmatter-v3
"""
📄️ scripts-repair-skill-frontmatter
"""
📄️ scripts-repo-docs-updater
"""
📄️ scripts-report-expert
"""
📄️ scripts-research-pipeline-orchestrator
"""
📄️ scripts-research-triage
"""
📄️ scripts-reset-skill-learnings-baseline
"""
📄️ scripts-result-ranker
"""
📄️ scripts-retry-engine
"""
📄️ scripts-rolling-log-handler
"""
📄️ scripts-rubric-merger
"""
📄️ scripts-scope
"""
📄️ scripts-scraper
"""
📄️ scripts-security-audit-runner
"""
📄️ scripts-semantic-search
"""
📄️ scripts-semantic
"""
📄️ scripts-session-chunker
"""
📄️ scripts-session-export
"""
📄️ scripts-session-exporter
"""
📄️ scripts-session-extractor
"""
📄️ scripts-session-import
"""
📄️ scripts-session-index-generator
"""
📄️ scripts-session-linker
"""
📄️ scripts-session-log-git-sync
"""
📄️ scripts-session-log-manager
"""
📄️ scripts-session-log-sync
"""
📄️ scripts-session-memory-extraction-phase1
"""
📄️ scripts-session-memory-extraction-phase2
"""
📄️ scripts-session-memory-extraction-phase3
"""
📄️ scripts-session-memory-extraction-phase4
"""
📄️ scripts-session-memory-extraction-phase5
"""
📄️ scripts-session-message-bus
"""
📄️ scripts-session-message-watcher
"""
📄️ scripts-session-orient
"""
📄️ scripts-session-recovery
"""
📄️ scripts-session-resume
"""
📄️ scripts-session-startup
"""
📄️ scripts-setup-macos-code-signing
"""
📄️ scripts-setup-new-submodule
"""
📄️ scripts-similar-to-edge-builder
"""
📄️ scripts-skill-builder
"""
📄️ scripts-skill-expert
"""
📄️ scripts-skill-health-tracker
"""
📄️ scripts-skill-learning-extractor
"""
📄️ scripts-skill-mentor
"""
📄️ scripts-skill-pattern-analyzer
"""
📄️ scripts-skill-selector
"""
📄️ scripts-smart-merge
"""
📄️ scripts-smart-task-executor
"""
📄️ scripts-solves-edge-builder
"""
📄️ scripts-stack-detector
"""
📄️ scripts-status-report-validator
"""
📄️ scripts-strategy-brief-cli
"""
📄️ scripts-strategy-brief-generator
"""
📄️ scripts-strategy-brief-templates
"""
📄️ scripts-strategy-examples
"""
📄️ scripts-strategy-financial-models
"""
📄️ scripts-strategy-mermaid-diagrams
"""
📄️ scripts-strategy-powerpoint-exporter
"""
📄️ scripts-strategy-visual-frameworks
"""
📄️ scripts-structural
"""
📄️ scripts-submodule-dashboard-html
"""
📄️ scripts-submodule-health-check
"""
📄️ scripts-sync-daemon
"""
📄️ scripts-sync-project-plan
"""
📄️ scripts-task-dispatcher
"""
📄️ scripts-task-extraction-pipeline
"""
📄️ scripts-task-queue-manager
"""
📄️ scripts-team-pr-digest
"""
📄️ scripts-template-expert
"""
📄️ scripts-termination-criteria
"""
📄️ scripts-test-adr-rubric-generator
"""
📄️ scripts-test-agent-delegation
"""
📄️ scripts-test-agents
"""
📄️ scripts-test-all
"""
📄️ scripts-test-capability-discovery
"""
📄️ scripts-test-circuit-breaker
"""
📄️ scripts-test-circular-detector
"""
📄️ scripts-test-cli-tool-detector
"""
📄️ scripts-test-codanna-mcp-wrapper
"""
📄️ scripts-test-commands
"""
📄️ scripts-test-component-metadata-registry
"""
📄️ scripts-test-coverage-report
"""
📄️ scripts-test-debate-protocol
"""
📄️ scripts-test-discovery-service
"""
📄️ scripts-test-dispatch-latency
"""
📄️ scripts-test-extractors
"""
📄️ scripts-test-framework-knowledge
"""
📄️ scripts-test-hooks
"""
📄️ scripts-test-integration
"""
📄️ scripts-test-interactive-project-builder
"""
📄️ scripts-test-invoke-agent
"""
📄️ scripts-test-judges
"""
📄️ scripts-test-llm-judge
"""
📄️ scripts-test-memory-retrieval
"""
📄️ scripts-test-message-bus
"""
📄️ scripts-test-moe-context-injection
"""
📄️ scripts-test-multi-model-client
"""
📄️ scripts-test-multi-model-provider-integration
"""
📄️ scripts-test-orchestrator-provider-integration
"""
📄️ scripts-test-orchestrator
"""
📄️ scripts-test-performance
"""
📄️ scripts-test-persona-loader
"""
📄️ scripts-test-persona-provider-integration
"""
📄️ scripts-test-post-session
"""
📄️ scripts-test-priority-queue-router
"""
📄️ scripts-test-priority-router
"""
📄️ scripts-test-provenance
"""
📄️ scripts-test-provider-detector
"""
📄️ scripts-test-retry-engine
"""
📄️ scripts-test-roundtrip
"""
📄️ scripts-test-scripts
"""
📄️ scripts-test-self-improving-eval
"""
📄️ scripts-test-session-log-git-sync
"""
📄️ scripts-test-session-message-bus
"""
📄️ scripts-test-session-recovery
"""
📄️ scripts-test-skills
"""
📄️ scripts-test-stack-detector
"""
📄️ scripts-test-strategy-brief-system
"""
📄️ scripts-test-suite
"""
📄️ scripts-test-task-queue-manager
"""
📄️ scripts-test-unified-message-extractor
"""
📄️ scripts-thinking-budget-calculator
"""
📄️ scripts-thinking-budget-manager
"""
📄️ scripts-token-economics
"""
📄️ scripts-token-resolver
"""
📄️ scripts-token-status
"""
📄️ scripts-track-extractor
"""
📄️ scripts-track-registry
"""
📄️ scripts-trajectory-extractor
"""
📄️ scripts-trajectory-logging
"""
📄️ scripts-transcript-normalize
"""
📄️ scripts-traversal
"""
📄️ scripts-two-stage-review
"""
📄️ scripts-unified-logger
"""
📄️ scripts-unified-message-extractor-v3.0.0-backup
"""
📄️ scripts-unified-message-extractor
"""
📄️ scripts-unified-search
"""
📄️ scripts-uninstall-coditect
"""
📄️ scripts-update-coditect
"""
📄️ scripts-update-component-activation
"""
📄️ scripts-update-component-counts
"""
📄️ scripts-update-cross-repo-references
"""
📄️ scripts-update-project-plan
"""
📄️ scripts-update-references
"""
📄️ scripts-usage-tracking
"""
📄️ scripts-uses-edge-builder
"""
📄️ scripts-utils
"""
📄️ scripts-validate-agent-structure
"""
📄️ scripts-validate-c4-diagrams
"""
📄️ scripts-validate-checksums
"""
📄️ scripts-validate-component-frontmatter
"""
📄️ scripts-validate-component
"""
📄️ scripts-validate-components
"""
📄️ scripts-validate-migration
"""
📄️ scripts-validate-pilot-tasks
"""
📄️ scripts-validate-settings-permissions
"""
📄️ scripts-validate-task-ids
"""
📄️ scripts-verify-call-graph-migration
"""
📄️ scripts-verify-cleanup
"""
📄️ scripts-verify-critical-components
"""
📄️ scripts-watcher-status
"""
📄️ scripts-watermark-tracker
"""
📄️ scripts-web-archive-scraper
"""
📄️ scripts-weekly-digest-generator
"""
📄️ scripts-where-parser
"""
📄️ scripts-work-items
"""
📄️ scripts-work-reuse-optimizer
"""
📄️ scripts-workflow-expert
"""
📄️ scripts-workflow-state-manager
"""
📄️ scripts-worktree-manager
"""