title: "Add Files To Commits" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Git File Staging Helper =======...
179 docs tagged with "scripts"
View all tagstitle: "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...
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...
title: Intent Context Manager component_type: script version: 1.0.0 audience: contributor status: active summary: Detects context switches, finds matching pl...
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 ===...
title: "Database path" component_type: script version: "1.0.0" audience: contributor status: stable summary: "CODITECT Learning Management System Query Inter...
title: "Convenience function for quick prompt building" component_type: script version: "1.0.0" audience: contributor status: stable summary: "LLM Abstractio...
title: "=============================================================================" component_type: script version: "1.0.0" audience: contributor status: ...
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...
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...
Adaptive Threshold System for MoE Classification.
Script documentation: Adaptive Threshold System for MoE Classification.
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...
AI Curriculum Agent Dispatcher
Intelligent agent selection and invocation system for curriculum development. Analyzes workflows and automatically determines optimal agents, skills, and com...
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...
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...
Base Analyst Agent class.
All analyst agents inherit from this base class.
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...
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 ...
Batch Classification Runner
High-performance batch processing for classifying large document sets. Features: - Resumable processing with checkpoint files - Parallel document processing ...
Batch Corpus Analyzer for MoE Classification.
Script documentation: Batch Corpus Analyzer for MoE Classification.
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...
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 ...
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...
Claude Conversation Export Deduplicator
Hybrid deduplication system for Claude Code conversation exports that combines: - Sequence number tracking (primary deduplication mechanism) - Content hashin...
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...
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 Checkpoint Archival System
Automatically archives old checkpoints according to checkpoint.config.json settings. Implements never-delete policy with audit trail. Features: - Automatic ...
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 Claude API Executor
Multi-model AI execution framework - Claude (Anthropic) provider implementation. Provides standardized interface for executing prompts against Claude models ...
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...
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 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 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...
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
CODITECT Curriculum Project Manager
Autonomous curriculum development lifecycle management system that coordinates multi-level educational content generation, assessment creation, and quality v...
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 Database Backend Abstraction Layer
Provides unified interface for SQLite (local) and PostgreSQL (production) backends. Automatically selects backend based on environment configuration. Usage:...
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...
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....
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...
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 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...
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...
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
Implements intelligent task routing based on: - Task priority (CRITICAL > HIGH > MEDIUM > LOW) - Agent capabilities (skill matching) - Agent availability (st...
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 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 ...
CODITECT Privacy Integration Layer
Integrates privacy_manager.py with checkpoint and export workflows. Provides seamless privacy-aware content processing. Usage: from privacy_integration ...
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:...
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...
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 Session Export Engine
Automatically captures session context for MEMORY-CONTEXT system. Features: - Conversation extraction from checkpoints and sessions - Metadata generation (t...
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/...
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...
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...
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...
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...
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...
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...
Compression Evaluator CODITECT Adapter
Evaluates context compression quality using probe-based testing from Agent-Skills-for-Context-Engineering. Usage: python3 scripts/context-engineering/co...
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...
Consistency Judge Agent
Validates cross-analyst agreement and ensures classification consistency. Checks for: - Minimum agreement threshold across analysts - Confidence distribution...
Content Analyst Agent
Analyzes document classification based on: - Markdown heading structure - Section names and patterns - Code block presence and language - List structures and...
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...
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...
Curriculum Project Manager
Autonomous project management system for AI curriculum development using the orchestrator agent and educational framework. Creates detailed project plans w...
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...
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 ...
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: ...
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...
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 ...
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...
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...
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...
Frontmatter Judge Validates classification against frontmatter declarations.
Script documentation: Frontmatter Judge Validates classification against frontmatter declarations.
Generated Task Content Generation
Script documentation: Generated Task Content Generation
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...
Generated Task Script for content generation
Complexity: 3/4 Estimated Duration: 1.1 hours Estimated Tokens: 65,000
Generated Task Script for content generation
Complexity: 3/4 Estimated Duration: 1.1 hours Estimated Tokens: 65,000
Git Repository Scanner
Discovers and tracks ALL git repositories under PROJECTS/ directory tree. Handles: - Master repository - All submodules (registered and unregistered) - Stan...
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...
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...
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: -...
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: Tests for Component Discovery Service
Tests cover: - Component registration and unregistration - Capability-based discovery - Type-based discovery - Health filtering and load balancing - Heartbea...
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...
H.1.6: Tests for Capability Based Agent Discovery
Tests the capability extraction, matching, and recommendation engine.
H.1.7: Component Metadata Registry
Unified metadata registry that consolidates all component metadata sources: - framework-registry.json (component definitions) - capability-registry.json (cap...
H.1.7: Tests for Component Metadata Registry
Tests the unified metadata registry that consolidates component metadata from multiple sources.
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...
Historical Judge Compares against historical classification patterns.
Script documentation: Historical Judge Compares against historical classification patterns.
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...
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...
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...
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: - ...
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...
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...
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...
Memory System Integration for MoE Classification.
Script documentation: Memory System Integration for MoE Classification.
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...
Metadata Analyst Agent
Analyzes document classification based on: - YAML frontmatter fields - Explicit type declarations - Tags and keywords - Status and audience fields
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...
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...
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...
Pattern Analyst Agent
Analyzes document classification based on: - CODITECT naming conventions - Component template patterns - Framework-specific structures - Cross-reference patt...
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...
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...
Quality Judge Agent
Validates the quality of analyst votes and classifications. Checks for: - Minimum confidence thresholds - Reasoning quality and specificity - Vote completene...
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...
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...
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...
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...
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...
Semantic Analyst Agent
Analyzes document classification based on: - Natural language understanding of content - Intent classification - Topic extraction - Semantic similarity to do...
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...
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...
Session Processing Watermark Tracker
Tracks processing progress for JSONL session files to enable resume capability after crashes or interruptions. Features: - Per-session watermark tracking - ...
Skill Type Expert
Specializes in understanding what makes a document a "skill" document. Skills define reusable patterns, automation capabilities, and specialized knowledge. ...
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.
Structural Analyst Agent
Analyzes document classification based on: - File path patterns - Directory location - File extension - File size heuristics
Task Execution Script: Create module1 foundations Assessments Advanced Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_008
Task Execution Script: Create module1 foundations Assessments Beginner Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_004
Task Execution Script: Create module1 foundations Assessments Expert Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_010
Task Execution Script: Create module1 foundations Assessments Intermediate Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_006
Task Execution Script: Cross Module Integration and Consistency Review
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_011
Task Execution Script: Curriculum Architecture Research
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_002
Task Execution Script: Final Quality Validation and Deployment Preparation
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_013
Task Execution Script: Generate module1 foundations Content Advanced Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_007
Task Execution Script: Generate module1 foundations Content Beginner Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_003
Task Execution Script: Generate module1 foundations Content Expert Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_009
Task Execution Script: Generate module1 foundations Content Intermediate Level
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_005
Task Execution Script: NotebookLM Content Optimization
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_012
Task Execution Script: Project Kickoff and Requirements Analysis
Project: Module 1 Foundations - Priority 1 Content Generation Task ID: TASK_001
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
Workflow Type Expert
Specializes in understanding what makes a document a "workflow" document. Workflows define processes, pipelines, and multi-phase operations. Key characteris...