원클릭으로
habu-gate
Use when running Habu focused tests, the full native gate, timing the gate, or changing gate pool and budget arguments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when running Habu focused tests, the full native gate, timing the gate, or changing gate pool and budget arguments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when timing the Habu native test suite on a supported host class, comparing host profiles, or setting timing-regression policy.
Use when recovering or refreshing Habu bin/hb, selecting Gforth, validating no-binary bootstrap, or porting bootstrap work to zed/Linux.
Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior.
| name | habu-gate |
| description | Use when running Habu focused tests, the full native gate, timing the gate, or changing gate pool and budget arguments. |
Use native bin/hb for all gate work. Do not add env-var knobs; expose policy as
script arguments.
For timing-regression checks, use skills/habu-host-profiles/SKILL.md. The
runner auto-detects the host profile; force --perf-profile NAME only when
reproducing a specific policy.
Run the full native gate:
bin/hb --load test/run.f
Run with explicit timing policy:
bin/hb --load test/run.f -- --perf-profile macos-arm64-10x2 --timings
Run the macOS timing profile:
bin/hb --load test/run.f -- --under bin/hb --timings
Reuse an already-built Habu candidate instead of rebuilding it:
bin/hb --load test/run.f -- --under bin/hb --perf-profile macos-arm64-10x2 --timings
Run focused tests through their owning load path before the full gate. Keep generated artifacts out of the commit and delete gate caches only when testing uncached behavior.
Habu-under-test is the small rebuilt hb-stdin engine, not a snapshot
launcher. Snapshot coverage belongs to the native build/fixpoint path.