ワンクリックで
zerg-dev
Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Zerg/Longhouse full ship cycle — test, deploy, QA, verify. Use when pushing changes to production or doing a full dev→deploy iteration.
Longhouse managed provider CLI control paths for Claude, Codex, Antigravity, and similar CLIs. Use when investigating or changing managed sessions, provider binary ownership, `longhouse claude`, `longhouse codex`, bridge/relay/hook behavior, local-health liveness, reattach behavior, stale provider runtimes, or AGENTS.md guidance about managed vs unmanaged sessions.
Refresh and ship the Longhouse landing hero video, poster, and supporting product screenshots from realistic demo data, then verify the responsive composition visually.
Zerg testing workflow (unit + E2E). Use when running or debugging tests.
Diagnose slow or inconsistent managed Longhouse sessions by separating provider-loop latency, local hook/control-path health, hosted ingest lag, and runtime-state mismatches.
Debug hosted Longhouse instances on the runtime host. Use when investigating a hosted tenant / live prod behavior, control-plane-managed tenants, managed session state, hosted auth, or tenant SQLite state.
| name | zerg-dev |
| description | Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo. |
make dev
This serves the local frontend at http://localhost:47200 and proxies its API
requests to the Runtime Host already recorded in
~/.longhouse/machine/target-url, authenticated with the existing device token.
It should show the same account and sessions as the hosted UI. Ctrl+C stops it.
Use make dev-demo only when an isolated seeded local runtime is intentional.
make stop # stop local development processes
make dev-demo # isolated local backend + seeded demo UI
make dev is already running.make dev requires an existing longhouse auth machine link.make dev-demo for disposable local data and make dev for real account data.