From a371ba6f7cfcfa19f16c46a25473c698eedd9b4e Mon Sep 17 00:00:00 2001 From: dtzp555-max Date: Sun, 8 Mar 2026 16:09:47 +1000 Subject: [PATCH] docs: add related projects links (#12) Co-authored-by: dtzp555 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 110621c..7d8bbc1 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,12 @@ ocm/ - **Frontend**: Vanilla HTML/CSS/JS embedded in a template literal — no build step, no framework - **Architecture**: Single-file, zero-dependency, runs anywhere Node.js runs +## Related Projects + +- [clawkeeper](https://github.com/dtzp555-max/clawkeeper) — OpenClaw memory operations kit for doctor / provider switch / backup / restore workflows. +- [execution-agent-planner](https://github.com/dtzp555-max/execution-agent-planner) — skill for deciding when work should stay with one execution agent or split across specialized workers. +- [gh-pr-release-flow](https://github.com/dtzp555-max/gh-pr-release-flow) — skill for PR-first GitHub repos where release work should happen after merge. + ## License MIT