From 66894c075f34c307965ca92145de36a9072e34e0 Mon Sep 17 00:00:00 2001 From: "helen@cloud" Date: Tue, 26 May 2026 11:54:09 +0800 Subject: [PATCH] Add CommonGround Kernel --- src/data/orchestrators.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/data/orchestrators.ts b/src/data/orchestrators.ts index 4b41c78..af6e736 100644 --- a/src/data/orchestrators.ts +++ b/src/data/orchestrators.ts @@ -182,6 +182,19 @@ export const governanceTools: OrchestrationToolEntry[] = [ tags: ["open source", "governance", "agent safety", "approvals", "audit trail", "Postgres", "Python"], ctaLabel: "Open governance tool" }, + { + slug: "commonground-kernel", + title: "CommonGround Kernel", + url: "https://github.com/Intelligent-Internet/CommonGround", + sourceName: "CommonGround GitHub repository", + mark: "CG", + summary: + "Apache-2.0 public-fact and causal-coordination kernel for human-agent and multi-agent work.", + note: + "Preserves durable Turn-owned work records, handoff facts, claim fencing, causal lineage, and pull-first recovery across agent runtimes without acting as the orchestrator itself.", + tags: ["open source", "Apache-2.0", "public facts", "coordination substrate", "handoffs", "causal lineage", "Python"], + ctaLabel: "Open kernel" + }, { slug: "veto", title: "Veto",