The exact output a stranger sees when cloning and running the repo.
$ 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
$ npm install added 1 package, and audited 6 packages in 769ms found 0 vulnerabilities
$ npm run build > tsc -p tsconfig.test.json
$ 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
$ 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
$ 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
$ 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
$ 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