Commands and workspace dependencies for gt-review.
Location
apps/gt-review in the Condensate monorepo. Its manifest name is gt-review.
Commands
Run these from apps/gt-review after installing dependencies at the repository root.
| Script | Command |
|---|---|
build | tsc |
typecheck | tsc --noEmit && tsc -p tsconfig.web.json && tsc -p tsconfig.host-port.json && tsc -p webapp |
dev | tsc --watch |
start | bun dist/cli.js |
mcp | bun dist/mcp.js |
prepublishOnly | npm run build |
test | bun test |
test:watch | bun test --watch |
smoke | node scripts/boot-smoke.mjs |
typecheck:web | tsc -p tsconfig.web.json |
lint:slop | oxlint |
lint:antislop | oxlint |
lint:slop:ratchet | sh scripts/anti-slop-ratchet.sh |
lint:compose | docker compose config --quiet |
typecheck:host-port | tsc -p tsconfig.host-port.json |
probe:host-port | bun scripts/host-port-probe.ts |
probe:host-dual-write | bun scripts/host-dual-write-probe.ts |
probe:host-findings-read | bun scripts/host-findings-read-probe.ts |
probe:host-fixer | bun scripts/host-fixer-probe.ts |
probe:host-crosstalk | bun scripts/host-crosstalk-probe.ts |
probe:host-review-room | bun scripts/host-review-room-probe.ts |
probe:host-room-pane | bun scripts/host-room-pane-probe.ts |
probe:host-room-legacy-chat | bun scripts/host-room-legacy-chat-probe.ts |
probe:host-gate | bun scripts/host-gate-probe.ts |
probe:host-agents | bun scripts/host-agents-probe.ts |
probe:fleet-door | bun scripts/host-fleet-door-probe.ts |
probe:host-agents-discovery | bun scripts/host-agents-discovery-probe.ts |
probe:host-seat-mcp | bun scripts/host-seat-mcp-probe.ts |
probe:host-drafts-surface | bun scripts/host-drafts-surface-probe.ts |
dev:host-port-page | bun dev/host-port/serve.ts |
check:host-port-page | bun scripts/host-port-page-check.ts |
build:doc-render | bun scripts/build-doc-render.ts |
build:thread-ui | bun scripts/build-thread-ui.ts |
memory:seed-harness | bun scripts/seed-harness-memory.ts |
dev:artifact-doc-page | bun dev/artifact-doc/serve.ts |
check:artifact-doc-page | bun scripts/artifact-doc-page-check.ts |
check:room-chat-render | bun scripts/room-chat-render-check.ts |
check:agents-host-chat-render | bun scripts/agents-host-chat-render-check.ts |
check:agents-host-spawn-rows | bun scripts/agents-host-spawn-rows-check.ts |
check:reviewer-mobile | bun scripts/reviewer-mobile-check.ts |
check:hub-account-picker | bun scripts/hub-account-picker-check.ts |
check:hub-layout | bun scripts/hub-layout-check.ts |
check:hub-log-filters | bun scripts/hub-log-filters-check.ts |
check:room-degrade | bun scripts/room-degrade-check.ts |
check:react-layout | bun scripts/react-layout-check.ts |
check:queue-presets | bun scripts/react-layout-check.ts --only queue-presets |
check:reviewer-pane | bun scripts/react-layout-check.ts --only reviewer-pane |
build:webapp | vite build --config webapp/vite.config.ts webapp && node scripts/stamp-sw.mjs |
dev:webapp | vite --config webapp/vite.config.ts webapp |
dev:webapp:funnel | vite --config webapp/vite.dev.config.ts webapp --host 127.0.0.1 --port 5195 --strictPort |
prune:remote-tracking | bun scripts/prune-remote-tracking.ts |
test:fast | bash scripts/test-lanes.sh fast |
test:integration | bash scripts/test-lanes.sh integration |
shots:reviewer-panel | bun scripts/reviewer-panel-shots.ts |
Exports
This manifest declares no exports map.
Workspace dependencies
@condensate/chat-sdk@condensate/engine@condensate/workos-auth
Source of truth
These tables are generated from the package manifest. Follow the application guides for setup, and the linked source for exported interfaces.