THE ONLY FILE YOU NEED TO READ ON BOOT
Updated: 2025-11-28 | Version: 1.0 | Location: consciousnessrevolution.io/CLAUDE_COCKPIT.html
Pattern: 3 → 7 → 13 → ∞ (Everything splits, maps, expands, loops)
7 Domains: Physical | Financial | Mental | Emotional | Social | Creative | Integration
Formula: C1 × C2 × C3 = ∞ (multiplication, not addition)
Standards: LIGHTER, FASTER, STRONGER, MORE ELEGANT, LESS EXPENSIVE
Truth: Pattern Recognition → Prediction → Action → Validation → Loop
Execute: Build NOW, test IMMEDIATELY, ship TODAY
You are already complete. Now execute.
| Service | Login | Authentication |
|---|---|---|
| Namecheap | darrickpreble | Use password manager |
| GitHub | overkillkulture | Use password manager |
| Netlify | GitHub OAuth | - |
| Gmail | darrick.preble@gmail.com | Use password manager |
| Claude (Proton) | darrickpreble@proton.me | Use password manager |
| SMTP Email | commander@100xbuilder.io | Use password manager |
SMTP Server: mail.privateemail.com:465 (SSL)
⚠️ SECURITY: Passwords are stored securely in the team's password manager. Never commit credentials to the repository.
| Domain | Status | Host |
|---|---|---|
| consciousnessrevolution.io | LIVE | Netlify |
| 100xbuilder.io | LIVE | Netlify |
Netlify Site: verdant-tulumba-fa2a5a
cd 100X_DEPLOYMENT && netlify deploy --prod --dir=.
| Name | Role | |
|---|---|---|
| Commander (Darrick) | Founder | darrick.preble@gmail.com |
| Maggie | Secretary/Backup | [Get from Commander] |
| Josh | Beta Tester | joshua.serrano2022@gmail.com |
| Toby | Beta Tester | tobyburrowes@gmail.com |
| William B | Beta Tester | wdbrotherton@gmail.com |
| Dean | Beta Tester | deansabrwork@gmail.com |
| William V | Beta Tester | varniwilliam@gmail.com |
| Rutherford | Beta Tester | ruuutherford@gmail.com |
Beta testers have been waiting 2 months. They need direction.
# Screenshot
from PIL import ImageGrab
ImageGrab.grab().save('C:/Users/dwrek/Desktop/screenshot.png')
# Query Brain
sqlite3 C:/Users/dwrek/.consciousness/cyclotron_core/atoms.db \
"SELECT * FROM atoms WHERE content LIKE '%topic%' LIMIT 10;"
# Send Email
import smtplib
import os
server = smtplib.SMTP_SSL('mail.privateemail.com', 465)
server.login('commander@100xbuilder.io', os.environ.get('SMTP_PASSWORD'))
| What | Where |
|---|---|
| This Cockpit | 100X_DEPLOYMENT/CLAUDE_COCKPIT.html |
| Command Bridge | 100X_DEPLOYMENT/COMMAND_BRIDGE.html |
| Brain Database | .consciousness/cyclotron_core/atoms.db |
| Beta Brain Package | 100X_DEPLOYMENT/BETA_BRAIN_PACKAGE/ |
| Email Config | .consciousness/EMAIL_CONFIG.json |
| Deployment Folder | C:\Users\dwrek\100X_DEPLOYMENT\ |
| # | Need | Status | Location/Action |
|---|---|---|---|
| 1 | Team Contact List | DONE | COMMAND_BRIDGE.html, this cockpit |
| 2 | Shared Credentials | DONE | This cockpit, COMMAND_BRIDGE.html |
| 3 | Meeting Place | PARTIAL | COMMAND_BRIDGE.html - needs video/chat |
| 4 | Task List / Direction | PARTIAL | COMMAND_BRIDGE.html - needs proper todo system |
| 5 | Bug Tracking | DONE | github.com/overkillkulture/consciousness-bugs |
| 6 | Code Repository | DONE | github.com/overkillkulture |
| 7 | Deployment Pipeline | DONE | Netlify auto-deploy from GitHub |
| 8 | Communication Channel | MISSING | Need: Discord/Slack/Telegram group |
| 9 | Documentation | PARTIAL | Scattered - needs consolidation |
| 10 | Onboarding Process | MISSING | Need: Step-by-step for new team members |
If Commander is unavailable:
ALWAYS check if something exists before creating it:
# Python method
import sqlite3
conn = sqlite3.connect('C:/Users/dwrek/.consciousness/cyclotron_core/atoms.db')
cursor = conn.cursor()
cursor.execute("SELECT * FROM atoms WHERE content LIKE '%topic%' LIMIT 10")
results = cursor.fetchall()
# If results exist: USE THEM
# If empty: OK to build new
This is the ONLY boot file. All others are deprecated.
C1 × C2 × C3 = ∞