chore(memory): remove flynn-related notes

This commit is contained in:
zap
2026-03-11 20:35:51 +00:00
parent e353be8814
commit 165e987dbc
6 changed files with 0 additions and 175 deletions

View File

@@ -16,15 +16,6 @@ user: Sender (untrusted metadata):
}
```
[Wed 2026-03-04 02:02 UTC] So between the PR and ~/flynn you are not able to find a clean solution?
assistant: [[reply_to_current]] Short answer: **not a clean, production-safe fix yet**.
I found:
- Your Flynn endpoint clue (good),
- OpenClaw issues/PRs that match this exact failure mode (also good),
- but no merged upstream fix we can apply cleanly right now.
Given your “no extra dependencies” constraint, the only remaining path is a **local patch** (cherry-pick PR logic into your installed OpenClaw). That can work, but its not “clean” because its a custom fork patch youll need to maintain across updates.
So:
- ✅ Diagnosis is solid.