📄️ Overview
Bash automation scripts for system operations, deployment, and maintenance.
📄️ CODITECT Context Database Backup Script
======================================= Backs up context.db and unified_messages.jsonl to GCP Cloud Storage with timestamped folders and retention management...
📄️ classify.sh Wrapper for MoE classifier with auto venv activation
Ensures sentence-transformers embeddings are always available Usage: ./scripts/classify.sh <path> [options] Same options as classify.py
📄️ CODITECT Core Repository Phase 1 Cleanup Script
Moves misplaced files and removes build artifacts Execute from repository root
📄️ CODITECT Core Repository Phase 2 Cleanup Script
Updates .gitignore with comprehensive rules Execute from repository root
📄️ CODITECT Core Repository Phase 3 Cleanup Script
Moves test file to proper location Execute from repository root
📄️ AZ1.AI CODITECT Quick Launch Setup Script
Copyright © 2025 AZ1.AI INC. All Rights Reserved. Developed by Hal Casteel, Founder/CEO/CTO, AZ1.AI INC. Purpose: Automated setup for new CODITECT users - Cr...
📄️ AZ1.AI CODITECT Interactive Tutorial
Copyright © 2025 AZ1.AI INC. All Rights Reserved. Developed by Hal Casteel, Founder/CEO/CTO, AZ1.AI INC. Purpose: Teach essential CODITECT processes through ...
📄️ CODITECT Interactive Component Creation Script
Purpose: Create new CODITECT framework components (agents, skills, commands, hooks, scripts, workflows) with proper templates, registration, activation, and ...
📄️ Generate final 7 markdown fix scripts for 100% coverage
MD044: Proper names capitalization
📄️ Context Database Maintenance Script
Performs integrity checks, statistics updates, and cleanup operations Usage: ./scripts/db-maintenance.sh # Full maintenance ./scripts/db-maintenanc...
📄️ CODITECT Website Deployment Script
Deploy built websites to Google Cloud Platform (Cloud Run or GKE). Usage: ./scripts/deploy-website.sh docs.coditect.ai --source ./docs-site/dist ./scripts/de...
📄️ CODITECT Context Export Automation Script
Purpose: Unified export workflow with manual and automated options Author: AZ1.AI CODITECT Team Version: 2.0 Date: 2025-11-16 Usage: ./scripts/export-context...
📄️ Finalize hook enhancements for remaining 4 hooks
Adds SKIP_HOOKS check and timing to each hook
📄️ CODITECT Component Viewer Start Script
Can be called from any frontend directory to discover and view components
📄️ CODITECT Environment Initialization Script
Quality of life script for Claude 4.5 multi-context window workflows. Run this at the start of each new context window to restore environment state. Usage: ....
📄️ CODITECT Zero Error Markdown Workflow Iterative Fix Cycle
Version: 1.0.0 Purpose: Achieve ZERO markdown errors through intelligent iteration
📄️ Claude 4.5 Update Batch 8 (Phase 3 Start 2/10 Skills)
Multi-context window support for core development skills Add modified files
📄️ lint all.sh Run all linters on CODITECT Core codebase
Usage: ./scripts/lint-all.sh # Run all linters ./scripts/lint-all.sh --fix # Run with auto-fix where available
📄️ CODITECT Markdown Fix Test Suite
Copyright © 2025 AZ1.AI INC - All Rights Reserved
📄️ CODITECT Pre commit Hook Script
================================ STATUS: STUB - Not yet implemented VERSION: 0.1.0 (placeholder) AUTHOR: CODITECT Core Team DESCRIPTION: Git pre-commit hook ...
📄️ CODITECT Core Phase 1 Quick Start Script
Purpose: Automate GitHub project setup for Phase 1 Production Readiness Duration: 5-10 minutes Prerequisites: GitHub CLI (gh) installed and authenticated Usa...
📄️ refresh doc index.sh Refresh documentation index for Federated Catalog
Part of Sprint 1 - Document Management Platform Indexes all documentation files from docs/ and CLAUDE.md files Usage: ./scripts/refresh-doc-index.sh ...
📄️ CODITECT Session Restoration Script
Restores session context from checkpoint for multi-context window workflows. Provides comprehensive state summary for Claude 4.5 to continue work. Usage: ./s...
📄️ CODITECT Test Suite Runner
Runs test suite and updates tests.json with structured results. Supports multiple test frameworks with auto-detection. Usage: ./scripts/run-tests.sh [--watch...
📄️ CODITECT First Time Setup Script
Creates Python virtual environment and installs all dependencies. Run once after cloning the repository. Usage: ./scripts/setup.sh
📄️ sign macos binary.sh Apple Code Signing and Notarization Script
This script handles the complete macOS code signing workflow: 1. Sign binary with Developer ID certificate (hardened runtime) 2. Submit to Apple notarization...
📄️ CODITECT Specification Metadata Extractor
========================================== STATUS: STUB - Not yet implemented VERSION: 0.1.0 (placeholder) AUTHOR: CODITECT Core Team DESCRIPTION: Extracts m...
📄️ =============================================================================
CODITECT Development Environment - Unified Start Script ============================================================================= One-command startup for...
📄️ CODITECT Docker Development Environment Quick Start Script
One-command setup for local development Usage: ./scripts/start-dev-container.sh [OPTIONS] Options: --build Force rebuild image --clean Remove exi...
📄️ CODITECT PostgreSQL Quick Start
Starts the PostgreSQL + pgvector database for local development. This is the recommended database for CODITECT production use. Usage: ./scripts/start-postgre...
📄️ CODITECT Interactive Submodule Initialization Script
Purpose: Convert any folder to a CODITECT-compatible git submodule with automatic GitHub repo creation and symlink chain setup Author: AZ1.AI CODITECT Team V...
📄️ CODITECT Test Runner Script
============================ STATUS: STUB - Not yet implemented VERSION: 0.1.0 (placeholder) AUTHOR: CODITECT Core Team DESCRIPTION: Universal test runner th...
📄️ CODITECT Submodule Update Automation Script
Purpose: Systematically update all 19 submodules in dependency-aware order Author: AZ1.AI CODITECT Team Version: 1.0 Date: 2025-11-16
📄️ update training paths.sh
Updates user-training/ references to docs/11-training-certification/ in critical files Usage: ./scripts/update-training-paths.sh [--dry-run] Phase 1 Implemen...
📄️ Verify Submodules Validation Script
Comprehensive verification of CODITECT submodule setup including symlink integrity, template generation, git configuration, and framework accessibility. Usag...