From 28b0c22a3f9ffeb5a92de014bee357101b0fe433 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Sun, 8 Mar 2026 16:09:31 +1000 Subject: [PATCH] docs: add related projects links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b0f7b18..ddefa0a 100644 --- a/README.md +++ b/README.md @@ -148,5 +148,11 @@ This tool edits `~/.openclaw/openclaw.json`. - OpenClaw CLI installed on the same machine - Node.js 20+ +## Related Projects + +- [ocm](https://github.com/dtzp555-max/ocm) — local dashboard and built-in CLI for operating OpenClaw with less config friction. +- [execution-agent-planner](https://github.com/dtzp555-max/execution-agent-planner) — skill for deciding when to keep work with one execution agent vs split across multiple workers. +- [gh-pr-release-flow](https://github.com/dtzp555-max/gh-pr-release-flow) — skill for PR-first GitHub workflows, protected branches, and release-after-merge habits. + ## License MIT