From 9829fc84f0c985fcca14bd03f30c22eced94df66 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sat, 28 Feb 2026 15:04:23 -0600 Subject: [PATCH] projects: update (2026-02-28_150422) --- PROJECTS_INDEX.md | 6 ++++++ projects.json | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/PROJECTS_INDEX.md b/PROJECTS_INDEX.md index 8bc151c..4de443a 100644 --- a/PROJECTS_INDEX.md +++ b/PROJECTS_INDEX.md @@ -17,6 +17,12 @@ Last Updated: 2026-02-28 Local Path: /opt/openclaw/.openclaw/workspace/repo-Cognition-OS Notes: Deterministic microkernel-style control plane for LLM/agent systems. +- Project: Trading Bot + Status: active + Repo: https://git.molloyhome.net/shadowmo/trader-magic.git + Local Path: /opt/openclaw/.openclaw/workspace/repos/trader-magic + Notes: This repo started life as a fork of another person's public project. We are modifying it to be more exchange aware, adding Gemini Exchange support. + ## Paused Projects - (none) diff --git a/projects.json b/projects.json index 1586fc2..659dd45 100644 --- a/projects.json +++ b/projects.json @@ -15,6 +15,14 @@ "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." + }, + { + "name": "Trading Bot", + "status": "active", + "type": "", + "repo": "https://git.molloyhome.net/shadowmo/trader-magic.git", + "local_path": "/opt/openclaw/.openclaw/workspace/repos/trader-magic", + "notes": "This repo started life as a fork of another person's public project. We are modifying it to be more exchange aware, adding Gemini Exchange support." } ], "last_updated": "2026-02-28"