mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
* docs: move localized READMEs to docs and update packaging * chore: remove OpenSpec preview and Gemini artifacts * fix: resolve localized README merge artifacts * chore: rename pt-BR localized README to pt * chore: refresh generated surfaces and change log for release 2.2.4 * fix: reformat 2.2.4 change log entry * chore: rename 2.2.4 changelog note * fix: refresh localized README translations and links --------- Co-authored-by: MerlinH <merlinh221@gmail.com>
1.4 KiB
1.4 KiB
Truthmark 2.2.4
Previous version: 2.2.3 New version: 2.2.4 Diff basis: release/2.2.3..HEAD plus working tree Version action: patch SemVer rationale: This release is a backward-compatible cleanup and correction of published guidance, generated-surface behavior, and locale packaging metadata.
Release payload:
- Renamed the Portuguese localized README from
README.pt-BR.mdtoREADME.pt.mdand updated all locale link references accordingly. - Refreshed generated-surface templates and agent prompt/skill rendering by removing stale invocation text and aligning quick procedures with current repository standards.
- Updated Truthmark-generated host-surface contracts and workflow documentation to reflect retired preview surfaces and current host behavior.
- Updated generated-surface tests and agent behavior tests for the rendered template/document contract changes.
- Bumped package metadata to
2.2.4and synced lockfile version fields.
User-facing release text:
- Published localizations now consistently use
docs/readmes/README.pt.mdfor Portuguese content. - Generated workflow surfaces were aligned with the current host-surface contract and the package patch version was incremented.
Verification:
npm run package:checknpx vitest run tests/agents/prompts.test.ts tests/agents/truth-check.test.ts tests/agents/truth-document.test.ts tests/agents/truth-sync.test.ts tests/templates/generated-surfaces.test.tsnpm run testnpm run check