Published and candidate install smoke evidence Observed result on 2026-06-17. Published registry baseline: ```bash npm view boulder-oss-cli name version bunx boulder-oss-cli --help ``` Known published baseline before this release candidate: ```text name = 'boulder-oss-cli' version = '0.1.13' ``` Publish attempt for `0.1.14` on 2026-06-18: ```text npm publish --access public npm error code EOTP npm error This operation requires a one-time password. ``` Retry after continuing release work on 2026-06-18: ```text npm view boulder-oss-cli name version dist-tags --json { "name": "boulder-oss-cli", "version": "0.1.13", "dist-tags": { "latest": "0.1.13" } } npm owner evidence redacted npm identity check redacted npm publish --access public npm error code E404 npm error 404 Not Found - PUT https://registry.npmjs.org/boulder-oss-cli - Not found ``` Successful publish verification on 2026-06-18: ```text npm view boulder-oss-cli version 0.1.14 ``` Published version: 0.1.14 Successful publish verification on 2026-06-24: ```text npm view boulder-oss-cli name version dist-tags --json { "name": "boulder-oss-cli", "version": "0.1.15", "dist-tags": { "latest": "0.1.15" } } bunx boulder-oss-cli@0.1.15 --version 0.1.15 ``` Published version: 0.1.15 Published baseline result: ```text Result: success exit: 0 Usage: boulder init [--cwd path] [--force] ``` Candidate tarball command: ```bash npm pack --cache npm exec --cache --package "file:" -- boulder --version ``` Candidate output: ```text 0.1.15 ``` Candidate CLI surface: ```bash npm exec --cache --package "file:" -- boulder --help ``` Asserted output included: ```text boulder profile resolve [--cwd path] [--profile name] [--task kind] [--json] boulder profile use [--cwd path] [--json] boulder handoff packet [--cwd path] [--adapter name] [--include path] [--json] boulder handoff send [--cwd path] [--packet path] [--approve-external] [--approval-code code] [--dry-run] ``` Candidate first-run smoke: ```bash tmpdir= npm exec --cache --package "file:" -- boulder init --cwd "$tmpdir" npm exec --cache --package "file:" -- boulder profile resolve --cwd "$tmpdir" --task research npm exec --cache --package "file:" -- boulder doctor --cwd "$tmpdir" ``` Asserted output included: ```text Boulder initialized Boulder resolved workflow profile - active-profile: programming-default - suggested-profile: research-default Boulder capability doctor - active-profile: programming-default (built-in; programming) - external-default: blocked - external-approval-required: true ``` Candidate safety smoke: ```bash npm exec --cache --package "file:" -- boulder handoff packet --cwd "$tmpdir" --adapter gajae-code --include ../../../other-tenant/private/src/auth.ts --json ``` Observed output: ```text exit: 1 ERROR handoff.protected_path: Protected path is not allowed in external handoff packet: ../../../other-tenant/private/src/auth.ts ``` Conclusion: the `0.1.15` candidate tarball can be installed and executed through `npm exec --package file: -- boulder ...`, and the candidate blocks repo-escaping handoff includes before external handoff.