GCS Distribution Index
Bucket: gs://coditect-dist
Public URL Base: https://storage.googleapis.com/coditect-dist/
Last Updated: 2026-01-20T08:00:00Z
Table of Contents
- Binaries (codi-watcher)
- Installation Scripts
- Documentation
- Quick Install Commands
- Checksum Verification
- GCS Bucket Structure
- Update History
Binaries (codi-watcher)
Current Version: v0.4.0 (2026-01-20)
The Context Watcher (codi-watcher) is a Rust-based daemon that monitors Claude Code context usage and automatically exports sessions when context reaches a H.P.009-CONFIGurable threshold (default: 75%).
Platform Downloads
| Platform | Architecture | Size | SHA256 | Download |
|---|---|---|---|---|
| macOS | ARM64 (Apple Silicon) | 2.9 MB | e57646d1... | Download |
| macOS | x86_64 (Intel) | 3.0 MB | c6f2767b... | Download |
| Linux | ARM64 | 3.4 MB | 6909039c... | Download |
| Linux | x86_64 | 3.5 MB | 9b5701e2... | Download |
| Windows | x86_64 | 5.9 MB | c45ad704... | Download |
Full SHA256 Checksums
e57646d16add5ece8fe512c58cee006b0b8c419c383d5660f7d93f004ae418f3 codi-watcher-darwin-arm64
c6f2767bf4fec66246eb21e789f592f0a90c31e0bfb860b17314ef46186b9d3b codi-watcher-darwin-x86_64
6909039c67f53d8e7dcf1f093f69916f8bb20479a5d1ad5e629c8dd3c98500d8 codi-watcher-linux-arm64
9b5701e24e41ff3b8cec2ca2390a3014e81bc7f96bd8278a2e5d8f2ee69e4788 codi-watcher-linux-x86_64
c45ad704334e0d89cdcdbfbc7e26aaf9d2aea31b7cdfc94f1bf921f68288d30d codi-watcher-windows-x86_64.exe
Direct URLs
# macOS ARM64 (Apple Silicon M1/M2/M3)
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-arm64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-arm64.sha256
# macOS x86_64 (Intel)
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-x86_64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-x86_64.sha256
# Linux ARM64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-linux-arm64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-linux-arm64.sha256
# Linux x86_64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-linux-x86_64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-linux-x86_64.sha256
# Windows x86_64
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-windows-x86_64.exe
https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-windows-x86_64.exe.sha256
Binary Installation
# Auto-detect platform and install
PLATFORM=$(uname -s | tr '[:upper:]' '[:lower:]')
ARCH=$(uname -m)
# Map architecture names
[[ "$ARCH" == "aarch64" ]] && ARCH="arm64"
[[ "$ARCH" == "x86_64" ]] && ARCH="x86_64"
# Download binary
curl -sL "https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-${PLATFORM}-${ARCH}" \
-o ~/.coditect/bin/codi-watcher
# Make executable
chmod +x ~/.coditect/bin/codi-watcher
# Verify checksum
curl -sL "https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-${PLATFORM}-${ARCH}.sha256" | \
sha256sum -c -
Version History
| Version | Date | Changes |
|---|---|---|
| v0.4.0 | 2026-01-20 | All 5 platforms, unified build system |
| v0.3.0 | 2026-01-12 | macOS ARM64 only, initial release |
Installation Scripts
Primary Scripts
| Script | Version | Purpose | Download |
|---|---|---|---|
| CODITECT-CORE-INITIAL-SETUP.py | 2.2.0 | 13-step user installation | Download |
| CODITECT-DEVELOPER-SETUP.py | 2.0.0 | 8-step developer H.P.009-CONFIGuration | Download |
| install.py | 1.0.0 | Curl-friendly installer wrapper | Download |
Direct URLs
# User Setup Script (13 steps) - PRIMARY
https://storage.googleapis.com/coditect-dist/CODITECT-CORE-INITIAL-SETUP.py
# Also available at legacy location
https://storage.googleapis.com/coditect-dist/H.P.004-SCRIPTS/CODITECT-CORE-INITIAL-SETUP.py
# Developer Setup Script (8 steps)
https://storage.googleapis.com/coditect-dist/H.P.004-SCRIPTS/CODITECT-DEVELOPER-SETUP.py
# Curl Installer Wrapper
https://storage.googleapis.com/coditect-dist/install.py
Script Descriptions
CODITECT-CORE-INITIAL-SETUP.py (v2.2.0)
Purpose: Complete CODITECT installation for end users with all features enabled.
13-Step Installation Process:
| Step | Name | Description |
|---|---|---|
| 1 | Repository | Clone/update coditect-core to protected system location |
| 2 | Symlinks | Create ~/.coditect, ~/PROJECTS/.coditect, ~/PROJECTS/.claude |
| 3 | Claude Code | Configure settings.json with CODITECT H.P.005-HOOKS |
| 4 | Database | Initialize four-tier databases (ADR-118: org.db, sessions.db, platform.db) |
| 5 | Machine ID | Generate hardware-based UUID for this machine |
| 6 | Session Logs | Set up machine-specific session log directory |
| 7 | Python | Create virtual environment and install dependencies |
| 8 | Statusline | Install 7-section Claude Code statusline |
| 9 | Context Watcher | Install codi-watcher auto-export daemon |
| 10 | Backup | Configure automatic GCS backup (optional) |
| 11 | Licensing | Initialize license verification system |
| 12 | Platform DB | Initialize platform.db for component index (ADR-089) |
| 13 | MoE Tools | Configure MCP servers and governance H.P.005-HOOKS |
Key Features:
- Four-tier architecture (ADR-118):
org.db+sessions.db+platform.db - MoE verification layer with judge personas
- Automatic context export via launchd daemon
- 7-section statusline for session visibility
CODITECT-DEVELOPER-SETUP.py (v2.0.0)
Purpose: Configure CODITECT for contributors working on the framework itself.
8-Step Configuration Process:
- Environment detection (validates existing submodule)
- Backup existing protected installation
- Symlink reH.P.009-CONFIGuration to submodule
- Database initialization
- Machine ID generation
- Claude Code H.P.005-HOOKS H.P.009-CONFIGuration
- Statusline installation
- Python environment setup
Key Difference: Points symlinks to editable git submodule instead of protected location.
Documentation
Core Documentation
| Document | Version | Description | Download |
|---|---|---|---|
| CLAUDE.md | 2.9.0 | AI agent context and instructions | View |
| USER-QUICK-START.md | 5.0.0 | 10-minute getting started guide | View |
| DEVELOPER-QUICK-START.md | 2.0.0 | Developer onboarding guide | View |
Reference Documentation
| Document | Version | Description | Download |
|---|---|---|---|
| GCS-DISTRIBUTION-INDEX.md | 2.0.0 | This index document | View |
| GITHUB-CLI-USER-MANAGEMENT.md | 1.0.0 | GitHub CLI reference for user management | View |
Email Templates
| Document | Version | Description | Download |
|---|---|---|---|
| PILOT-INVITATION-EMAIL.md | 2.0.0 | User pilot invitation template | View |
| PILOT-DEVELOPER-INVITATION-EMAIL.md | 2.0.0 | Developer pilot invitation template | View |
Direct URLs
# AI Agent Context
https://storage.googleapis.com/coditect-dist/CLAUDE.md
# Quick Start Guides
https://storage.googleapis.com/coditect-dist/docs/USER-QUICK-START.md
https://storage.googleapis.com/coditect-dist/docs/DEVELOPER-QUICK-START.md
# Reference
https://storage.googleapis.com/coditect-dist/docs/GCS-DISTRIBUTION-INDEX.md
https://storage.googleapis.com/coditect-dist/docs/GITHUB-CLI-USER-MANAGEMENT.md
# Email Templates
https://storage.googleapis.com/coditect-dist/docs/H.P.008-TEMPLATES/PILOT-INVITATION-EMAIL.md
https://storage.googleapis.com/coditect-dist/docs/H.P.008-TEMPLATES/PILOT-DEVELOPER-INVITATION-EMAIL.md
Quick Install Commands
For End Users (Full 13-Step Setup)
# Option 1: Curl installer (recommended)
curl -sL https://storage.googleapis.com/coditect-dist/install.py | python3
# Option 2: Download and run directly
curl -O https://storage.googleapis.com/coditect-dist/CODITECT-CORE-INITIAL-SETUP.py
python3 CODITECT-CORE-INITIAL-SETUP.py
For Developers (8-Step Setup)
# After cloning coditect-rollout-master with --recursive
cd submodules/core/coditect-core
curl -sL https://storage.googleapis.com/coditect-dist/H.P.004-SCRIPTS/CODITECT-DEVELOPER-SETUP.py | python3
Binary-Only Installation
# Download and install codi-watcher only
mkdir -p ~/.coditect/bin
curl -sL https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-arm64 \
-o ~/.coditect/bin/codi-watcher
chmod +x ~/.coditect/bin/codi-watcher
Checksum Verification
Verify Downloaded Files
# Download checksum file
curl -sL https://storage.googleapis.com/coditect-dist/codi-watcher/v0.4.0/codi-watcher-darwin-arm64.sha256 \
-o codi-watcher.sha256
# Verify binary
echo "$(cat codi-watcher.sha256) codi-watcher-darwin-arm64" | sha256sum -c -
Generate Checksum for Any File
# macOS
shasum -a 256 filename
# Linux
sha256sum filename
GCS Bucket Structure
gs://coditect-dist/
├── CODITECT-CORE-INITIAL-SETUP.py # Primary setup script (v2.2.0)
├── CLAUDE.md # AI agent context (v2.9.0)
├── install.py # Curl installer wrapper (v1.0.0)
│
├── H.P.004-SCRIPTS/
│ ├── CODITECT-CORE-INITIAL-SETUP.py # Legacy location (v2.2.0)
│ └── CODITECT-DEVELOPER-SETUP.py # Developer setup (v2.0.0)
│
├── docs/
│ ├── USER-QUICK-START.md # User guide (v5.0.0)
│ ├── DEVELOPER-QUICK-START.md # Developer guide (v2.0.0)
│ ├── GITHUB-CLI-USER-MANAGEMENT.md # GitHub CLI reference (v1.0.0)
│ ├── GCS-DISTRIBUTION-INDEX.md # This index (v2.0.0)
│ └── H.P.008-TEMPLATES/
│ ├── PILOT-INVITATION-EMAIL.md # User email (v2.0.0)
│ └── PILOT-DEVELOPER-INVITATION-EMAIL.md # Developer email (v2.0.0)
│
└── codi-watcher/
└── v0.4.0/
├── codi-watcher-darwin-arm64 # macOS Apple Silicon
├── codi-watcher-darwin-arm64.sha256
├── codi-watcher-darwin-x86_64 # macOS Intel
├── codi-watcher-darwin-x86_64.sha256
├── codi-watcher-linux-arm64 # Linux ARM64
├── codi-watcher-linux-arm64.sha256
├── codi-watcher-linux-x86_64 # Linux x86_64
├── codi-watcher-linux-x86_64.sha256
├── codi-watcher-windows-x86_64.exe # Windows
└── codi-watcher-windows-x86_64.exe.sha256
Version Matrix
| Component | Current Version | Last Updated |
|---|---|---|
| codi-watcher binary | v0.4.0 | 2026-01-20 |
| CODITECT-CORE-INITIAL-SETUP.py | v2.2.0 | 2026-01-20 |
| CODITECT-DEVELOPER-SETUP.py | v2.0.0 | 2026-01-13 |
| install.py | v1.0.0 | 2026-01-12 |
| USER-QUICK-START.md | v5.0.0 | 2026-01-20 |
| DEVELOPER-QUICK-START.md | v2.0.0 | 2026-01-13 |
| CLAUDE.md | v2.9.0 | 2026-01-20 |
| GCS-DISTRIBUTION-INDEX.md | v2.0.0 | 2026-01-20 |
Update History
| Date | Component | Version | Change |
|---|---|---|---|
| 2026-01-20 | GCS-DISTRIBUTION-INDEX.md | 2.0.0 | Major rewrite with binaries, checksums |
| 2026-01-20 | codi-watcher | 0.4.0 | Added all 5 platforms (darwin/linux/windows) |
| 2026-01-20 | CODITECT-CORE-INITIAL-SETUP.py | 2.2.0 | Added MoE tools, platform.db (ADR-089) |
| 2026-01-20 | CLAUDE.md | 2.9.0 | Updated for 13-step installation |
| 2026-01-20 | USER-QUICK-START.md | 5.0.0 | Updated for v2.2.0 script |
| 2026-01-14 | GCS-DISTRIBUTION-INDEX.md | 1.1.0 | Added script descriptions narrative |
| 2026-01-13 | PILOT-DEVELOPER-INVITATION-EMAIL.md | 2.0.0 | Created |
| 2026-01-13 | PILOT-INVITATION-EMAIL.md | 2.0.0 | Updated for v2.0.0 H.P.004-SCRIPTS |
| 2026-01-13 | DEVELOPER-QUICK-START.md | 2.0.0 | Created |
| 2026-01-13 | CODITECT-DEVELOPER-SETUP.py | 2.0.0 | Created |
| 2026-01-13 | USER-QUICK-START.md | 5.0.0 | Updated for v2.0.0 script |
| 2026-01-13 | CODITECT-CORE-INITIAL-SETUP.py | 2.0.0 | Major update to 10 steps |
| 2026-01-12 | install.py | 1.0.0 | Curl installer wrapper |
| 2026-01-12 | codi-watcher | 0.3.0 | Initial release (darwin-arm64 only) |
| 2026-01-12 | GITHUB-CLI-USER-MANAGEMENT.md | 1.0.0 | Initial |
Cache Control
All files are uploaded with cache-control headers to prevent CDN caching issues:
--cache-control="no-cache, no-store, max-age=0"
To force refresh after updates, clear browser cache or use:
curl -H "Cache-Control: no-cache" https://storage.googleapis.com/coditect-dist/...
Future: Authenticated Downloads
A landing page on auth.coditect.ai is planned to provide authenticated download access for approved users. This will:
- Require user registration and login
- Require admin approval for download access
- Provide signed URLs or proxied downloads
- Track download analytics per user
Until implemented, these public GCS URLs remain the primary distribution mechanism.
Bucket: gs://coditect-dist Owner: AZ1.AI INC Last Updated: 2026-01-20T08:00:00Z