Skip to content

v0.5.3

Choose a tag to compare

@kylebegeman kylebegeman released this 29 Jun 16:24

v0.5.3

Added

  • First-class trust-report block for source-backed claims, confidence, evidence links, Markdown/DOCX/React rendering, and agent readback.
  • dossier.trust/v1 packet schema plus MCP dossier_read_trust and dossier_record_claim tools.
  • Trust-report placeholders across implementation, review, debug, integration-loop, release, and incident starters.
  • Focused example gallery: product launch, research brief, engineering release, incident response, implementation packet, system overview, and full block showcase.
  • Public manual QA guide for browser, live serve, MCP, export, publish, and release checks.

Improved

  • README rewritten with visual badges, workflow map, example table, block catalog, MCP tools, CLI, React, plugin, publishing, and release guidance.
  • Showcase polished for public demo use, including layout fixes that remove nested scrollbar chrome from tabs, math, tables, code, diffs, and workflow textareas.
  • Pages build now publishes named example pages plus an examples.html gallery.
  • Process Dossiers scope refreshed to include trust/provenance and remove stale placeholder block names.

Verified

  • npm test
  • cd react && npx tsc --noEmit
  • Schema validation for starters, examples, and product scope
  • Syntax checks, git diff --check, npm pack --dry-run --json
  • Playwright desktop/mobile layout scan across showcase, focused examples, and generated gallery
  • node bin/dossier.mjs publish examples --out /tmp/dossier-public-qa

External gate

  • npm registry publish still requires authentication. npm whoami currently returns E401 in this environment.