feat: add global visibility scope workflow for OpenClaw learnings#4
feat: add global visibility scope workflow for OpenClaw learnings#4ZaneChen76 wants to merge 1 commit into
Conversation
|
I will have a look at this seems like a good idea |
Code reviewFound 5 issues:
Lines 95 to 97 in 9591800
self-improving-agent/references/global-learnings.md Lines 7 to 9 in 9591800 Lines 249 to 254 in 9591800
Lines 96 to 98 in 9591800
self-improving-agent/references/global-learnings.md Lines 12 to 14 in 9591800 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Summary
This PR improves
self-improving-agentso cross-agent/global persistence is an explicit first-class workflow in OpenClaw.What changed
sessionagent(default)globalreferences/global-learnings.mdwith a reusable global-entry template (GLRN-*).Why
Previously, learnings were usually written in the current agent workspace (
.learnings/*), which is often agent-local.This caused confusion when users expected "all agents/sessions" visibility.
This PR keeps current behavior, but documents a clear and actionable path when users request global visibility.
Backward compatibility
.learnings/*workflow remains unchanged.Notes
If accepted, I can follow up with a small automation helper script that performs multi-agent pointer sync when
scope: globalis selected.