6dc6433c2dd52b1d50e8318a35581900ddcb6832
parse collision)
Intended `dist` entrypoint: std.cli os_args/parse dispatch to stub handlers for `ci publish`, `release promote`, `release rollback`, with help/usage, EX_USAGE(64) exit contract, and `--json` purity (machine JSON on stdout via std.json, human text on stderr). NOT wired into `make build`/`tests/` and NOT buildable: `std.cli` and `std.json` both export a top-level `parse`; with both in the compilation closure the sx IR lowering crashes on `cli.parse` (lower.zig lazyLowerFunction assert `func.params.len == fd.params.len + ctx_slots`). json_out.sx isolates the std.json import, but `sx build` lowers the whole transitive closure so the bare-name collision persists. See the P3.1 worker report for the minimal repro. Step is BLOCKED pending an sx fix.
Description
No description provided
Languages
HTML
35.2%
CSS
30.3%
JavaScript
29%
Makefile
3.4%
Shell
2.1%