Skip to main content

35 docs tagged with "shell-scripts"

View all tags

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 Context Database Backup Script

======================================= Backs up context.db and unified_messages.jsonl to GCP Cloud Storage with timestamped folders and retention management...

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

CODITECT First Time Setup Script

Creates Python virtual environment and installs all dependencies. Run once after cloning the repository. Usage: ./scripts/setup.sh

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 Pre commit Hook Script

================================ STATUS: STUB - Not yet implemented VERSION: 0.1.0 (placeholder) AUTHOR: CODITECT Core Team DESCRIPTION: Git pre-commit hook ...

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 Runner Script

============================ STATUS: STUB - Not yet implemented VERSION: 0.1.0 (placeholder) AUTHOR: CODITECT Core Team DESCRIPTION: Universal test runner th...

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

Context Database Maintenance Script

Performs integrity checks, statistics updates, and cleanup operations Usage: ./scripts/db-maintenance.sh # Full maintenance ./scripts/db-maintenanc...

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