Skip to main content

179 docs tagged with "scripts"

View all tags

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...

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...

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...

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 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 ...

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 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 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 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 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 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 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 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/...

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...

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...

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 Optimizer CODITECT Adapter

Wraps the compaction and observation masking utilities from Agent-Skills-for-Context-Engineering for CODITECT framework integration. Usage: python3 scri...

Curriculum Project Manager

Autonomous project management system for AI curriculum development using the orchestrator agent and educational framework. Creates detailed project plans w...

Domain Judge Agent

Validates classifications against CODITECT domain conventions. Checks for: - Valid document type for CODITECT framework - Classification matches CODITECT nam...

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...

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: 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.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.7: Component Metadata Registry

Unified metadata registry that consolidates all component metadata sources: - framework-registry.json (component definitions) - capability-registry.json (cap...

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...

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 Structure Analyzer

Analyzes Claude Code JSONL session files to identify safe split points, message boundaries, and optimal chunking strategies for large sessions. Features: - ...

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...

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...

Pattern Analyst Agent

Analyzes document classification based on: - CODITECT naming conventions - Component template patterns - Framework-specific structures - Cross-reference patt...

Quality Judge Agent

Validates the quality of analyst votes and classifications. Checks for: - Minimum confidence thresholds - Reasoning quality and specificity - Vote completene...

Reference Type Expert

Specializes in understanding what makes a document a "reference" document. Reference docs provide technical specifications, API documentation, and lookup inf...

Semantic Analyst Agent

Analyzes document classification based on: - Natural language understanding of content - Intent classification - Topic extraction - Semantic similarity to do...

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. ...

Structural Analyst Agent

Analyzes document classification based on: - File path patterns - Directory location - File extension - File size heuristics

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 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 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...

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...

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...

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...