From 7148ed9a4608c34583b31fcf286c7c9658eb96b0 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sat, 28 Feb 2026 12:12:43 -0600 Subject: [PATCH] projects: update (2026-02-28_121243) --- PROJECTS_INDEX.md | 6 +++++- projects.json | 11 ++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/PROJECTS_INDEX.md b/PROJECTS_INDEX.md index 23b533b..aacc47e 100644 --- a/PROJECTS_INDEX.md +++ b/PROJECTS_INDEX.md @@ -6,7 +6,11 @@ Last Updated: 2026-02-28 ## Active Projects -- (none) +- Project: CognitionOS + Status: active + 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. ## Paused Projects diff --git a/projects.json b/projects.json index c1c17bc..14e898f 100644 --- a/projects.json +++ b/projects.json @@ -1,4 +1,13 @@ { "last_updated": "2026-02-28", - "projects": [] + "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." + } + ] } \ No newline at end of file