projects: fix projects.json structure and re-render index

This commit is contained in:
OpenClaw Bot
2026-02-28 12:21:02 -06:00
parent 3e5e48682c
commit ea0e906d13
2 changed files with 11 additions and 42 deletions

View File

@@ -1,14 +1,13 @@
{
"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."
}
],
"last_updated": "2026-02-28"
}