diff --git a/PROJECTS_INDEX.md b/PROJECTS_INDEX.md index aacc47e..8bc151c 100644 --- a/PROJECTS_INDEX.md +++ b/PROJECTS_INDEX.md @@ -6,6 +6,11 @@ Last Updated: 2026-02-28 ## Active Projects +- Project: CI/CD Pipeline + Status: active + Local Path: /opt/openclaw/.openclaw/workspace/repos/CI-CD-Pipeline + Notes: Build a Drone server and Drone Runner for CI/CD needs. Create two VMs on LAB. + - Project: CognitionOS Status: active Repo: https://git.molloyhome.net/shadowmo/Cognition-OS.git diff --git a/projects.json b/projects.json index 77f5b43..1586fc2 100644 --- a/projects.json +++ b/projects.json @@ -7,6 +7,14 @@ "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": "CI/CD Pipeline", + "status": "active", + "type": "", + "repo": "", + "local_path": "/opt/openclaw/.openclaw/workspace/repos/CI-CD-Pipeline", + "notes": "Build a Drone server and Drone Runner for CI/CD needs. Create two VMs on LAB." } ], "last_updated": "2026-02-28"