LiveNode · cascade-architect
2026-06-14 · 05:03:Z
IBM Bob · Hackathon 2026Cascade
/02 · analyze

Predict the blast radius before the merge.

Paste a git diff, or fire a preset. IBM Bob Shell runs the cascade-architect instructions server-side, streams stdout/stderr over SSE, and validates the fenced JSON before it hits the impact table.

Phase
TTFT
Elapsed
idle
0.00s
engine: IBM Bob Shell
// configurationThe `bob` CLI is not on PATH. Install IBM Bob Shell so `bob --help` works in the same environment as this Next.js server. Baked reports under /demos still work without Bob.
cp .env.example .env.local
// github pull request

Works with any public GitHub pull request (paste the PR URL). Fetches the full unified diff plus up to 10 changed-file snapshots from the PR head via /api/github. Private repos need a token with repo scope. Then Run cascade sends diff + snippets to Bob Shell (bob CLI + BOBSHELL_API_KEY).

// presets
CRITICALDEMO-1

Auth signature change

verifyToken return type flips from boolean to object — every caller silently bypasses auth.

3 ctx files
CRITICALDEMO-2

Env var silent rename

SMTP_SERVER → MAIL_HOST in code, but .env / docker-compose still ship SMTP_SERVER. Production email dies silently.

3 ctx files
MEDIUMDEMO-3

Safe internal refactor

calculateTax keeps its signature but now rounds to 2 decimals. Only behaviour, not contract.

3 ctx files
// input · unified diff1 lines
agent offline
// telemetry · liveidle
Waiting for analyst trace…