From a8cf966df62c49c7a2c91b28b804f7b2a65faf7f Mon Sep 17 00:00:00 2001 From: clawbot Date: Sat, 28 Feb 2026 02:33:50 -0800 Subject: [PATCH] docs: add clawpub reference in See Also section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 73600ba..555f01a 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,15 @@ policies change. When updating policies in this repo, also update the template repos to match (Makefile targets, Dockerfile conventions, CI workflows, required files, etc.). +## See Also + +- **[clawpub](https://git.eeqj.de/sneak/clawpub)** — Real-world examples, + rationale, and operational lessons from applying these policies with an + [OpenClaw](https://github.com/openclaw/openclaw) AI agent. Includes detailed + documentation on how the interlocking check system (CI → Docker → Makefile → + tests/lint/fmt) works in practice, why checklists complement prose policies, + and failure stories from production use. + ## TODO - Add more prompt templates for common development tasks