원클릭으로
habu-build
Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior.
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 running Habu focused tests, the full native gate, timing the gate, or changing gate pool and budget arguments.
| name | habu-build |
| description | Use when building standalone Habu AOT binaries, REPL images, or validating native hb-build behavior. |
Use checked Habu build tools, not host scripts.
Build an AOT binary:
bin/hb --load lib/errors.f lib/string.f lib/memory.f lib/fs.f lib/fs-mutate.f \
lib/process.f lib/process-argv.f lib/process-env.f lib/source.f lib/build.f \
lib/codesign.f lib/content-key.f tools/build-fixpoint.f tools/cli-run.f \
tools/hb-build-lib.f tools/hb-build.f -- prog.f -o prog
Build a REPL image with hb-build when a test or tool needs a baked REPL bundle.
Keep generated images and binaries out of commits unless they are explicit
source fixtures.