Files
truthmark/changes/2026-06-14-version-2-2-0.md
2dc0da40ff chore: refresh Truthmark to 2.2.0 (#15)
* Split Truthmark product and engineering truth lanes

* chore: align truthmark docs and runtime with lane updates

* chore: bump package version to 2.2.0

* chore: refresh truthmark surfaces for 2.2.0 and document release

* chore: migrate legacy truth docs to engineering legacy path

* chore: remove legacy docs/truth legacy docs from repository

* chore: trim document command prompts to adapter stubs

* chore: customize truth root README guidance per lane

* chore: make doc reviewer guidance lane-specific and helper-rendered

* fix: remove duplicate check lane-classification render in evidence gate

* fix: make realize doc example lane-agnostic to product and engineering

* feat: separate product and engineering truth lanes

* test: restore workflow surface coverage

* Fix workflow lane prompt boundaries

* test: guard read-only generated surface wording

* Fix manual Realize lane guidance

* fix: harden route relationship diagnostics

Validate reciprocal product and engineering route links, gate missing product-link review diagnostics on product evidence, and reject duplicate route entries with divergent relationship metadata.

* fix: merge duplicate route relationships

Allow repeated route entries for the same truth document, kind, and lane to contribute additive relationship metadata. Keep hard validation errors for kind and lane conflicts and emit merged relationships in RouteMap output.

* fix: make route relationships local

Treat realized_by and realizes metadata as route-local navigation edges. Validate target existence and lane compatibility without requiring reciprocal declarations, and document the chosen semantics.

---------

Co-authored-by: MerlinH <merlinh221@gmail.com>
2026-06-16 00:54:46 +10:00

21 lines
1.0 KiB
Markdown

# Truthmark 2.2.0
Previous version: 2.1.0
New version: 2.2.0
Diff basis: release/2.1.0..HEAD plus working tree
Version action: minor
SemVer rationale: This release refreshes package metadata and generated agent-workflow surfaces for the 2.2.0 runtime marker while preserving existing behavior, including updated generated instruction/manifest surfaces that are version-coupled.
Release payload:
- Update package version metadata in `package.json` and root `package-lock.json` entries from 2.1.0 to 2.2.0.
- Run `truthmark init --json` to refresh generated platform surfaces and managed instruction blocks for the new runtime marker.
- Update repository instruction targets (`AGENTS.md`, `CLAUDE.md`, `GEMINI.md`) to reference the `Truthmark 2.2.0` generated marker.
User-facing release text:
- `truthmark` is now tagged as 2.2.0, with the generated workflow surfaces and agent helpers refreshed to match the same runtime version marker.
Verification:
- `npm run release:check`
- `npx tsx src/cli/main.ts check --json`
- `npx tsx src/cli/main.ts index --json`