mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
* 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>
1.2 KiB
1.2 KiB
Truthmark Document Subagents And Leases
Truthmark-managed generated file. Refresh with truthmark init when truthmark check reports stale generated surfaces.
Copilot custom-agent mode:
- use automatically when this workflow runs in Copilot and the parent agent chooses bounded custom-agent fan-out
- dispatch read-only project custom agents for verification: @truth-route-auditor, @truth-claim-verifier
- read-only custom agents inspect checkout evidence directly, return structured findings, and must not edit files
- parent supplies bounded evidence shards; read-only custom agents must not preload host instruction files or repo-wide policy docs unless assigned as evidence
- dispatch write-capable project custom agents only with explicit write leases: @truth-doc-writer
- each write lease must name objective, required reads, allowed writes, forbidden writes, evidence, verification, and report fields
- write workers must stop when a required edit is off-lease and report status, filesChanged, evidence, offLeaseChanges, blockers, and notes
- parent must inspect the actual checkout diff against each lease before accepting a worker report
- Parent agent owns Truth Document acceptance, lease validation, and final report