This directory is the repo-top-level copy of the canonical contractile
templates. The canonical master lives at
.machine_readable/contractiles/ — see its README.adoc for the
full verb and audit-semantics reference, and
Canonical Contractiles And K9 Guide for
the estate-level audit semantics.
Copy this contractiles/ directory into a new repo to establish a
consistent operational, validation, trust, recovery, aspiration, and
service-automation framework.
The k9/ directory sits alongside the verbs and provides the three-tier
automation surface (Kennel / Yard / Hunt) used to validate or enforce the
verb declarations. See CANONICAL-TEMPLATES.adoc §3.
-
Every placeholder string in a template must be replaced with project-specific content before the repo is considered compliant.
-
Mustfilemust encode invariants that are machine-checkable by the repo’s actual toolchain, not aspirational "we intend to…" clauses. -
Trustfilemust name real keys, policies, and authority boundaries. -
Dustfilemust describe real rollback / deprecation behaviour, including what evidence persists after a rollback. -
Intentfileholds both axes in one file:for concrete tracked next-actions (with probes) andfor horizon-level aspirations (near/mid/far). If something has a probe, it is an intent. If it is horizon-level desire, it is a wish. -
Use
k9only where the automation enforces or validates a declared contractile (pair viapaired_xfile) rather than acting as unrelated demo code.