Skip to main content

What is CODITECT CORE?

What is CODITECT-CORE?

The AI development framework that never forgets.

CODITECT (Comprehensive Development & Integration Technology for Execution, Coordination, and Tracking) solves the biggest problem in AI-assisted development: catastrophic forgetting.

The Problem

Every AI coding session starts fresh. Your AI assistant doesn't remember:

  • Yesterday's architectural decisions
  • Code patterns that worked
  • Bugs you already fixed together
  • Context from previous conversations

This costs development teams an estimated $12.7 billion annually in lost productivity.

The Solution

CODITECT gives AI assistants persistent memory across sessions:

Session 1 ──┐
Session 2 ──┼──▶ /cx ──▶ [Memory Database] ──▶ /cxq ──▶ Instant Recall
Session N ──┘

Two commands to remember:

  • /cx - Save session context (run at end)
  • /cxq - Query knowledge base (run at start, during work)

What's Inside?

560+ Components

TypeCountPurpose
Agents118AI specialists (debugger, orchestrator, code-reviewer)
Commands128Quick actions (/new-project, /git-sync, /deploy)
Skills77Automation patterns (security-audit, api-docs)
Scripts195Python/shell utilities
Workflows1,096N8N-compatible across 29 industries

Anti-Forgetting Memory

What gets preserved:

  • 74,262 messages indexed
  • 2,598 architectural decisions tracked
  • 12,604 code patterns cataloged
  • 259 error solutions documented

How it works:

  1. Sessions auto-saved to ~/.claude/projects/ (JSONL files)
  2. /cx deduplicates and indexes messages (SQLite + FTS5)
  3. /cxq searches with keyword, semantic, or RAG retrieval
  4. Knowledge auto-extracted (decisions, patterns, errors)

Distributed Intelligence

AI intelligence available at every directory level via symlinks:

Any Project/
├── .claude/ → .coditect/ → coditect-core/
├── agents/ (118 specialists)
├── commands/ (128 automations)
├── skills/ (77 patterns)
└── scripts/ (195 utilities)

The CODITECT Difference

Before CODITECTWith CODITECT
1 generalist AI118 specialized agents
Forgets everythingRemembers all sessions
Manual workflows1,096 automated workflows
Recreate solutionsReuse patterns (50-90%)
Context lossZero data loss

How to Use It

For AI Agents (Claude)

Start of session:

/cxq --recall "current topic"
/cxq --recent 20

During work:

/cxq --decisions          # Query past decisions
/cxq --patterns python # Find code patterns
/cxq --errors "TypeError" # Get error solutions

End of session:

/cx   # Save everything

For Developers

Invoke specialists with Task tool:

Task(
subagent_type="orchestrator",
prompt="Plan deployment with agent assignments"
)

Task(
subagent_type="debugger",
prompt="Investigate authentication error in login.py"
)

Use commands for quick actions:

/new-project "Build task API"
/git-sync --target all
/deploy

Platform Vision: 7 Phases

PhaseStatusKey Capability
1-3✅ CompleteLocal framework + Cloud IDE + 1,096 workflows
4🔨 In DevEnterprise licensing, authentication, RBAC
5📋 PlannedWorkflow marketplace, monetization
6📋 Planned95% autonomous multi-agent orchestration
7📋 Planned1M+ users, FoundationDB multi-tenant

Current: Phases 1-3 production-ready Next: Phase 4 enterprise features Future: Fully autonomous AI workforce

Quick Start

# 1. Run guided onboarding
/onboard

# 2. Create your first project
/new-project "Your idea"

# 3. Save your session
/cx

What Can You Build?

With CODITECT, you can:

  • Create production-ready projects in minutes
  • Never lose context between sessions
  • Query 74K+ messages of development history
  • Reuse proven code patterns automatically
  • Coordinate 118 AI specialists
  • Deploy with automated workflows

See it in action: CODITECT-WELCOME-ABOARD.md has 15 ready-to-use recipes.

Next Steps

New users:

  1. Start with /onboard for guided setup
  2. Follow USER-quick-start.md for 10-minute orientation
  3. Explore CODITECT Cookbook for recipes

Deep dive:


Owner: AZ1.AI INC Lead: Hal Casteel, Founder/CEO/CTO Framework Version: CODITECT v1.7.2 + UAF v2.0 Last Updated: December 22, 2025