From 3e5e48682c6f2fa86d51b30f003db83f75d00610 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sat, 28 Feb 2026 12:18:36 -0600 Subject: [PATCH] projects: deduplicate CognitionOS entries --- projects.json | 61 ++++++++++----------------------------------------- 1 file changed, 11 insertions(+), 50 deletions(-) diff --git a/projects.json b/projects.json index f661258..a83a7c2 100644 --- a/projects.json +++ b/projects.json @@ -1,53 +1,14 @@ { - "last_updated": "2026-02-28", "projects": [ - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems." - }, - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems. --noop" - }, - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://90cce7ad32ff2792d707a9e0652ef8ddcb339e09@git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems." - }, - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems." - }, - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems." - }, - { - "name": "CognitionOS", - "status": "active", - "type": "", - "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", - "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", - "notes": "Deterministic microkernel-style control plane for LLM/agent systems." - } + [ + { + "name": "CognitionOS", + "status": "active", + "type": "", + "repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git", + "local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS", + "notes": "Deterministic microkernel-style control plane for LLM/agent systems." + } + ] ] -} \ No newline at end of file +}