Skip to main content

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:

USER-QUICK-START.md

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:

StepWhat Happens
1Detect your environment (Python, Git)
2Authenticate with GitHub (browser opens)
3Clone CODITECT to your machine
4Copy to protected location
5Configure symlinks
6Initialize context database (8 tables)
7Generate your unique machine ID
8Configure Claude Code H.P.005-HOOKS
9Configure statusline (7 sections)
10Set 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

ComponentLocation
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 WatcherBackground service (launchd)
Context IndexerPeriodic 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

CommandPurpose
/orientStart of every session
/which <task>Find the right agent
/cxSave session context
/cxq "search"Search past work
/commitCommit changes

Need Help?

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.