BRIK64 CLI

Changelog

User-visible release notes for the BRIK64 CLI beta: commands, local workflow improvements, SDK examples, and install behavior.

$curl -fsSL https://brik64.com/cli/install.sh | bash

Release notes

June 2026

v0.1.0-beta.7

BRIK64 CLI 0.1.0-beta.7

  • Adds local PCD polymerization with deterministic polymer files and companion manifests.
  • Adds local verification for certificate presence, source hash agreement, and AST hash agreement.
  • Adds migration support for legacy lowercase PCD syntax with actionable parser guidance.
  • Adds account status, login, and logout commands for future platform-connected workflows.
  • Keeps human-readable doctor output as the default and moves machine-readable reports behind `doctor --json`.

June 2026

v0.1.0-beta.6

BRIK64 CLI 0.1.0-beta.6

  • Adds a portable Node.js CLI package for macOS and Linux local workflows.
  • Requires Node.js 20 or newer and reports a clear install error when the runtime is missing.
  • Verifies the CLI package SHA-256 before activation.
  • Keeps `brik64` as the official command and installs `brik` as the compatibility alias.
  • Updates JS/TS, Python and Rust SDK examples to beta6 package versions.
  • Keeps local `.brik` workspace setup separate from agent instruction files.