From ac2cd7b956a0384900244701e6ddc4c9dee42b99 Mon Sep 17 00:00:00 2001 From: drepkovsky Date: Sun, 14 Jun 2026 13:04:02 +0200 Subject: [PATCH] v0.6.0 Release 0.6.0: bundles the agent-board-design-qa skill (measure-don't-perceive design QA for implemented web UIs) and ships docs/*.md in the npm files list. --- CHANGELOG.md | 2 ++ package.json | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d000ce5..fb9373d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Notable changes to `@questpie/agent-board` (CLI binaries: `agent-board`, `agent` ## Unreleased +## 0.6.0 — 2026-06-14 + - **Design QA skill**: `agent-board-design-qa` QAs the implemented, running web UI by measuring it instead of eyeballing a screenshot. A portable DOM geometry scan (overflow, silent truncation, collapse, sibling overlap, near-miss misalignment, small tap targets, sub-16px input fonts) runs through whatever browser/preview capability the harness already exposes (Claude Code `preview_*`, Codex, qprobe, Playwright), layered with design-token conformance, axe-core contrast, an optional reference pixel-diff + overlay, and a vision judge reserved for the residual. `agent-board skills install` links it alongside the existing twelve. Pairs with `agent-board-design-review` (which reviews the mockup). ## 0.5.0 — 2026-06-11 diff --git a/package.json b/package.json index 5981b57..aa14cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@questpie/agent-board", - "version": "0.5.0", + "version": "0.6.0", "description": "Markdown task board and execution contract for coding agents", "license": "MIT", "repository": { @@ -25,7 +25,8 @@ "agent": "./src/index.ts" }, "files": [ - "src" + "src", + "docs/*.md" ], "publishConfig": { "access": "public"