v0.32.0 Release Preparation
Status: release candidate qualified, published, and externally audited (2026-09-04). This record owns the candidate identity, qualification contract, and local artifact evidence. The immutable publication evidence is ../releases/v0.32.0.md.
Release Boundary
v0.32.0 completes the owning synchronous Command introduced in v0.30.0 and extended with output capture in v0.31.0. One command can now own a working directory, exact environment edits, and finite standard input before consuming itself into inherited-output status or captured output execution. One prepared launch plan and one three-direction I/O session preserve exact-child ownership, bounded progress, and deterministic failure precedence.
The Phase 5 review found no remaining correctness or architecture finding. Public release notes are ../../releases/v0.32.0.md. Root download links and the public release index advance to v0.32.0 in the separate publication commit.
Candidate Identity
The release inputs agree on 0.32.0:
development/packaging/VERSION, the sole authored release-version input;- the
#packageversion indevelopment/std/index.nct; - the archive name and installed manifest derived from
VERSIONandRELEASE.json; - compiler and language-server reporting derived from the validated installed home.
The qualified release-content commit is 14951f2350f58354cce1c8beab8447a13949be78. Documentation-only qualification evidence recorded after that commit is not an artifact input.
Qualification Contract
The clean release-content commit must pass:
- 1. two independent complete locked workspace test runs in distinct external Cargo targets;
- warnings-denied all-target Clippy in both external targets;
- formatter, no-default-features checking, documentation generation and reproducibility, repository whitespace, and packaging-input validation;
- the explicit public-HTTPS dependency-acquisition test;
- checks and representative native execution for every public example against an isolated candidate home;
- two independent optimized package builds with byte-identical archives and recursively identical installed homes;
- fresh extraction checks for version, doctor, help, initialization, locked/offline check and
test, deterministic graph, exact
text-banner,stdin-prefix,subprocess-status,subprocess-output, andsubprocess-configuredprocess contracts, native run, explicit build and execution, and framed LSP analysis; - rejection after either the installed compiler or standard-library content is changed, plus proof that ordinary qualification commands do not mutate the installed home.
Qualification Evidence
The exact candidate commit passed two complete locked workspace runs in distinct external Cargo targets. Each run executed 1,542 tests and reported 1,541 passed, zero failed, and one ignored public-network test. Warnings-denied all-target Clippy passed independently in both targets. The ignored HTTPS Git acquisition test was then run explicitly and passed without invoking an external Git executable.
The candidate also passed no-default-features checking, formatter verification, documentation generation and reproducibility, packaging-script syntax validation, manifest-input validation, and repository whitespace validation. Documentation generation produced 450 pages.
Two independent optimized package builds produced byte-identical archives and recursively identical installed homes. Fresh extraction then passed:
--version,doctor, and--helpagainst release0.32.0;- package initialization plus locked/offline checking and testing;
- locked/offline checking of every public single-file and package example;
- exact
text-bannernative output with empty stderr; - exact
stdin-prefixargument, stdin, status, stdout, and stderr behavior throughnocter run; - exact
subprocess-statuslaunch, argument, typed nonzero status, stdout, and stderr behavior; - exact
subprocess-outputargument, typed nonzero status, captured stdout, captured stderr, and empty parent stderr behavior; - exact
subprocess-configuredworking-directory, environment replacement and removal, finite stdin, terminal status, captured stdout, captured stderr, and empty parent stderr behavior; - two byte-identical package-graph queries;
- package
run, explicitbuild, and direct execution; - one framed LSP initialize/open/diagnostic/hover/completion/definition/shutdown session;
- installed-home immutability across all ordinary commands;
- rejection of separately tampered compiler and standard-library copies.
The retained local candidate is:
- archive:
dist/nocter-v0.32.0-arm64-darwin.tar.gz; - size: 8,289,509 bytes;
- archive SHA-256:
4cf4bd44ff163bc993f919fb2d652fde54492427418b3a46230d31df70e43d45; - compiler SHA-256:
c7e9c9aaed2a78acceb012760fffc0776d984b9fafc6f6adef7f015d94dcb3ae; - standard-library tree SHA-256:
074584dec2cebdcd6d8642aa5ae76b58696ee81831ad1584911777aeea945082; - standard-library regular files: 147.
Publication Boundary
Separately authorized publication reused the qualified archive without rebuilding it, advanced public latest-release links in a separate commit, created and pushed one annotated v0.32.0 tag, uploaded exactly one archive, and verified the public asset byte for byte. Existing tags and assets must not be replaced.