Conversation
Register skills/memory-guide/SKILL.md via manifest skills[] array so OpenClaw auto-discovers it. The skill teaches the agent when and how to search, save, explore connections, and fetch threads — the single biggest change for memory recall quality. Rewrite behavioral.js to use directive "Before answering questions about prior work, decisions, dates, people, preferences, or plans: search" instead of passive "When prior context would improve your response." Explicitly notes "natural language queries, not file paths" to counter OpenClaw's built-in file-based memory section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis release introduces version 0.6.12 of the nowledge-mem-openclaw-plugin, adding a new memory-guide behavioral skill registered via the OpenClaw manifest. The skill provides comprehensive memory operations (search, save, connections, timelines, threads, working memory). Behavioral guidance updated to direct proactive memory search before answering questions about prior work, decisions, dates, people, preferences, or plans. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Register skills/memory-guide/SKILL.md via manifest skills[] array so OpenClaw auto-discovers it. The skill teaches the agent when and how to search, save, explore connections, and fetch threads — the single biggest change for memory recall quality.
Rewrite behavioral.js to use directive "Before answering questions about prior work, decisions, dates, people, preferences, or plans: search" instead of passive "When prior context would improve your response." Explicitly notes "natural language queries, not file paths" to counter OpenClaw's built-in file-based memory section.
Summary by CodeRabbit
New Features
Improvements
Documentation