Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export const patterns = [
"Skill discovery and selection",
"SKILL.md as a convention",
"Progressive disclosure from discovery to execution",
"Skill injection for delegated agents",
],
examples: [
{
Expand Down Expand Up @@ -613,8 +614,15 @@ export const patterns = [
"Episodic, semantic, and procedural memory",
"Graph memory and temporal knowledge graphs",
"RAG as a memory retrieval pattern",
"File-based memory with semantic search",
],
examples: [
{
name: "File-Based Memory (MEMORY.md Pattern)",
description:
"Plain markdown files with semantic search, used by OpenClaw, Claude Code, and other CLI agents. An index file tracks core facts, daily journals capture session context, and a learnings log records mistakes and discoveries. No database required — just files, git, and embeddings.",
url: "https://docs.openclaw.ai",
},
{
name: "Mem0",
description:
Expand Down