{
  "projects" : {
    "terminalto" : {
      "path" : "/home/uprootiny/March2026/terminalto",
      "name" : "disparch",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "start",
        "cmd" : "node disparch.js"
      } ]
    },
    "numerai-rust-engine" : {
      "path" : "/home/uprootiny/numerai/numerai-rust-engine",
      "name" : "numerai-rust-engine",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 4637,
        "last-commit" : "ded0ea1 Add slow-burn incremental training and Rust inference"
      }
    },
    "system-journal" : {
      "path" : "/home/uprootiny/system-journal",
      "name" : "system-journal",
      "type" : "node",
      "git" : {
        "branch" : "main",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "0b9f366 ci: add smoke tests for operational surfaces"
      },
      "scripts" : [ {
        "name" : "test",
        "cmd" : "node --test test/*.test.js"
      }, {
        "name" : "check",
        "cmd" : "node --check bin/serve.js && node --check projects/agentslack/src/server.js && node --check projects/free-stack/src/server.js"
      }, {
        "name" : "check:shell",
        "cmd" : "bash -n bin/introspect.sh control-plane/manager.sh control-plane/dispatch-agent.sh control-plane/agentslack-cli.sh"
      } ]
    },
    "electric" : {
      "path" : "/home/uprootiny/rescued-data/electric",
      "name" : null,
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "tinystatus" : {
      "path" : "/home/uprootiny/rescued-data/tinystatus",
      "name" : "tinystatus",
      "type" : "clojure",
      "git" : null
    },
    "baroque" : {
      "path" : "/home/uprootiny/baroque",
      "name" : "baroque",
      "type" : "clojure",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : ""
      }
    },
    "tmux-web" : {
      "path" : "/home/uprootiny/tmux-web",
      "name" : "tmux-web",
      "type" : "babashka",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 1,
        "last-commit" : "b50cfc4 Extract tmux-web from coggy as standalone project"
      },
      "tasks" : [ ]
    },
    "deskfloor" : {
      "path" : "/home/uprootiny/deskfloor",
      "name" : "deskfloor",
      "type" : "babashka",
      "git" : null,
      "tasks" : [ ],
      "scripts" : [ {
        "name" : "build",
        "cmd" : "shadow-cljs release dashboard"
      }, {
        "name" : "watch",
        "cmd" : "shadow-cljs watch dashboard"
      }, {
        "name" : "clean",
        "cmd" : "shadow-cljs clean"
      } ]
    },
    "clojurescript-portfolio" : {
      "path" : "/home/uprootiny/projects/clojurescript-portfolio",
      "name" : "clojurescript-portfolio",
      "type" : "node",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 4,
        "last-commit" : "cff2d80 🏆 Establish healthy ClojureScript Portfolio PWA pipeline"
      },
      "scripts" : [ ]
    },
    "wasm-gauntlet" : {
      "path" : "/home/uprootiny/SCARLET/wasm-gauntlet",
      "name" : "wasm-gauntlet",
      "type" : "rust",
      "git" : null
    },
    "llm-slots" : {
      "path" : "/home/uprootiny/llm-slots",
      "name" : "llm-slots",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "next dev"
      }, {
        "name" : "build",
        "cmd" : "next build"
      }, {
        "name" : "start",
        "cmd" : "next start"
      }, {
        "name" : "lint",
        "cmd" : "next lint"
      } ]
    },
    "fie-web-serve" : {
      "path" : "/home/uprootiny/fie-web-serve",
      "name" : "fie",
      "type" : "node",
      "git" : {
        "branch" : "claude/serve-local",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "fe86e0b Add root index for GitHub Pages"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "node server.js"
      }, {
        "name" : "start",
        "cmd" : "node server.js"
      } ]
    },
    "lambdas" : {
      "path" : "/home/uprootiny/lambdas",
      "name" : "clojure-lambda-ruliology-notebook",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 4,
        "last-commit" : "6ce91e5 🚀 Complete deployment automation with EDN configuration"
      },
      "scripts" : [ {
        "name" : "start",
        "cmd" : "node server.js"
      }, {
        "name" : "dev",
        "cmd" : "nodemon server.js"
      } ]
    },
    "damm" : {
      "path" : "/home/uprootiny/damm",
      "name" : "damm-vpn-reference",
      "type" : "node",
      "git" : {
        "branch" : "postgres-backend-hardening",
        "dirty" : true,
        "changes" : 5,
        "last-commit" : "c7ef401 Align DAMM onboarding around the /get wizard"
      },
      "scripts" : [ {
        "name" : "lab:nix",
        "cmd" : "bash scripts/run-nix-lab.sh"
      }, {
        "name" : "validate",
        "cmd" : "bash scripts/validate.sh"
      }, {
        "name" : "smoke:hetzner",
        "cmd" : "node orchestrator/hetzner-smoke.js"
      }, {
        "name" : "cleanup:hetzner",
        "cmd" : "node orchestrator/hetzner-cleanup.js"
      }, {
        "name" : "benchmark:enroll",
        "cmd" : "node scripts/benchmark-enroll.js"
      }, {
        "name" : "tracer",
        "cmd" : "bash scripts/tracer-bullet.sh"
      }, {
        "name" : "start",
        "cmd" : "node control-plane/server.js"
      }, {
        "name" : "profile:enroll",
        "cmd" : "node scripts/benchmark-enroll.js"
      }, {
        "name" : "drill:control-plane",
        "cmd" : "bash scripts/drill-control-plane.sh"
      }, {
        "name" : "apply-plan",
        "cmd" : "node orchestrator/apply-plan.js"
      }, {
        "name" : "build",
        "cmd" : "node scripts/build-site.js"
      }, {
        "name" : "smoke:postgres",
        "cmd" : "bash scripts/postgres-smoke.sh"
      }, {
        "name" : "quality",
        "cmd" : "bash scripts/quality.sh"
      }, {
        "name" : "verify",
        "cmd" : "bash scripts/verify/verify-all.sh"
      }, {
        "name" : "migrate:state",
        "cmd" : "node scripts/migrate-state.js"
      }, {
        "name" : "deploy:site",
        "cmd" : "bash scripts/deploy-site.sh"
      }, {
        "name" : "issue:passes",
        "cmd" : "node scripts/issue-enrollment-passes.js"
      }, {
        "name" : "build:site",
        "cmd" : "node scripts/build-site.js"
      }, {
        "name" : "test",
        "cmd" : "node --test"
      }, {
        "name" : "profile:host-workload",
        "cmd" : "bash scripts/host-wireguard-workload.sh"
      } ]
    },
    "agent" : {
      "path" : "/home/uprootiny/whoosh/agent",
      "name" : "agent",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 15,
        "last-commit" : "8adce8f compiles and runs"
      }
    },
    "theirtents" : {
      "path" : "/home/uprootiny/Shevat/theirtents",
      "name" : "theirtents",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "fb8c916 Infrastructure observability dashboard — 9-zone semantic witness"
      },
      "scripts" : [ {
        "name" : "test",
        "cmd" : "echo \"Error: no test specified\" && exit 1"
      } ]
    },
    "ollama-chat-worksheet" : {
      "path" : "/home/uprootiny/rescued-data/ollama-chat-worksheet",
      "name" : "ollama-chat-worksheet",
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "smoothscraper" : {
      "path" : "/home/uprootiny/smoothscraper",
      "name" : "smoothscraper",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 1,
        "last-commit" : "4540c33 Initial commit: Rust scraper with Axum UI, health endpoints, CI, systemd"
      }
    },
    "arbitragefx" : {
      "path" : "/home/uprootiny/Shevat/arbitragefx",
      "name" : "arbitragefx",
      "type" : "rust",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 78,
        "last-commit" : "049c610 Add AdaptiveMomentum + TrendFollow strategies, reengineer baselines"
      }
    },
    "dag-ui" : {
      "path" : "/home/uprootiny/rescued-data/dag-ui",
      "name" : "dag-ui",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "jest"
      }, {
        "name" : "dev",
        "cmd" : "next dev"
      }, {
        "name" : "build",
        "cmd" : "next build"
      }, {
        "name" : "start",
        "cmd" : "next start"
      }, {
        "name" : "lint",
        "cmd" : "next lint"
      } ]
    },
    "uprootiny.github.io" : {
      "path" : "/home/uprootiny/ops/uprootiny.github.io",
      "name" : "uprootiny-site",
      "type" : "node",
      "git" : {
        "branch" : "feature/architectural-blueprint",
        "dirty" : true,
        "changes" : 24,
        "last-commit" : "aba443e Add Epistemic Strata: n-views onto shared state with certainty tracking"
      },
      "scripts" : [ {
        "name" : "cljs:watch",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "cljs:release",
        "cmd" : "shadow-cljs release app"
      }, {
        "name" : "cljs:server",
        "cmd" : "shadow-cljs server"
      }, {
        "name" : "test:state",
        "cmd" : "shadow-cljs compile state-views-test && node target/state-views-test.js"
      } ]
    },
    "hardhat" : {
      "path" : "/home/uprootiny/SCARLET/hardhat",
      "name" : "scarlet-hardhat",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "hardhat test"
      }, {
        "name" : "compile",
        "cmd" : "hardhat compile"
      } ]
    },
    "loopydissolutions" : {
      "path" : "/home/uprootiny/March2026/loopydissolutions",
      "name" : "loopydissolutions",
      "type" : "node",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 5,
        "last-commit" : ""
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "npx shadow-cljs watch app"
      }, {
        "name" : "build",
        "cmd" : "npx shadow-cljs release app"
      } ]
    },
    "idem" : {
      "path" : "/home/uprootiny/idem",
      "name" : "idem",
      "type" : "clojure",
      "git" : {
        "branch" : "subagent/surfaces",
        "dirty" : true,
        "changes" : 41,
        "last-commit" : "b33c448 Unify surface dev workflow and runtime ignores"
      }
    },
    "stablets" : {
      "path" : "/home/uprootiny/rescued-data/stablets",
      "name" : "stablets",
      "type" : "clojure",
      "git" : null
    },
    "Orwelliana" : {
      "path" : "/home/uprootiny/Orwelliana",
      "name" : "Orwelliana",
      "type" : "babashka",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : "6e07eab Add tailnet drift integration and fleet tailnet summary"
      },
      "tasks" : [ ]
    },
    "Solstice2025" : {
      "path" : "/home/uprootiny/Solstice2025",
      "name" : "solstice2025",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "echo \"Error: no test specified\" && exit 1"
      } ]
    },
    "martial" : {
      "path" : "/home/uprootiny/metaops/martial",
      "name" : "martial",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 5,
        "last-commit" : "e842f60 Add prometheus rules.yml + agentslack scrape targets + fleet targets"
      }
    },
    "luminous-seed" : {
      "path" : "/home/uprootiny/luminous-seed",
      "name" : "luminous-seed",
      "type" : "babashka",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : ""
      },
      "tasks" : [ ]
    },
    "jupyterdesk" : {
      "path" : "/home/uprootiny/rescued-data/jupyterdesk",
      "name" : null,
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "repohygiene" : {
      "path" : "/home/uprootiny/repohygiene",
      "name" : "repohygiene",
      "type" : "clojure",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 9,
        "last-commit" : ""
      }
    },
    "hyle" : {
      "path" : "/home/uprootiny/hyle",
      "name" : "hyle",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 8,
        "last-commit" : "179e957 feat: add 4 functional demos - coggy, TUI, dashboard, CLI"
      }
    },
    "atlas" : {
      "path" : "/home/uprootiny/Shevat/atlas",
      "name" : "atlas",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 9,
        "last-commit" : "277fece Pre-push snapshot"
      }
    },
    "entropy-client" : {
      "path" : "/home/uprootiny/unison/entropy-client",
      "name" : "entropy-client",
      "type" : "clojure",
      "git" : null
    },
    "lectiaedn" : {
      "path" : "/home/uprootiny/lectiaedn",
      "name" : "lectiaedn",
      "type" : "clojure",
      "git" : null
    },
    "ollamadash" : {
      "path" : "/home/uprootiny/rescued-data/ollamadash",
      "name" : "ollamadash",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "start",
        "cmd" : "react-scripts start"
      }, {
        "name" : "build",
        "cmd" : "react-scripts build"
      }, {
        "name" : "test",
        "cmd" : "react-scripts test"
      }, {
        "name" : "eject",
        "cmd" : "react-scripts eject"
      } ]
    },
    "standalone_nimble_backtester" : {
      "path" : "/home/uprootiny/numerai/standalone_nimble_backtester",
      "name" : "standalone_nimble_backtester",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 8257,
        "last-commit" : "5db2775 Implement comprehensive API framework and production-ready testing suite"
      }
    },
    "openrouterdump" : {
      "path" : "/home/uprootiny/openrouterdump",
      "name" : "openrouterdump",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "echo \"Error: no test specified\" && exit 1"
      } ]
    },
    "project-assessment-atlas" : {
      "path" : "/home/uprootiny/project-assessment-atlas",
      "name" : "project-assessment-atlas",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 131,
        "last-commit" : "dee8fb5 feat(ux): refactor to spec with phase cues, explainable association, and control summaries"
      }
    },
    "agency-engine" : {
      "path" : "/home/uprootiny/fooey/agency-engine",
      "name" : "agency-engine",
      "type" : "clojure",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 10,
        "last-commit" : ""
      }
    },
    "anotheronebitesthedust" : {
      "path" : "/home/uprootiny/anotheronebitesthedust",
      "name" : "anotheronebitesthedust",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 17,
        "last-commit" : "d350427 Add comprehensive hot code path analysis for Lucerna system"
      }
    },
    "apostasy" : {
      "path" : "/home/uprootiny/flout/apostasy",
      "name" : "apostasy",
      "type" : "babashka",
      "git" : null,
      "tasks" : [ ]
    },
    "foundations-folio" : {
      "path" : "/home/uprootiny/fooey/foundations-folio",
      "name" : "foundations-folio",
      "type" : "clojure",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : ""
      }
    },
    "nidra" : {
      "path" : "/home/uprootiny/ops/nidra",
      "name" : "nidra",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 11,
        "last-commit" : "31f21d2 Initial commit: Payment rails for digital artifacts"
      }
    },
    "tinierstatus" : {
      "path" : "/home/uprootiny/rescued-data/tinierstatus",
      "name" : "tinierstatus",
      "type" : "clojure",
      "git" : null
    },
    "server-cartography-clay" : {
      "path" : "/home/uprootiny/server-cartography-clay",
      "name" : "server-cartography-clay",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 4,
        "last-commit" : "a6d32e6 Add production server cartography suite with deep lifecycle profiling"
      }
    },
    "calibrationclojures" : {
      "path" : "/home/uprootiny/rescued-data/calibrationclojures",
      "name" : "calibrationclojures",
      "type" : "clojure",
      "git" : null
    },
    "myclaizer" : {
      "path" : "/home/uprootiny/myclaizer",
      "name" : "myclaizer",
      "type" : "node",
      "git" : {
        "branch" : "checkpoint/2026-05-06-hyle-wip",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "e0b340b checkpoint: save Hyle working state before cross-repo integration"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "vite"
      }, {
        "name" : "build",
        "cmd" : "vite build"
      }, {
        "name" : "lint",
        "cmd" : "eslint ."
      }, {
        "name" : "preview",
        "cmd" : "vite preview"
      } ]
    },
    "coggies" : {
      "path" : "/home/uprootiny/coggies",
      "name" : "coggy-jacobson-harness",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "start",
        "cmd" : "node server.js"
      } ]
    },
    "frontend" : {
      "path" : "/home/uprootiny/codex/frontend",
      "name" : "museum-of-intentions",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "vite"
      }, {
        "name" : "build",
        "cmd" : "tsc && vite build"
      }, {
        "name" : "preview",
        "cmd" : "vite preview"
      } ]
    },
    "overseer" : {
      "path" : "/home/uprootiny/Feb/overseer",
      "name" : "overseer",
      "type" : "rust",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 11,
        "last-commit" : ""
      }
    },
    "dashstacked" : {
      "path" : "/home/uprootiny/rescued-data/dashstacked",
      "name" : null,
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "halloween-clay" : {
      "path" : "/home/uprootiny/halloween-clay",
      "name" : "halloween-clay",
      "type" : "clojure",
      "git" : null
    },
    "archive" : {
      "path" : "/home/uprootiny/unison/archive",
      "name" : "hyperstitious-portfolio",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "start",
        "cmd" : "node server.js"
      }, {
        "name" : "dev",
        "cmd" : "nodemon server.js"
      }, {
        "name" : "test",
        "cmd" : "jest"
      }, {
        "name" : "deploy",
        "cmd" : "npm run build && npm run start"
      }, {
        "name" : "setup",
        "cmd" : "npm install && node setup-check.js"
      } ]
    },
    "chronicle" : {
      "path" : "/home/uprootiny/reflector-ops/chronicle",
      "name" : "chronicle",
      "type" : "babashka",
      "git" : null,
      "tasks" : [ ]
    },
    "plasmidia" : {
      "path" : "/home/uprootiny/Shevat/plasmidia",
      "name" : "plasmidia",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 23,
        "last-commit" : "d5bac4c Add epistemic scanner for codebase analysis"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "build",
        "cmd" : "shadow-cljs release app"
      }, {
        "name" : "server",
        "cmd" : "clojure -M:run"
      }, {
        "name" : "test:cljs",
        "cmd" : "shadow-cljs compile test && node target/test.js"
      }, {
        "name" : "test:clj",
        "cmd" : "clojure -M:test"
      }, {
        "name" : "clean",
        "cmd" : "rm -rf target node_modules/.cache resources/public/js"
      }, {
        "name" : "start",
        "cmd" : "npm run build && npm run server"
      } ]
    },
    "reflector-ops" : {
      "path" : "/home/uprootiny/reflector-ops",
      "name" : "reflector-dashboard",
      "type" : "babashka",
      "git" : {
        "branch" : "ops-cockpit",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : "0384060 Add chronicle: bespoke session log viewer"
      },
      "tasks" : [ ],
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "cd cljs/infra-intelligence && npx shadow-cljs watch app"
      }, {
        "name" : "build",
        "cmd" : "cd cljs/infra-intelligence && npx shadow-cljs release app"
      }, {
        "name" : "serve",
        "cmd" : "python3 -m http.server 8080"
      }, {
        "name" : "deploy",
        "cmd" : "npm run build && rsync -av --delete . user@dashboard.dissemblage.art:/var/www/reflector/"
      }, {
        "name" : "test",
        "cmd" : "curl -f http://localhost:8080/reflector-index.html"
      } ]
    },
    "telemetry_cascade" : {
      "path" : "/home/uprootiny/numerai/telemetry_cascade",
      "name" : "telemetry_cascade",
      "type" : "clojure",
      "git" : null
    },
    "ynspector" : {
      "path" : "/home/uprootiny/ynspector",
      "name" : "ynspector",
      "type" : "clojure",
      "git" : null
    },
    "raindeck" : {
      "path" : "/home/uprootiny/repos/raindeck",
      "name" : "raindeck",
      "type" : "clojure",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 3,
        "last-commit" : "a631300 Add copyable tmux attach commands, show project associations"
      }
    },
    "substance-project" : {
      "path" : "/home/uprootiny/substance/substance-project",
      "name" : "substance-voxel-flowers",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 7,
        "last-commit" : "b0d3a51 🧹 Pre-migration cleanup - 2025-09-04"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "vite"
      }, {
        "name" : "build",
        "cmd" : "vite build"
      }, {
        "name" : "preview",
        "cmd" : "vite preview"
      }, {
        "name" : "serve",
        "cmd" : "node server.js"
      }, {
        "name" : "deploy",
        "cmd" : "npm run build && gh-pages -d dist"
      }, {
        "name" : "build:demo",
        "cmd" : "npm run build && cp demo.html dist/ && cp README.md dist/"
      } ]
    },
    "legal-warroom" : {
      "path" : "/home/uprootiny/March2026/legal-warroom",
      "name" : "legal-warroom",
      "type" : "node",
      "git" : {
        "branch" : "scaffold-v2",
        "dirty" : true,
        "changes" : 1,
        "last-commit" : "188d797 Harden reliability: timeouts, offline indicator, health check, cache versioning"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "release",
        "cmd" : "shadow-cljs release app"
      }, {
        "name" : "server",
        "cmd" : "clj -M:serve"
      }, {
        "name" : "test",
        "cmd" : "shadow-cljs compile test"
      }, {
        "name" : "test:watch",
        "cmd" : "shadow-cljs watch test"
      } ]
    },
    "scarlet-literate-proof-demo" : {
      "path" : "/home/uprootiny/SCARLET/scarlet-literate-proof-demo",
      "name" : "scarlet-literate-proof-demo",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "hardhat test"
      }, {
        "name" : "start",
        "cmd" : "hardhat run scripts/literate_full_lifecycle.js"
      }, {
        "name" : "node",
        "cmd" : "hardhat node"
      } ]
    },
    "fooey" : {
      "path" : "/home/uprootiny/fooey",
      "name" : "tmuxdesk",
      "type" : "babashka",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 26,
        "last-commit" : "251cee5 tmuxdesk codex: init project from session capture"
      },
      "tasks" : [ ],
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "npx shadow-cljs watch app"
      }, {
        "name" : "build",
        "cmd" : "npx shadow-cljs release app"
      }, {
        "name" : "clean",
        "cmd" : "rm -rf web/public/js .shadow-cljs"
      } ]
    },
    "glock" : {
      "path" : "/home/uprootiny/March2026/glock",
      "name" : "glock",
      "type" : "babashka",
      "git" : {
        "branch" : "aesthetic-overhaul",
        "dirty" : true,
        "changes" : 1,
        "last-commit" : "572de25 User stories 1-6: status band, dispatch feedback, offline dignity"
      },
      "tasks" : [ ]
    },
    "orccu" : {
      "path" : "/home/uprootiny/orccu",
      "name" : "orccu",
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "financial-dashboard" : {
      "path" : "/home/uprootiny/rescued-data/financial-dashboard",
      "name" : "financial-dashboard",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "next dev"
      }, {
        "name" : "build",
        "cmd" : "next build"
      }, {
        "name" : "start",
        "cmd" : "next start"
      }, {
        "name" : "lint",
        "cmd" : "next lint"
      } ]
    },
    "grafanadesk" : {
      "path" : "/home/uprootiny/grafanadesk",
      "name" : "grafanadesk",
      "type" : "babashka",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 9,
        "last-commit" : "971e338 add v3 soft-relief dashboard styling"
      },
      "tasks" : [ ]
    },
    "personaljournalMarch2026" : {
      "path" : "/home/uprootiny/personaljournalMarch2026",
      "name" : "personaljournalMarch2026",
      "type" : "clojure",
      "git" : null
    },
    "epistemic-view" : {
      "path" : "/home/uprootiny/epistemic-view",
      "name" : "epistemic-view",
      "type" : "node",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 5,
        "last-commit" : "58520db v2.4.0: Production-grade ecosystem citizenship"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "release",
        "cmd" : "shadow-cljs release app"
      }, {
        "name" : "serve",
        "cmd" : "shadow-cljs server"
      } ]
    },
    "topology-dashboard" : {
      "path" : "/home/uprootiny/codex/topology-dashboard",
      "name" : "topology-dashboard",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "watch",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "release",
        "cmd" : "shadow-cljs release app"
      } ]
    },
    "legalcasework" : {
      "path" : "/home/uprootiny/March2026/legalcasework",
      "name" : "legal-warroom",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 25,
        "last-commit" : "a225c47 Add new cases (1204 Hadera + 58022 vacate) + effective service doctrine"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "npx shadow-cljs watch app"
      }, {
        "name" : "compile",
        "cmd" : "npx shadow-cljs compile app"
      }, {
        "name" : "release",
        "cmd" : "npx shadow-cljs release app"
      }, {
        "name" : "serve",
        "cmd" : "python3 -m http.server 8340 --bind 0.0.0.0 --directory public"
      }, {
        "name" : "check",
        "cmd" : "npx shadow-cljs check app"
      }, {
        "name" : "report",
        "cmd" : "npx shadow-cljs run shadow.cljs.build-report app report.html"
      } ]
    },
    "scarlet-formal-verification" : {
      "path" : "/home/uprootiny/SCARLET/scarlet-formal-verification",
      "name" : "scarlet-formal-verification",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "hardhat test"
      }, {
        "name" : "compile",
        "cmd" : "hardhat compile"
      }, {
        "name" : "deploy",
        "cmd" : "hardhat run scripts/deploy.js"
      }, {
        "name" : "deploy:testnet",
        "cmd" : "hardhat run scripts/deploy.js --network sepolia"
      }, {
        "name" : "verify",
        "cmd" : "hardhat run scripts/verify.js"
      }, {
        "name" : "clean",
        "cmd" : "hardhat clean"
      }, {
        "name" : "coverage",
        "cmd" : "hardhat coverage"
      } ]
    },
    "server-state-report" : {
      "path" : "/home/uprootiny/server-state-report",
      "name" : "server-state-report",
      "type" : "node",
      "git" : {
        "branch" : "claude/serve-local",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "d65c498 Add per-probe durations and errors to snapshot meta"
      },
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "vite --host 0.0.0.0 --port 8091"
      }, {
        "name" : "build",
        "cmd" : "vite build"
      }, {
        "name" : "preview",
        "cmd" : "vite preview --host 0.0.0.0 --port 8091"
      }, {
        "name" : "serve",
        "cmd" : "node server.mjs"
      } ]
    },
    "kinetic-drift" : {
      "path" : "/home/uprootiny/drops/kinetic-drift",
      "name" : "kinetic-drift",
      "type" : "clojure",
      "git" : null
    },
    "carbonyl" : {
      "path" : "/home/uprootiny/webtools/carbonyl",
      "name" : "carbonyl",
      "type" : "rust",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 1,
        "last-commit" : "ab80a27 fix(build): link to Chromium sysroot libs on Linux (#134)"
      },
      "scripts" : [ ]
    },
    "bakersdozen" : {
      "path" : "/home/uprootiny/March2026/bakersdozen",
      "name" : "bakersdozen",
      "type" : "babashka",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 9,
        "last-commit" : ""
      },
      "tasks" : [ ],
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "npx shadow-cljs watch app"
      }, {
        "name" : "build",
        "cmd" : "npx shadow-cljs release app"
      } ]
    },
    "novel" : {
      "path" : "/home/uprootiny/March2026/novel",
      "name" : "research-ops",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "dev",
        "cmd" : "vite --host 0.0.0.0"
      }, {
        "name" : "build",
        "cmd" : "vite build"
      }, {
        "name" : "preview",
        "cmd" : "vite preview"
      } ]
    },
    "ai-slop-funnel" : {
      "path" : "/home/uprootiny/ai-slop-funnel",
      "name" : "ai-slop-funnel",
      "type" : "babashka",
      "git" : {
        "branch" : "critique/architecture-review",
        "dirty" : true,
        "changes" : 11,
        "last-commit" : "638813f Add SSH, Tmux, TLS monitoring tabs to ceremonies"
      },
      "tasks" : [ ]
    },
    "theater" : {
      "path" : "/home/uprootiny/theater",
      "name" : "theater",
      "type" : "clojure",
      "git" : null
    },
    "lexes" : {
      "path" : "/home/uprootiny/lexes",
      "name" : "reddit-hebrew",
      "type" : "rust",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 32,
        "last-commit" : "fa95dcd Add modern Rust + Nix Hebrew Reddit platform"
      },
      "scripts" : [ {
        "name" : "start",
        "cmd" : "node server.js"
      }, {
        "name" : "dev",
        "cmd" : "node server.js"
      } ]
    },
    "foundry" : {
      "path" : "/home/uprootiny/DEC8/foundry",
      "name" : "foundry",
      "type" : "clojure",
      "git" : null
    },
    "rescued-data" : {
      "path" : "/home/uprootiny/rescued-data",
      "name" : "rescued-data",
      "type" : "babashka",
      "git" : null,
      "tasks" : [ ]
    },
    "ghost-hyperstitions-art" : {
      "path" : "/home/uprootiny/ghost-hyperstitions-art",
      "name" : "ghost-hyperstitions-art",
      "type" : "clojure",
      "git" : null
    },
    "ibid" : {
      "path" : "/home/uprootiny/ibid",
      "name" : "ibid",
      "type" : "babashka",
      "git" : {
        "branch" : "main",
        "dirty" : true,
        "changes" : 5,
        "last-commit" : "87e14a3 Refine manifestos to tutorial tone"
      },
      "tasks" : [ ]
    },
    "Oct21" : {
      "path" : "/home/uprootiny/rescued-data/Oct21",
      "name" : "oct21",
      "type" : "node",
      "git" : null,
      "scripts" : [ {
        "name" : "test",
        "cmd" : "echo \"Error: no test specified\" && exit 1"
      } ]
    },
    "Winted2025" : {
      "path" : "/home/uprootiny/Winted2025",
      "name" : "winted2025",
      "type" : "node",
      "git" : {
        "branch" : "master",
        "dirty" : true,
        "changes" : 3,
        "last-commit" : "29dc369 Add deployment configuration for instant live deploy"
      },
      "scripts" : [ {
        "name" : "watch",
        "cmd" : "shadow-cljs watch app"
      }, {
        "name" : "compile",
        "cmd" : "shadow-cljs compile app"
      }, {
        "name" : "release",
        "cmd" : "shadow-cljs release app"
      }, {
        "name" : "clean",
        "cmd" : "shadow-cljs clean"
      }, {
        "name" : "test",
        "cmd" : "clojure -M:test"
      }, {
        "name" : "dev",
        "cmd" : "./dev.sh"
      }, {
        "name" : "start",
        "cmd" : "./start.sh"
      } ]
    },
    "coggy" : {
      "path" : "/home/uprootiny/manicfeb/coggy",
      "name" : "coggy",
      "type" : "babashka",
      "git" : {
        "branch" : "main",
        "dirty" : false,
        "changes" : 1,
        "last-commit" : "0b760e9 docs: rewrite README to reflect actual system behavior and capacity"
      },
      "tasks" : [ ]
    },
    "lsls" : {
      "path" : "/home/uprootiny/ls/lsls",
      "name" : "lsls",
      "type" : "rust",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 4,
        "last-commit" : ""
      }
    },
    "ghost" : {
      "path" : "/home/uprootiny/ghost",
      "name" : null,
      "type" : "node",
      "git" : null,
      "scripts" : [ ]
    },
    "numerai-dnn" : {
      "path" : "/home/uprootiny/numerai-dnn",
      "name" : "numerai-dnn",
      "type" : "clojure",
      "git" : {
        "branch" : "HEAD",
        "dirty" : true,
        "changes" : 6,
        "last-commit" : ""
      }
    }
  },
  "integrations" : [ {
    "id" : "corpora",
    "greek" : "κ",
    "label" : "Corpus Explorer",
    "url" : "https://corpora.raindesk.dev/api/stats",
    "open" : "https://corpora.raindesk.dev",
    "status" : "down",
    "error" : "(certificate_unknown) PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed"
  }, {
    "id" : "martial",
    "greek" : "μ",
    "label" : "Martial Viewer",
    "url" : "http://127.0.0.1:35617/api/healthz",
    "open" : "http://173.212.203.211:35617/",
    "status" : "down",
    "error" : null
  }, {
    "id" : "observatory",
    "greek" : "ο",
    "label" : "Observatory",
    "url" : "http://127.0.0.1:7777/honeycomb",
    "open" : "http://173.212.203.211:7777/honeycomb",
    "status" : "down",
    "error" : null
  }, {
    "id" : "coggy",
    "greek" : "γ",
    "label" : "Coggy",
    "url" : "http://127.0.0.1:8421/health",
    "open" : "http://173.212.203.211:8421/",
    "status" : "up",
    "http" : 200,
    "latency" : 2
  }, {
    "id" : "atlas",
    "greek" : "α",
    "label" : "Assessment Atlas",
    "url" : "http://127.0.0.1:55329/api/release",
    "open" : "http://173.212.203.211:55329/",
    "status" : "down",
    "error" : null
  }, {
    "id" : "grafana",
    "greek" : "φ",
    "label" : "Grafana",
    "url" : "http://127.0.0.1:19300/api/health",
    "open" : "http://173.212.203.211:19300/",
    "status" : "up",
    "http" : 200,
    "latency" : 42
  }, {
    "id" : "prometheus",
    "greek" : "π",
    "label" : "Prometheus",
    "url" : "http://127.0.0.1:19090/-/ready",
    "open" : "http://173.212.203.211:19090/",
    "status" : "up",
    "http" : 200,
    "latency" : 266
  } ],
  "domains" : {
    "etudes.hyperstitious.org" : {
      "status" : "up",
      "http" : 200
    },
    "compass.dissemblage.art" : {
      "status" : "up",
      "http" : 200
    },
    "corpora.hyperstitious.org" : {
      "status" : "down",
      "error" : "(certificate_unknown) PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed"
    },
    "hyle.hyperstitious.org" : {
      "status" : "error",
      "http" : 502
    },
    "stories.hyperstitious.org" : {
      "status" : "up",
      "http" : 200
    },
    "ghost.hyperstitious.art" : {
      "status" : "error",
      "http" : 502
    },
    "innie.dissemblage.art" : {
      "status" : "down",
      "error" : "HTTP connect timed out"
    },
    "drops.hyperstitious.org" : {
      "status" : "up",
      "http" : 200
    },
    "portfolio.hyperstitious.org" : {
      "status" : "up",
      "http" : 200
    }
  },
  "last-project-scan" : 1771161835469,
  "last-scan" : 1771161835533,
  "sessions" : [ {
    "name" : "01-ops-anchor",
    "windows" : 8,
    "attached" : false
  }, {
    "name" : "490",
    "windows" : 3,
    "attached" : false
  }, {
    "name" : "492",
    "windows" : 5,
    "attached" : false
  }, {
    "name" : "620",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "621",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "622",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "623",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "624",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "625",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "626",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "627",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "628",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "629",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "630",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "631",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "arch-cockpit",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "arch-map",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "arch-snips",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "arch-watchdog",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "atlas-supervisor",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "coggy",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "crm",
    "windows" : 3,
    "attached" : false
  }, {
    "name" : "deskfloor",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "foresight",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "grafana",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "ibid",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "jacobson",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "legal-warroom",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "main",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "myclaizer",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "nidra",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "numerai",
    "windows" : 2,
    "attached" : false
  }, {
    "name" : "scarlet",
    "windows" : 1,
    "attached" : false
  }, {
    "name" : "solvulator",
    "windows" : 3,
    "attached" : false
  } ],
  "last-domain-check" : 1771161832687,
  "last-service-check" : 1771161832627,
  "processes" : [ {
    "pid" : "512",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers"
  }, {
    "pid" : "569",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal"
  }, {
    "pid" : "69165",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "bash -lc cd /home/uprootiny/ai-slop-funnel && nohup bb -cp src -m slop.ceremonies > /tmp/ceremonies.log 2>&1 &"
  }, {
    "pid" : "69166",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb -cp src -m slop.ceremonies"
  }, {
    "pid" : "199327",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 7500 --directory /home/uprootiny/gpudesk/standalone --bind 0.0.0.0"
  }, {
    "pid" : "207065",
    "cpu" : "0.6",
    "mem" : "0.1",
    "cmd" : "python3 atlas.py"
  }, {
    "pid" : "253275",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb horology2.clj 9751"
  }, {
    "pid" : "254922",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb swarm-summary.clj 9760"
  }, {
    "pid" : "273065",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb atlas.clj 9761"
  }, {
    "pid" : "308109",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 server.py --port 8787"
  }, {
    "pid" : "373472",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/python3 /home/uprootiny/.local/bin/websockify --web=/usr/share/novnc 6080 localhost:5900"
  }, {
    "pid" : "392725",
    "cpu" : "0.7",
    "mem" : "1.3",
    "cmd" : "/usr/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/1663295539.basis -classpath src:resources:test:/home/uprootiny/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.jar:/home/uprootiny/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar:/home/uprootiny/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar clojure.main -m agency-engine.main 8900"
  }, {
    "pid" : "535123",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex"
  }, {
    "pid" : "535159",
    "cpu" : "0.6",
    "mem" : "0.1",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex"
  }, {
    "pid" : "565221",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/nix/store/1q9lw4r2mbap8rsr8cja46nap6wvrw2p-bash-interactive-5.2p37/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774378113488-49vckx.sh && shopt -u extglob 2>/dev/null || true && eval 'cd /home/uprootiny/March2026/terminalto && node disparch.js &' \\< /dev/null && pwd -P >| /tmp/nix-shell-3224030-0/claude-913f-cwd"
  }, {
    "pid" : "565223",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "node disparch.js"
  }, {
    "pid" : "602026",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -c  import http.server, socketserver, os os.chdir('/home/uprootiny/metaops/martial/resources/public/umbra') class H(http.server.SimpleHTTPRequestHandler):     def do_GET(self):         if self.path in ('/', '/index.html', '/fulcrum'):             self.path = '/fulcrum.html'         super().do_GET()     def log_message(self, *a): pass with socketserver.TCPServer(('0.0.0.0', 11111), H) as s:     s.serve_forever() "
  }, {
    "pid" : "638047",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb dues.clj 9780"
  }, {
    "pid" : "882143",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb -cp src -m server/-main"
  }, {
    "pid" : "963739",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 /home/uprootiny/fleetdesk/fleetdesk.py"
  }, {
    "pid" : "1029597",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 11114 --bind 0.0.0.0 --directory /home/uprootiny/metaops/martial/resources/public"
  }, {
    "pid" : "1076690",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 serve.py"
  }, {
    "pid" : "1117503",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb -e  (require (quote [org.httpkit.server :as http])) (let [root \"resources/public\"]   (http/run-server     (fn [{:keys [uri]}]       (let [path (str root (if (= uri \"/\") \"/index.html\" uri))             f (java.io.File. path)]         (if (.exists f)           {:status 200            :headers {\"Content-Type\"                      (cond                        (.endsWith path \".html\") \"text/html\"                        (.endsWith path \".css\")  \"text/css\"                        (.endsWith path \".js\")   \"application/javascript\"                        :else \"application/octet-stream\")}            :body (slurp f)}           {:status 200            :headers {\"Content-Type\" \"text/html\"}            :body (slurp (str root \"/index.html\"))})))     {:port 7117})   (println \"legal-warroom live on http://localhost:7117\")) @(promise) "
  }, {
    "pid" : "1131830",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 8899 --bind 0.0.0.0 --directory /home/uprootiny/March2026/auspice"
  }, {
    "pid" : "1373443",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "timeout 5 python3 -m axiom.cli run"
  }, {
    "pid" : "1373444",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m axiom.cli run"
  }, {
    "pid" : "1384489",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "/usr/local/bin/bb /home/uprootiny/DEC3/metaculus/v2/server-v4 9995"
  }, {
    "pid" : "1384490",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "/usr/local/bin/bb /home/uprootiny/DEC3/metaculus/metaculus serve 9998"
  }, {
    "pid" : "1518235",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 43124 --directory site-dist"
  }, {
    "pid" : "1574835",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774379819126-f7sxve.sh && shopt -u extglob 2>/dev/null || true && eval 'export PATH=\"/nix/store/c8jxsih8yy2rnncdmx2hyraizf689nvp-nodejs-22.14.0/bin:$PATH\" && npx --yes serve -s dist -l 19422 --no-clipboard &>/tmp/myclaizer-serve.log & sleep 2 curl -s -o /dev/null -w \"HTTP %{http_code}\\n\" http://localhost:19422/ cat /tmp/myclaizer-serve.log | head -5' < /dev/null && pwd -P >| /tmp/claude-d452-cwd"
  }, {
    "pid" : "1575046",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "node /home/uprootiny/.npm/_npx/aab42732f01924e5/node_modules/.bin/serve -s dist -l 19422 --no-clipboard"
  }, {
    "pid" : "1580347",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex"
  }, {
    "pid" : "1580358",
    "cpu" : "0.1",
    "mem" : "1.2",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex"
  }, {
    "pid" : "1606560",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "node control-plane/server.js"
  }, {
    "pid" : "1839748",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/python3 -m axiom.cli run"
  }, {
    "pid" : "1845269",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "/home/uprootiny/ops/uprootiny.github.io/.gems/ruby/3.2.0/bin/jekyll serve --port 4567 --host 0.0.0.0"
  }, {
    "pid" : "1876241",
    "cpu" : "0.9",
    "mem" : "1.9",
    "cmd" : "/usr/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/1663295539.basis -classpath src:/home/uprootiny/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.jar:/home/uprootiny/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar:/home/uprootiny/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar clojure.main -m atlas.core"
  }, {
    "pid" : "1876304",
    "cpu" : "0.1",
    "mem" : "0.1",
    "cmd" : "python3 -m http.server 54321"
  }, {
    "pid" : "1876395",
    "cpu" : "0.1",
    "mem" : "0.1",
    "cmd" : "python3 /home/uprootiny/repos/claude-md-combinator/scripts/web_ui.py --port 8765"
  }, {
    "pid" : "1876479",
    "cpu" : "0.1",
    "mem" : "0.1",
    "cmd" : "python3 /home/uprootiny/digital-archaeology-cockpit/server.py"
  }, {
    "pid" : "1947216",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb adapters/http-complete.clj"
  }, {
    "pid" : "2027939",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1773672742672-lg3tdb.sh && shopt -u extglob 2>/dev/null || true && eval 'export PATH=\"/home/uprootiny/.nvm/versions/node/v24.9.0/bin:/usr/bin:$PATH\" cd /home/uprootiny/March2026/novel && npx vite --host 0.0.0.0 --port 5173 & sleep 4 && curl -s -o /dev/null -w \"%{http_code}\" http://localhost:5173/' < /dev/null && pwd -P >| /tmp/claude-1620-cwd"
  }, {
    "pid" : "2028625",
    "cpu" : "0.0",
    "mem" : "0.7",
    "cmd" : "node /home/uprootiny/March2026/novel/node_modules/.bin/vite --host 0.0.0.0 --port 5173"
  }, {
    "pid" : "2028741",
    "cpu" : "0.2",
    "mem" : "0.0",
    "cmd" : "/home/uprootiny/March2026/novel/node_modules/@esbuild/linux-x64/bin/esbuild --service=0.25.12 --ping"
  }, {
    "pid" : "2141454",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1000/doc"
  }, {
    "pid" : "2184560",
    "cpu" : "0.6",
    "mem" : "1.6",
    "cmd" : "/usr/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/204149264.basis -classpath src:resources:test:/home/uprootiny/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.jar:/home/uprootiny/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar:/home/uprootiny/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar clojure.main -m agency-engine.main 8901"
  }, {
    "pid" : "2284443",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 /home/uprootiny/metaops/martial/ops/inbox_server.py 11112"
  }, {
    "pid" : "2402843",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 /home/uprootiny/metaops/martial/ops/warroom_server.py 11113"
  }, {
    "pid" : "2490922",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/nix/store/1q9lw4r2mbap8rsr8cja46nap6wvrw2p-bash-interactive-5.2p37/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774378113488-49vckx.sh && shopt -u extglob 2>/dev/null || true && eval '# Resurrect all down services in parallel # 11112 - inbox nohup python3 /home/uprootiny/metaops/martial/ops/inbox_server.py 11112 > /tmp/inbox.log 2>&1 & # 11113 - warroom nohup python3 /home/uprootiny/metaops/martial/ops/warroom_server.py 11113 > /tmp/warroom.log 2>&1 & # 11115 - solvulator pipeline nohup python3 /home/uprootiny/metaops/solvulator/serve.py 11115 > /tmp/solvulator-pipe.log 2>&1 & # 8340 - legalcasework cd /home/uprootiny/March2026/legalcasework && nohup python3 -m http.server 8340 --bind 0.0.0.0 --directory public > /tmp/legalcasework.log 2>&1 & # 8348 - glock cd /home/uprootiny/March2026/glock && nohup python3 serve.py > /tmp/glock.log 2>&1 & # 8350 - raindesk (static) cd /home/uprootiny/March2026/raindesk && nohup python3 -m http.server 8350 --bind 0.0.0.0 > /tmp/raindesk.log 2>&1 & # 8351 - free-stack (static) cd /home/uprootiny/March2026/free-stack && nohup python3 -m http.server 8351 --bind 0.0.0.0 > /tmp/freestack.log 2>&1 & # 8352 - auspice (static) cd /home/uprootiny/March2026/auspice && nohup python3 -m http.server 8352 --bind 0.0.0.0 > /tmp/auspice.log 2>&1 & echo \"all launched\"' \\< /dev/null && pwd -P >| /tmp/nix-shell-3224030-0/claude-0564-cwd"
  }, {
    "pid" : "2490924",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/nix/store/1q9lw4r2mbap8rsr8cja46nap6wvrw2p-bash-interactive-5.2p37/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774378113488-49vckx.sh && shopt -u extglob 2>/dev/null || true && eval '# Resurrect all down services in parallel # 11112 - inbox nohup python3 /home/uprootiny/metaops/martial/ops/inbox_server.py 11112 > /tmp/inbox.log 2>&1 & # 11113 - warroom nohup python3 /home/uprootiny/metaops/martial/ops/warroom_server.py 11113 > /tmp/warroom.log 2>&1 & # 11115 - solvulator pipeline nohup python3 /home/uprootiny/metaops/solvulator/serve.py 11115 > /tmp/solvulator-pipe.log 2>&1 & # 8340 - legalcasework cd /home/uprootiny/March2026/legalcasework && nohup python3 -m http.server 8340 --bind 0.0.0.0 --directory public > /tmp/legalcasework.log 2>&1 & # 8348 - glock cd /home/uprootiny/March2026/glock && nohup python3 serve.py > /tmp/glock.log 2>&1 & # 8350 - raindesk (static) cd /home/uprootiny/March2026/raindesk && nohup python3 -m http.server 8350 --bind 0.0.0.0 > /tmp/raindesk.log 2>&1 & # 8351 - free-stack (static) cd /home/uprootiny/March2026/free-stack && nohup python3 -m http.server 8351 --bind 0.0.0.0 > /tmp/freestack.log 2>&1 & # 8352 - auspice (static) cd /home/uprootiny/March2026/auspice && nohup python3 -m http.server 8352 --bind 0.0.0.0 > /tmp/auspice.log 2>&1 & echo \"all launched\"' \\< /dev/null && pwd -P >| /tmp/nix-shell-3224030-0/claude-0564-cwd"
  }, {
    "pid" : "2490925",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/nix/store/1q9lw4r2mbap8rsr8cja46nap6wvrw2p-bash-interactive-5.2p37/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774378113488-49vckx.sh && shopt -u extglob 2>/dev/null || true && eval '# Resurrect all down services in parallel # 11112 - inbox nohup python3 /home/uprootiny/metaops/martial/ops/inbox_server.py 11112 > /tmp/inbox.log 2>&1 & # 11113 - warroom nohup python3 /home/uprootiny/metaops/martial/ops/warroom_server.py 11113 > /tmp/warroom.log 2>&1 & # 11115 - solvulator pipeline nohup python3 /home/uprootiny/metaops/solvulator/serve.py 11115 > /tmp/solvulator-pipe.log 2>&1 & # 8340 - legalcasework cd /home/uprootiny/March2026/legalcasework && nohup python3 -m http.server 8340 --bind 0.0.0.0 --directory public > /tmp/legalcasework.log 2>&1 & # 8348 - glock cd /home/uprootiny/March2026/glock && nohup python3 serve.py > /tmp/glock.log 2>&1 & # 8350 - raindesk (static) cd /home/uprootiny/March2026/raindesk && nohup python3 -m http.server 8350 --bind 0.0.0.0 > /tmp/raindesk.log 2>&1 & # 8351 - free-stack (static) cd /home/uprootiny/March2026/free-stack && nohup python3 -m http.server 8351 --bind 0.0.0.0 > /tmp/freestack.log 2>&1 & # 8352 - auspice (static) cd /home/uprootiny/March2026/auspice && nohup python3 -m http.server 8352 --bind 0.0.0.0 > /tmp/auspice.log 2>&1 & echo \"all launched\"' \\< /dev/null && pwd -P >| /tmp/nix-shell-3224030-0/claude-0564-cwd"
  }, {
    "pid" : "2490926",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 8350 --bind 0.0.0.0"
  }, {
    "pid" : "2490929",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 8351 --bind 0.0.0.0"
  }, {
    "pid" : "2490930",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 8352 --bind 0.0.0.0"
  }, {
    "pid" : "2502557",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 /home/uprootiny/metaops/solvulator/serve.py 11115"
  }, {
    "pid" : "2608664",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex paste"
  }, {
    "pid" : "2608902",
    "cpu" : "0.8",
    "mem" : "0.7",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex paste"
  }, {
    "pid" : "2672965",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "/usr/local/bin/bb src/deskfloor/orchestra.clj serve 9900"
  }, {
    "pid" : "2672966",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "/usr/local/bin/bb src/ops/registry.clj serve 9700"
  }, {
    "pid" : "2748072",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1773600528461-ej9gka.sh && shopt -u extglob 2>/dev/null || true && eval '# Wrong dir — the real coggy is at /home/uprootiny/coggy, started by bb # The old process was `bb src/coggy/main.clj serve 8421` cd /home/uprootiny/coggy && bb src/coggy/main.clj serve 8421 & sleep 3 curl -s -o /dev/null -w \"%{http_code}\" localhost:8421/health 2>/dev/null echo \" ← coggy\" disown' < /dev/null && pwd -P >| /tmp/claude-9105-cwd"
  }, {
    "pid" : "2748074",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "bb src/coggy/main.clj serve 8421"
  }, {
    "pid" : "2767672",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 /usr/local/bin/raindesk-gate.py"
  }, {
    "pid" : "2786482",
    "cpu" : "0.2",
    "mem" : "0.1",
    "cmd" : "/bin/node_exporter --path.rootfs=/host --collector.textfile.directory=/host/tmp/metaops-node-textfile"
  }, {
    "pid" : "2801945",
    "cpu" : "0.4",
    "mem" : "1.7",
    "cmd" : "/usr/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/1530877573.basis -classpath src:resources:/opt/maori/.m2/repository/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.jar:/opt/maori/.m2/repository/cheshire/cheshire/5.12.0/cheshire-5.12.0.jar:/opt/maori/.m2/repository/clj-http/clj-http/3.12.3/clj-http-3.12.3.jar:/opt/maori/.m2/repository/compojure/compojure/1.7.1/compojure-1.7.1.jar:/opt/maori/.m2/repository/environ/environ/1.2.0/environ-1.2.0.jar:/opt/maori/.m2/repository/http-kit/http-kit/2.7.0/http-kit-2.7.0.jar:/opt/maori/.m2/repository/org/clojure/clojure/1.11.1/clojure-1.11.1.jar:/opt/maori/.m2/repository/org/clojure/tools.logging/1.2.4/tools.logging-1.2.4.jar:/opt/maori/.m2/repository/ring/ring-core/1.10.0/ring-core-1.10.0.jar:/opt/maori/.m2/repository/ring/ring-json/0.5.1/ring-json-0.5.1.jar:/opt/maori/.m2/repository/ring-cors/ring-cors/0.1.13/ring-cors-0.1.13.jar:/opt/maori/.m2/repository/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar:/opt/maori/.m2/repository/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar:/opt/maori/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/opt/maori/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.15.2/jackson-dataformat-cbor-2.15.2.jar:/opt/maori/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.15.2/jackson-dataformat-smile-2.15.2.jar:/opt/maori/.m2/repository/tigris/tigris/0.1.2/tigris-0.1.2.jar:/opt/maori/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar:/opt/maori/.m2/repository/potemkin/potemkin/0.4.5/potemkin-0.4.5.jar:/opt/maori/.m2/repository/slingshot/slingshot/0.12.2/slingshot-0.12.2.jar:/opt/maori/.m2/repository/clout/clout/2.2.1/clout-2.2.1.jar:/opt/maori/.m2/repository/medley/medley/1.4.0/medley-1.4.0.jar:/opt/maori/.m2/repository/org/clojure/tools.macro/0.1.5/tools.macro-0.1.5.jar:/opt/maori/.m2/repository/ring/ring-codec/1.2.0/ring-codec-1.2.0.jar:/opt/maori/.m2/repository/org/clojure/core.specs.alpha/0.2.62/core.specs.alpha-0.2.62.jar:/opt/maori/.m2/repository/org/clojure/spec.alpha/0.3.218/spec.alpha-0.3.218.jar:/opt/maori/.m2/repository/commons-fileupload/commons-fileupload/1.5/commons-fileupload-1.5.jar:/opt/maori/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:/opt/maori/.m2/repository/crypto-equality/crypto-equality/1.0.1/crypto-equality-1.0.1.jar:/opt/maori/.m2/repository/crypto-random/crypto-random/1.2.1/crypto-random-1.2.1.jar:/opt/maori/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/opt/maori/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.jar:/opt/maori/.m2/repository/clj-tuple/clj-tuple/0.2.2/clj-tuple-0.2.2.jar:/opt/maori/.m2/repository/riddley/riddley/0.1.12/riddley-0.1.12.jar:/opt/maori/.m2/repository/instaparse/instaparse/1.4.8/instaparse-1.4.8.jar clojure.main -m maori.core"
  }, {
    "pid" : "2845386",
    "cpu" : "0.1",
    "mem" : "0.0",
    "cmd" : "python3 /app/telemetry_exporter.py"
  }, {
    "pid" : "2852514",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/containerd-shim-runc-v2 -namespace moby -id 944b68aabb8d0cc56e2c9e5cba51fa0926ae279420f87637f54cd272c013a3ec -address /run/containerd/containerd.sock"
  }, {
    "pid" : "2926877",
    "cpu" : "0.5",
    "mem" : "0.3",
    "cmd" : "/usr/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/1460629782.basis -classpath src:resources:data:/home/uprootiny/.m2/repository/compojure/compojure/1.7.1/compojure-1.7.1.jar:/home/uprootiny/.m2/repository/metosin/jsonista/0.3.8/jsonista-0.3.8.jar:/home/uprootiny/.m2/repository/org/clojure/clojure/1.11.1/clojure-1.11.1.jar:/home/uprootiny/.m2/repository/ring/ring-core/1.11.0/ring-core-1.11.0.jar:/home/uprootiny/.m2/repository/ring/ring-defaults/0.4.0/ring-defaults-0.4.0.jar:/home/uprootiny/.m2/repository/ring/ring-jetty-adapter/1.11.0/ring-jetty-adapter-1.11.0.jar:/home/uprootiny/.m2/repository/clout/clout/2.2.1/clout-2.2.1.jar:/home/uprootiny/.m2/repository/medley/medley/1.4.0/medley-1.4.0.jar:/home/uprootiny/.m2/repository/org/clojure/tools.macro/0.1.5/tools.macro-0.1.5.jar:/home/uprootiny/.m2/repository/ring/ring-codec/1.2.0/ring-codec-1.2.0.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.jar:/home/uprootiny/.m2/repository/org/clojure/core.specs.alpha/0.2.62/core.specs.alpha-0.2.62.jar:/home/uprootiny/.m2/repository/org/clojure/spec.alpha/0.3.218/spec.alpha-0.3.218.jar:/home/uprootiny/.m2/repository/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar:/home/uprootiny/.m2/repository/crypto-equality/crypto-equality/1.0.1/crypto-equality-1.0.1.jar:/home/uprootiny/.m2/repository/crypto-random/crypto-random/1.2.1/crypto-random-1.2.1.jar:/home/uprootiny/.m2/repository/org/apache/commons/commons-fileupload2-core/2.0.0-M1/commons-fileupload2-core-2.0.0-M1.jar:/home/uprootiny/.m2/repository/org/ring-clojure/ring-websocket-protocols/1.11.0/ring-websocket-protocols-1.11.0.jar:/home/uprootiny/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/home/uprootiny/.m2/repository/ring/ring-anti-forgery/1.3.0/ring-anti-forgery-1.3.0.jar:/home/uprootiny/.m2/repository/ring/ring-headers/0.3.0/ring-headers-0.3.0.jar:/home/uprootiny/.m2/repository/ring/ring-ssl/0.3.0/ring-ssl-0.3.0.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-server/11.0.18/jetty-server-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-server/11.0.18/websocket-jetty-server-11.0.18.jar:/home/uprootiny/.m2/repository/org/ring-clojure/ring-jakarta-servlet/1.11.0/ring-jakarta-servlet-1.11.0.jar:/home/uprootiny/.m2/repository/instaparse/instaparse/1.4.8/instaparse-1.4.8.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar:/home/uprootiny/.m2/repository/commons-codec/commons-codec/1.15/commons-codec-1.15.jar:/home/uprootiny/.m2/repository/hiccup/hiccup/1.0.5/hiccup-1.0.5.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-http/11.0.18/jetty-http-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-io/11.0.18/jetty-io-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/toolchain/jetty-jakarta-servlet-api/5.0.2/jetty-jakarta-servlet-api-5.0.2.jar:/home/uprootiny/.m2/repository/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-servlet/11.0.18/jetty-servlet-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-webapp/11.0.18/jetty-webapp-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-api/11.0.18/websocket-jetty-api-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-jetty-common/11.0.18/websocket-jetty-common-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/11.0.18/websocket-servlet-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-util/11.0.18/jetty-util-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-security/11.0.18/jetty-security-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/jetty-xml/11.0.18/jetty-xml-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-core-common/11.0.18/websocket-core-common-11.0.18.jar:/home/uprootiny/.m2/repository/org/eclipse/jetty/websocket/websocket-core-server/11.0.18/websocket-core-server-11.0.18.jar clojure.main -m numerai-dnn.server"
  }, {
    "pid" : "3054527",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb rich-temporal-suite.bb"
  }, {
    "pid" : "3054533",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb smart-reconnaissance.bb"
  }, {
    "pid" : "3057289",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "python3 src/system.py"
  }, {
    "pid" : "3058729",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774522870427-3vlb14.sh && shopt -u extglob 2>/dev/null || true && eval 'export PATH=\"/home/uprootiny/.nvm/versions/node/v24.9.0/bin:$PATH\" && npx vite --host 0.0.0.0 --port 5173 2>&1 &' \\< /dev/null && pwd -P >| /tmp/claude-f6ef-cwd"
  }, {
    "pid" : "3059075",
    "cpu" : "0.0",
    "mem" : "0.6",
    "cmd" : "node /home/uprootiny/myclaizer/node_modules/.bin/vite --host 0.0.0.0 --port 5173"
  }, {
    "pid" : "3122461",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb mobile-mesh.bb"
  }, {
    "pid" : "3135711",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1774379819126-f7sxve.sh && shopt -u extglob 2>/dev/null || true && eval '# Serve warroom on a new port kill $(lsof -ti:19423) 2>/dev/null cd /home/uprootiny/warroom && python3 -m http.server 19423 --bind 0.0.0.0 &>/dev/null & sleep 1 curl -s -o /dev/null -w \"HTTP %{http_code}\" http://localhost:19423/ echo \"\" echo \"WARROOM live at http://173.212.203.211:19423\"' < /dev/null && pwd -P >| /tmp/claude-a9e1-cwd"
  }, {
    "pid" : "3135713",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 -m http.server 19423 --bind 0.0.0.0"
  }, {
    "pid" : "3297852",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "/usr/local/bin/bb serve.bb"
  }, {
    "pid" : "3353882",
    "cpu" : "32.7",
    "mem" : "0.4",
    "cmd" : "bb /home/uprootiny/atanor.bb"
  }, {
    "pid" : "3377091",
    "cpu" : "0.0",
    "mem" : "0.7",
    "cmd" : "bb /home/uprootiny/legal-llm.bb"
  }, {
    "pid" : "3426272",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/bin/bash -c source /home/uprootiny/.claude/shell-snapshots/snapshot-bash-1773760913230-51kmeg.sh && shopt -u extglob 2>/dev/null || true && eval 'cd /home/uprootiny/Shevat/hexfield && python3 serve.py &' \\< /dev/null && pwd -P >| /tmp/claude-ac82-cwd"
  }, {
    "pid" : "3426274",
    "cpu" : "6.2",
    "mem" : "1.1",
    "cmd" : "python3 serve.py"
  }, {
    "pid" : "3456776",
    "cpu" : "0.5",
    "mem" : "0.6",
    "cmd" : "/nix/store/qagnl38l96xcbx17ll0v9zswhcl1nqw6-openjdk-21.0.7+6/bin/java -XX:-OmitStackTraceInFastThrow -Dclojure.basis=.cpcache/1084648514.basis -classpath src:resources:/home/uprootiny/.m2/repository/clj-http/clj-http/3.13.0/clj-http-3.13.0.jar:/home/uprootiny/.m2/repository/hiccup/hiccup/2.0.0-RC3/hiccup-2.0.0-RC3.jar:/home/uprootiny/.m2/repository/http-kit/http-kit/2.8.0/http-kit-2.8.0.jar:/home/uprootiny/.m2/repository/metosin/reitit-ring/0.7.2/reitit-ring-0.7.2.jar:/home/uprootiny/.m2/repository/org/clojure/clojure/1.12.0/clojure-1.12.0.jar:/home/uprootiny/.m2/repository/org/clojure/data.json/2.5.1/data.json-2.5.1.jar:/home/uprootiny/.m2/repository/ring/ring-core/1.12.2/ring-core-1.12.2.jar:/home/uprootiny/.m2/repository/ring/ring-defaults/0.5.0/ring-defaults-0.5.0.jar:/home/uprootiny/.m2/repository/ring/ring-json/0.5.1/ring-json-0.5.1.jar:/home/uprootiny/.m2/repository/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar:/home/uprootiny/.m2/repository/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.5/httpasyncclient-4.1.5.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar:/home/uprootiny/.m2/repository/potemkin/potemkin/0.4.7/potemkin-0.4.7.jar:/home/uprootiny/.m2/repository/slingshot/slingshot/0.12.2/slingshot-0.12.2.jar:/home/uprootiny/.m2/repository/metosin/reitit-core/0.7.2/reitit-core-0.7.2.jar:/home/uprootiny/.m2/repository/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar:/home/uprootiny/.m2/repository/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar:/home/uprootiny/.m2/repository/crypto-equality/crypto-equality/1.0.1/crypto-equality-1.0.1.jar:/home/uprootiny/.m2/repository/crypto-random/crypto-random/1.2.1/crypto-random-1.2.1.jar:/home/uprootiny/.m2/repository/org/apache/commons/commons-fileupload2-core/2.0.0-M1/commons-fileupload2-core-2.0.0-M1.jar:/home/uprootiny/.m2/repository/org/ring-clojure/ring-core-protocols/1.12.2/ring-core-protocols-1.12.2.jar:/home/uprootiny/.m2/repository/org/ring-clojure/ring-websocket-protocols/1.12.2/ring-websocket-protocols-1.12.2.jar:/home/uprootiny/.m2/repository/ring/ring-codec/1.2.0/ring-codec-1.2.0.jar:/home/uprootiny/.m2/repository/ring/ring-anti-forgery/1.3.1/ring-anti-forgery-1.3.1.jar:/home/uprootiny/.m2/repository/ring/ring-headers/0.4.0/ring-headers-0.4.0.jar:/home/uprootiny/.m2/repository/ring/ring-ssl/0.4.0/ring-ssl-0.4.0.jar:/home/uprootiny/.m2/repository/cheshire/cheshire/5.10.0/cheshire-5.10.0.jar:/home/uprootiny/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/uprootiny/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.15/httpcore-nio-4.4.15.jar:/home/uprootiny/.m2/repository/riddley/riddley/0.1.12/riddley-0.1.12.jar:/home/uprootiny/.m2/repository/meta-merge/meta-merge/1.0.0/meta-merge-1.0.0.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.10.2/jackson-dataformat-cbor-2.10.2.jar:/home/uprootiny/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.10.2/jackson-dataformat-smile-2.10.2.jar:/home/uprootiny/.m2/repository/tigris/tigris/0.1.2/tigris-0.1.2.jar clojure.main -m legal-warroom.server"
  }, {
    "pid" : "3472471",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex"
  }, {
    "pid" : "3472482",
    "cpu" : "3.4",
    "mem" : "0.9",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex"
  }, {
    "pid" : "3504391",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "ssh hyle cd /home/uprootiny/gpudesk && nohup python3 -m agentslack demo >/tmp/agentslack-9400.log 2>&1 & echo started"
  }, {
    "pid" : "3504418",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "bash -c cd /home/uprootiny/gpudesk && nohup python3 -m agentslack demo >/tmp/agentslack-9400.log 2>&1 & echo started"
  }, {
    "pid" : "3504419",
    "cpu" : "0.6",
    "mem" : "0.2",
    "cmd" : "python3 -m agentslack demo"
  }, {
    "pid" : "3563899",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "python3 serve.py 8348"
  }, {
    "pid" : "3611779",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "python3 -c from numerai_clean.web.server import serve; serve(\"0.0.0.0\", 9591)"
  }, {
    "pid" : "3621877",
    "cpu" : "0.0",
    "mem" : "0.4",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex"
  }, {
    "pid" : "3621909",
    "cpu" : "6.7",
    "mem" : "1.1",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex"
  }, {
    "pid" : "3627176",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "node /home/uprootiny/.npm/_npx/aab42732f01924e5/node_modules/.bin/serve -s dist -l 19422 --no-clipboard"
  }, {
    "pid" : "3693018",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "bb horology.clj 9750"
  }, {
    "pid" : "3713696",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "/usr/bin/containerd-shim-runc-v2 -namespace moby -id 27d0ab8bae4d1a0f180118b7ad5ec53bb6984b4a269a10e9c1f0e80c74fa7e05 -address /run/containerd/containerd.sock"
  }, {
    "pid" : "3866957",
    "cpu" : "0.0",
    "mem" : "0.2",
    "cmd" : "bb /home/uprootiny/deskfloor/src/deskfloor/connections.clj"
  }, {
    "pid" : "4042900",
    "cpu" : "0.0",
    "mem" : "0.1",
    "cmd" : "bb serve 9813"
  }, {
    "pid" : "4068667",
    "cpu" : "0.0",
    "mem" : "0.0",
    "cmd" : "node /home/uprootiny/.npm-global/bin/codex"
  }, {
    "pid" : "4068715",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "/home/uprootiny/.npm-global/lib/node_modules/@openai/codex/node_modules/@openai/codex-linux-x64/vendor/x86_64-unknown-linux-musl/codex/codex"
  }, {
    "pid" : "4071880",
    "cpu" : "0.0",
    "mem" : "0.3",
    "cmd" : "/usr/local/bin/bb src/deskfloor/connections.clj"
  } ],
  "scanned" : 1778184499110,
  "services" : {
    "unison" : {
      "port" : 5757,
      "check" : "tcp",
      "status" : "down",
      "error" : "Connection refused",
      "checked" : 1778184487093
    },
    "atlas" : {
      "port" : 9761,
      "check" : "tcp",
      "status" : "up",
      "latency" : 12,
      "checked" : 1778184487058
    },
    "hyle-dev" : {
      "port" : 8080,
      "check" : "tcp",
      "status" : "up",
      "latency" : 1,
      "checked" : 1778184487059
    },
    "illiuma" : {
      "port" : 38200,
      "check" : "tcp",
      "status" : "down",
      "error" : "Connection refused",
      "checked" : 1778184487111
    },
    "jekyll" : {
      "port" : 4567,
      "check" : "tcp",
      "status" : "up",
      "latency" : 2,
      "checked" : 1778184487140
    },
    "java-app" : {
      "port" : 8090,
      "check" : "tcp",
      "status" : "down",
      "error" : "Connection refused",
      "checked" : 1778184487137
    },
    "nginx" : {
      "port" : 80,
      "check" : "http",
      "status" : "up",
      "latency" : 208,
      "checked" : 1778184487341
    },
    "ceremonies" : {
      "port" : 9751,
      "check" : "tcp",
      "project" : "ai-slop-funnel",
      "status" : "up",
      "latency" : 25,
      "checked" : 1778184487143
    },
    "swarm" : {
      "port" : 9760,
      "check" : "tcp",
      "status" : "up",
      "latency" : 13,
      "checked" : 1778184487164
    },
    "websockify" : {
      "port" : 6080,
      "check" : "tcp",
      "status" : "up",
      "latency" : 1,
      "checked" : 1778184487144
    }
  }
}