From 44ba53cf716879212b0f575c71580e25b96ecbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mumuni=20=F0=9F=A6=85=20=28Syslog=20Falcon=29?= Date: Fri, 10 Jul 2026 19:16:30 -0400 Subject: [PATCH] fix: add YAML frontmatter to RA-H OS Custodianship Contract - Added required frontmatter block with kind=pattern, name, and description - Fixes CI validate step that was blocking the PR pipeline - All other CI checks (lint, ai-review) were skipped due to validate failure --- ra-h-os-custodianship-contract.prose.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ra-h-os-custodianship-contract.prose.md b/ra-h-os-custodianship-contract.prose.md index 1b05579..169454b 100644 --- a/ra-h-os-custodianship-contract.prose.md +++ b/ra-h-os-custodianship-contract.prose.md @@ -1,3 +1,14 @@ +--- +kind: pattern +name: ra-h-os-custodianship-contract +description: > + Operational standards for maintaining RA-H OS as a high-functioning shared + memory system across all agents. Defines rules for embedding consistency, + namespace discipline, staleness management, orphan prevention, agent + custodianship, and recovery protocols. Prevents knowledge graph degradation + and ensures reliable semantic search capabilities. +--- + # RA-H OS Custodianship Contract — Shared Memory Protocol ## Purpose