CODITECT Pilot User Invitation Email
Subject: Welcome to CODITECT - Your Installation Instructions
For: End users installing CODITECT locally (not developers/contributors)
Hi [CUSTOMER_NAME],
Welcome to the CODITECT pilot program! You've been selected to be among the first users of our AI-powered development framework.
Getting Started (15 minutes)
Step 1: Read the Quick Start Guide
Review the installation guide before starting:
This guide walks you through all 10 setup steps in detail.
Step 2: Run the Installer
Open Terminal and run this single command:
curl -sL https://storage.googleapis.com/coditect-dist/install.py | python3
The installer will guide you through 10 steps:
| Step | What Happens |
|---|---|
| 1 | Detect your environment (Python, Git) |
| 2 | Authenticate with GitHub (browser opens) |
| 3 | Clone CODITECT to your machine |
| 4 | Copy to protected location |
| 5 | Configure symlinks |
| 6 | Initialize context database (8 tables) |
| 7 | Generate your unique machine ID |
| 8 | Configure Claude Code H.P.005-HOOKS |
| 9 | Configure statusline (7 sections) |
| 10 | Set up Python virtual environment |
Total time: 5-10 minutes
Step 3: Verify Your Installation
After setup completes:
# Check symlinks
ls -la ~/.coditect
# Check machine ID
cat ~/.coditect/machine-id.json | head -5
# Verify database
sqlite3 ~/PROJECTS/.coditect-data/context-storage/context.db ".tables"
# Check background services
launchctl list | grep coditect
Step 4: Start Using CODITECT
# Activate the environment
source ~/.coditect/.venv/bin/activate
# Start Claude Code
claude
# Run orientation (every session start)
/orient
What Gets Installed
| Component | Location |
|---|---|
| Framework | ~/Library/Application Support/CODITECT/core/ |
| Symlink | ~/.coditect |
| Database | ~/PROJECTS/.coditect-data/context-storage/context.db |
| Machine ID | ~/.coditect/machine-id.json |
| Python venv | ~/.coditect/.venv/ |
| Context Watcher | Background service (launchd) |
| Context Indexer | Periodic service (launchd) |
Requirements
- macOS 12.0+ (Monterey or later) or Linux (Ubuntu 20+)
- Python 3.9+
- Git 2.30+
- Claude Max subscription for AI features
Key Commands
| Command | Purpose |
|---|---|
/orient | Start of every session |
/which <task> | Find the right agent |
/cx | Save session context |
/cxq "search" | Search past work |
/commit | Commit changes |
Need Help?
- Documentation: https://docs.coditect.ai
- Quick Start: https://storage.googleapis.com/coditect-dist/docs/USER-QUICK-START.md
- Email: support@coditect.ai
We're excited to have you on board!
Best regards, The CODITECT Team
Script Version: 2.0.0 | Copyright (c) 2025-2026 AZ1.AI Inc. All Rights Reserved.