Changelog

Release evidence, not just release notes.

Assura is pre-1.0. Each promoted release distinguishes supported contracts from experimental workflow surfaces and carries current install, performance, and compatibility evidence.

current release
v0.3.0
released          2026-07-02
status            pre-1.0 beta
platforms         Linux, macOS, Windows
evidence          release-live + performance

Current v0.3

Structure checks, reports, initialization, status, LS-Lint migration, hooks, and performance evidence.

Next release

Review, Explain, and agent onboarding are supported in checked source and remain marked unreleased until the next published version.

Experimental

Lifecycle feedback, integration bundles, semantic candidates, and local daemon surfaces.

01

0.3.0

Current public beta with the expanded agent workflow, project-review, content, query, integration, and performance surfaces documented by support status.

02

Compatibility policy

Before 1.0, Assura favors direct replacement of superseded internal contracts over long-lived compatibility shims.

03

Installation evidence

Release readiness verifies public install scripts and platform assets before a version is presented as current.

04

Performance evidence

Checked cold and warm reports retain their environment, fixture cohort, and version instead of carrying numbers forward manually.

Agent setup

Start with one agent instruction.

Give this prompt to the coding agent already working in your project. It installs Assura, establishes a broad baseline, verifies the setup, and leaves unresolved project decisions visible.

Recommended Agent prompt
Install Assura in this repository and set it up for agent-ready checks.
If assura is not installed, run:
ASSURA_INSTALL=https://assura.dev/install.sh
curl -fsSL "$ASSURA_INSTALL" | sh

Then run:
assura agent onboard . --agent auto --format json
assura check --format json .

Read .assura/onboarding/agent-next.md, summarize what is active, what is inactive, and what questions need human answers before adding project-specific rules.
Manual install curl -fsSL https://assura.dev/install.sh | sh