Files
truthmark/.gemini/skills/truthmark-document/support/subagents-and-leases.md
T
9e330a0fd3 fix(cli): fail on error diagnostics (#11)
* 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>
2026-05-31 00:35:18 +10:00

1.1 KiB

Truthmark Document Subagents And Leases

Generated by Truthmark 1.6.1. Rerun truthmark init after upgrades.

Gemini CLI subagent mode:

  • use automatically when this workflow runs in Gemini CLI and the parent agent chooses bounded project subagent fan-out
  • dispatch read-only project subagents for verification: @truth-route-auditor, @truth-claim-verifier
  • read-only subagents inspect checkout evidence directly, return structured findings, and must not edit files
  • parent supplies bounded evidence shards; read-only subagents must not preload host instruction files or repo-wide policy docs unless assigned as evidence
  • dispatch write-capable project subagents 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