jmp0x1b/lang To 0x0 Command Map
Every command entry has a status.
| Old command | 0x0 command | Status | Notes |
| --- | --- | --- | --- |
| jmp0x1b check | make package-check plus source-specific compiler checks | partial | 0x0 has package and compiler checks, not the same old command surface. |
| jmp0x1b fmt | none | deferred | Public formatter command is not documented as current 0x0 behavior. |
| jmp0x1b test | package/app/test-specific make targets | partial | Use the target documented by the package or app. |
| jmp0x1b lint --deny warnings | make public-docs-milestone-4-check for public docs style | partial | Broad lint policy exists, but public docs use safe bounded checks. |
| jmp0x1b run file.jmp0x1b | ./bin/zero run file.0x0 | current | Requires a built bin/zero. |
| jmp0x1b package | make package-check and make package-lock | current | Local manifest/lockfile only. |
| old docs publish | later static-site deployment targets | planned | Deployment lands after bundle, dry-run, rollback, and smoke checks. |
| old libs registry publish | later registry deployment targets | planned | Registry metadata exists locally; publication is a later deployment step. |
Safe Default
For public docs and site work, prefer:
make public-site-link-check
make public-site-build-check
Do not substitute old jmp0x1b commands for 0x0 behavior unless the matching
0x0 command exists and is documented.