一键导入
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.