Releases: async/claims
Releases · async/claims
Release list
v0.2.0
Release notes from CHANGELOG.md for 0.2.0 (2026-06-15).
- Split claim anchors from test coverage into
claims.jsonandclaims.coverage.json. - Added
async-claims repair-contextandasync-claims patch-anchorsfor test-blind anchor repair workflows. - Added the
claims.coverageschema export and coverage-aware config defaults fortests/andtest/folders. - Updated pipeline helpers with
claimsTasks(),claimsSuggestTask(), prompt helpers, and explicit repair subtasks. - Updated docs, examples, claims registries, and API surface metadata for the repair loop.
Source: CHANGELOG.md in tag v0.2.0.
v0.1.0
Release notes from CHANGELOG.md for 0.1.0 (2026-06-14).
- Initial standalone
@async/claimspackage with deterministic claim registry checks. - Added CLI commands
async-claims checkandasync-claims init. - Added JSON schemas, library exports, docs, and runnable examples.
- Added
@async/claims/pipelinehelper for generating standard@async/pipelinetask maps without adding a pipeline runtime dependency. - Added
claimsWorkflowTasks()and a@async/pipelinetask-groups spec fortasks: { claims: claimsWorkflowTasks() }, usingdefaultas the group root child. - Branded
claims()andclaimsWorkflowTasks()task sections with non-enumerable async-pipeline declaration metadata viaSymbol.for("@async/pipeline.declaration"). - Added the repo-local
pipeline.ts, generated@async/pipelineworkflow, GitHub Pages build, release/preview lifecycle scripts, and API surface ledger for the first release.
Source: CHANGELOG.md in tag v0.1.0.