projects: fix projects.json structure and re-render index
This commit is contained in:
@@ -6,36 +6,6 @@ Last Updated: 2026-02-28
|
|||||||
|
|
||||||
## Active Projects
|
## Active Projects
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
- 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. --noop
|
|
||||||
|
|
||||||
- Project: CognitionOS
|
|
||||||
Status: active
|
|
||||||
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.
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
- Project: CognitionOS
|
- Project: CognitionOS
|
||||||
Status: active
|
Status: active
|
||||||
Repo: https://git.molloyhome.net/shadowmo/Cognition-OS.git
|
Repo: https://git.molloyhome.net/shadowmo/Cognition-OS.git
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
{
|
{
|
||||||
"projects": [
|
"projects": [
|
||||||
[
|
{
|
||||||
{
|
"name": "CognitionOS",
|
||||||
"name": "CognitionOS",
|
"status": "active",
|
||||||
"status": "active",
|
"type": "",
|
||||||
"type": "",
|
"repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git",
|
||||||
"repo": "https://git.molloyhome.net/shadowmo/Cognition-OS.git",
|
"local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS",
|
||||||
"local_path": "/opt/openclaw/.openclaw/workspace/repo-Cognition-OS",
|
"notes": "Deterministic microkernel-style control plane for LLM/agent systems."
|
||||||
"notes": "Deterministic microkernel-style control plane for LLM/agent systems."
|
}
|
||||||
}
|
],
|
||||||
]
|
"last_updated": "2026-02-28"
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user