diff --git a/coordination.k9 b/coordination.k9 index e48adc9..7e9932b 100644 --- a/coordination.k9 +++ b/coordination.k9 @@ -1,5 +1,18 @@ K9! # Thin coordination bindings for central session-management standards +# +# pedigree (K9 self-description; see .machine_readable/self-validating/README.adoc) +pedigree = { + schema_version = "1.0.0", + security = { + leash = 'Kennel, + }, + metadata = { + name = "coordination", + version = "0.1.0", + description = "Thin coordination bindings for central session-management standards", + }, +} session_management: source_of_truth: "standards/session-management-standards" diff --git a/session/custom-checks.k9 b/session/custom-checks.k9 index 35d87e7..ea55f95 100644 --- a/session/custom-checks.k9 +++ b/session/custom-checks.k9 @@ -1,5 +1,19 @@ K9! # Local repository session checks (thin policy layer) +# +# pedigree (K9 self-description; see .machine_readable/self-validating/README.adoc) +pedigree = { + schema_version = "1.0.0", + security = { + leash = 'Kennel, + }, + metadata = { + name = "custom-checks", + version = "0.1.0", + description = "Local repository session checks (thin policy layer)", + }, +} + version: "0.1" checks: