NEXUS OS v3.1 — Cold Start Guide
Goal: Get any new agent or developer fully operational in under 5 minutes with zero context loss.
Step 1: Environment Setup
# Linux / macOS
cd NEXUS
source venv/bin/activate
# Windows
cd NEXUS
.\venv\Scripts\Activate.ps1
Step 2: Install & Verify
pip install -e . httpx -q
python scripts/diagnostic.py
python -m pytest tests/ -q --tb=short
Expected result: 635+ tests passed and ALL CHECKS PASSED.
Step 3: Start the Governance API
uvicorn nexus_os.api.server:app --host 0.0.0.0 --port 7352
Step 4: Read Context (Mandatory)
Every agent must read these files in order before doing any work:
COLDSTART_BOOT.txtAGENTS.mdtasks/coordination_prompt.md- Their personal
AGENT.md(fromdocs/agents/)
Step 5: Daily Workflow
- Activate environment
- Run
python scripts/diagnostic.py - Check
tasks/pending/for assigned work - Claim task using
task_queue.py - Work → Test → Commit (explicit paths only)
- Update task progress
Never create new tasks or missions independently.
Xet Storage Details
- Size:
- 1.12 kB
- Xet hash:
- 74d471e3ed8865d6b911529bb66bea33b1658593ab2029b5892c52d6e37d2842
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.