feat: add canonical agent workflow package (#19)

* feat: add Truth Sync intent checklist

* feat: add canonical agent workflow package

Add the .truthmark/agent canonical workflow package, convert duplicated host workflow bodies into adapter/expanded-adapter surfaces, and validate canonical/adapter freshness in Truthmark check.

Refresh generated surfaces and package metadata for Truthmark 2.3.0, with OpenSpec tasks completed and release notes added.

* fix: preserve native workflow skill packages

* docs: record native skill package decision

* fix: drop unused agent workflow package

* chore: remove implemented OpenSpec docs

* chore: release workflow fixes as 2.2.2

* fix: remove agent-visible version markers

* fix: drop generated surface version markers

* feat: capture decision context in Truth Sync

---------

Co-authored-by: MerlinH <merlinh221@gmail.com>
This commit is contained in:
Merlin's Cat
2026-06-18 17:07:40 +10:00
committed by GitHub
co-authored by MerlinH
parent e9cd67f0b5
commit fb2c469005
233 changed files with 3657 additions and 3655 deletions
+27
View File
@@ -0,0 +1,27 @@
# Truthmark 2.2.2
Previous version: 2.2.1
New version: 2.2.2
## Rationale
Release a patch update for generated workflow-surface packaging and stale generated documentation cleanup.
## Release payload
- Preserve host-native skill packages with colocated support files and helper metadata so supported agent hosts can package skills without depending on a separate repo-local workflow copy.
- Keep prompt, command, and top-level instruction surfaces compact while leaving skill-directory resources colocated with `SKILL.md`.
- Remove unused repo-local workflow copies and implemented planning artifacts from the release surface.
- Add generated-surface freshness diagnostics for host-native package entry/support files.
- Refresh package metadata and generated runtime markers for Truthmark 2.2.2.
## Verification
- `npm run typecheck`
- `npm run lint`
- `npm run test`
- `npm run build`
- `npm run release:check`
- `npx tsx src/cli/main.ts check --json`
- `npx tsx src/cli/main.ts index --json`
- `git diff --check`