Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions coordination.k9
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 14 additions & 0 deletions session/custom-checks.k9
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading