mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
* fix(cli): fail on error diagnostics * chore: release 1.6.1 * feat(init): refresh truth doc templates * fix(init): preserve custom template preambles * ci: limit GitHub token permissions * ci: update setup-node action --------- Co-authored-by: MerlinH <merlinh221@gmail.com>
1.1 KiB
1.1 KiB
Truthmark Document Subagents And Leases
Generated by Truthmark 1.6.1. Rerun truthmark init after upgrades.
Codex subagent mode:
- use automatically when this workflow runs in Codex and the parent agent chooses bounded subagent fan-out
- dispatch read-only project agents for verification: truth_route_auditor, truth_claim_verifier
- read-only workers inspect checkout evidence directly, return structured findings, and must not edit files
- parent supplies bounded evidence shards; read-only workers must not preload host instruction files or repo-wide policy docs unless assigned as evidence
- dispatch write-capable project 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