From 1340d262ed575a4f45c6c2fa9fb75367b9c10be3 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Wed, 18 Feb 2026 12:02:50 +0000 Subject: [PATCH] docs: update README to include note on merging upstream changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b42321143..101ba52e9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A managed fork of [sipeed/picoclaw](https://github.com/sipeed/picoclaw) — an u This fork diverges from upstream with its own architectural decisions: vendored LLM SDK, MemGPT-style tiered memory, progressive tool disclosure, and libSQL-native storage with vector search. +Where it makes sense, I will do my best to merge upstream changes back into this fork. + --- ## Why This Fork Exists