Documentation
README
Driving h5i
A box is a disposable development environment: a git worktree on its own branch, confined by a pinned, fail-closed policy. Code, toolchain, dev server and agent run inside it. Nothing reaches the host except what you export.
h5i box <command> --help is the authoritative flag reference and cannot go
stale. Reach for it before guessing at a flag.
Are you inside a box?
$H5I_ENV_ID is set inside one. It changes what you should do:
- Outside: you create boxes, hand work to them, and read exports.
- Inside: you already have the whole worktree. Work normally. Some things are denied on purpose (see "When something is denied").
This is the opening of the README. Read the full README on GitHub.