• v0.3.4 2c68b44c1a

    coreci-bot released this 2026-09-12 23:17:43 +00:00 | 3 commits to main since this release

    Nextcraft v0.3.4 — Milestone v0.4: Distribution & Bootstrap CLI

    Founder directive D-016 delivered: streamlined install, a nextcraft bootstrap CLI with a one-liner install script, and binaries on every ongoing release.

    Install (linux x64)

    curl -fsSL https://git.coreci.dev/coreci/nextcraft/raw/main/scripts/install.sh | sh
    nextcraft doctor
    

    The installer resolves this release from the Gitea API, verifies the sha256 checksum before install, checks the installed binary reports this release's version, and installs to ~/.local/bin.

    Milestone summary (all phases, all requirements)

    Phase Delivered Tag
    P0 Specification: REQ-4-001..005 locked, D-033..037 research (Node SEA toolchain probe-verified), G-101..104 grill decisions v0.3.0
    P1 Bootstrap CLI core — doctor / bootstrap / verify / dev (REQ-4-001, 002) v0.3.1
    P2 Binary build + release pipeline — SEA linux x64 binary + sha256, one-liner install, ongoing release-assets contract (REQ-4-003, 004) v0.3.2
    P3 Install docs + fresh-clone E2E — README quickstart matching the tested flow (REQ-4-005) v0.3.3
    P4 Final review (install-time version integrity gate P0 fix) + audit — this milestone release v0.3.4

    Requirements: 5/5 complete (REQ-4-001..005).

    The nextcraft CLI

    • doctor — prerequisite checks (node >= 18, pnpm >= 8, python3 >= 3.11, git, unshare) with actionable fix hints
    • bootstrap — idempotent monorepo setup: pnpm install + ai-service venv + .env from template (secrets never generated)
    • verify — stack health check (venv imports, uvicorn, ports, env)
    • dev — ai-service dev server passthrough
    • Self-contained binary (node runtime embedded, ~117 MB) — runs without node installed
    • Zero runtime npm dependencies; exit codes 0/1/2; 34 unit tests + live E2E proven

    Ongoing binaries

    Every release from v0.3.2 onward carries nextcraft-linux-x64 + nextcraft-linux-x64.sha256 assets — enforced at ship time by scripts/release-assets.sh and audited at milestone close (G-104).

    Deferred to v0.5 (per D-016)

    Real server STT/TTS, KYC/identity verification + age-gating backend, design/simulation sandbox environments, exec-telemetry seq-lease.

    Downloads