Compute SHA-256 (and optionally BLAKE3) of dist\CommandWizard-1.0.0.0.msix and record it in RELEASE-v1.0.0.md and the manifest's release.installer.sha256
Run a verified clean build, record build.log/test.log, populate manifest.release.verified, and append a per-version verification block to the release checklist
Create a release-evidence/v1.0.0/ bundle with filehash.txt, build.log, test.log, install-check.txt, referenced from the manifest
Add the DRS-required fields to the release note: explicit theme name, Design Boundaries (≥2 entries), Built With list, signing status statement
Confirm and update the project lifecycle state (paused vs. active) with the maintainer, reconciling legacy manifest fields into the canonical manifest
Include an in-installer docs/ folder with the release note and trust/security notes, so documentation travels with the install
Add automated UI smoke tests or headless verification steps to the release checklist
Optional SBOM generation (CycloneDX/JSON) for any future public release
A small CLI mode for headless schema import or command generation, to integrate with other Aptlantis pipelines
Export/import and sync primitives for sharing schemas between Aptlantis tools (local git or DuckDB-backed index)
Creative enhancements (ideas on file, not committed)
A "share schema bundle" feature exporting a verified schema + sample commands + metadata as a single signed archive for safe exchange between operators
Auto-generated shell-specific command snippets (bash, PowerShell, fish) and optional completion files from the schema
A local "schema catalog" service (DuckDB) to query and index installed schemas and favorites across Aptlantis tools
A contextual "task-to-command" assistant mapping natural-language tasks to templated command sequences using existing schema metadata
A reproducible packaging mode recording build input hashes and emitting a small provenance.json for later artifact verification