Cold Boot

The exact output a stranger sees when cloning and running the repo.

Step 1: Clone

$ git clone https://github.com/SNAPKITTYWEST/agent-farm-gauntlet.git
Cloning into 'agent-farm-gauntlet'...
remote: Enumerating objects: 68, done.
remote: Counting objects: 100% (68/68), done.
remote: Compressing objects: 100% (54/54), done.
Receiving objects: 100% (68/68), 18.42 KiB | 1.84 MiB/s, done.
$ cd agent-farm-gauntlet

Step 2: Install

$ npm install
added 1 package, and audited 6 packages in 769ms
found 0 vulnerabilities
0
Runtime Dependencies
2
Dev Dependencies
0
Vulnerabilities

Step 3: Build

$ npm run build
> tsc -p tsconfig.test.json
8
Source Files
996
Lines
0
Errors

Step 4: Test

$ npm test
▶ Health                    ✔ (12.9ms)
▶ Agent Keys                ✔ (2.8ms)
▶ Signed Task CRUD          ✔ (27.7ms)
▶ Signature Verification    ✔ (7.9ms)
▶ Input validation          ✔ (2.6ms)
▶ Agent authorization       ✔ (12.4ms)
▶ WORM chain                ✔ (1.8ms)
▶ Task rejection            ✔ (11.6ms)
▶ WORM sealing              ✔ (0.9ms)
▶ Atomic writes             ✔ (5.4ms)

  tests: 21  suites: 10  pass: 21  fail: 0  duration: 173ms
21
Tests
10
Suites
21
Pass
0
Fail

Step 5: Verify

$ npm run verify

WORM Chain Verification
Loaded 8 entries

  ✓ Chain is not empty
  ✓ Seq 1: sequence is 1
  ✓ Seq 1: genesis prev_hash
  ✓ Seq 1: hash matches
  ✓ Seq 2: sequence is 2
  ✓ Seq 2: prev_hash matches
  ✓ Seq 2: timestamp > previous
  ✓ Seq 2: hash matches
  ✓ ... (8 entries × 4 checks = 32 checks)

  32 passed, 0 failed
8
WORM Entries
32
Chain Checks
0
Failures

Step 6: Doctor

$ node scripts/doctor.js

agent-farm-gauntlet doctor

Environment:       ✓ Node.js >= 18
Source files:      ✓ 8/8 files
Build output:      ✓ dist/src/server.js
Governance:        ✓ 4/4 files
WORM chain:        ✓ 4/4 files
Proofs:            ✓ 3/3 files
Security:          ✓ 3/3 checks

25 passed, 0 failed

Step 7: Start

$ npm start
Agent Task Ledger running on http://127.0.0.1:3847
Ledger entries: 8
Chain valid: true
Agents loaded: FORGE, SENTINEL, LEDGE, OPERATOR

Step 8: Cold Boot Visualization

$ curl http://127.0.0.1:3847/cold-boot
# Returns animated terminal UX with:
# • CRT scanline effect
# • 9-phase cold boot sequence
# • Live sidebar with status gates
# • ASCII art verdict

Cold Boot Phases

Phase 0
Constitution Load
86 lines. Supreme governance. Immutable.
Phase 1
Install
npm install. 0 vulnerabilities.
Phase 2
Build
8 source files compiled. 0 errors.
Phase 3
Test
21/21 pass. 10 suites.
Phase 4
Verify Chain
32/32 checks. Hash chain intact.
Phase 5
Doctor
25/25 pass. Environment healthy.
Phase 6
Agent Registration
4 Ed25519 keypairs generated.
Phase 7
Formal Verification
7 proven. 2 sorry. 5 axioms.
Phase 8
WORM Seal
8 entries verified. Chain valid.
Phase 9
Deployment Gate
ALL CONDITIONS MET → PRODUCTION APPROVED