بنقرة واحدة
remember
Store learnings, decisions, patterns, or preferences into CEMS memory with project context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Store learnings, decisions, patterns, or preferences into CEMS memory with project context
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Search CEMS memory with project-scoped boosting, auto-detecting project from git remote
Search memories for relevant past context, decisions, and patterns
Search memories for relevant past context, decisions, and patterns
View foundation guidelines (rules, principles, constraints) stored in CEMS memory
Search CEMS long-term memory for relevant past context, decisions, patterns, and preferences
Store memories with project context, categories, and tags into CEMS long-term memory
| name | remember |
| description | Store learnings, decisions, patterns, or preferences into CEMS memory with project context |
Store a learning, pattern, decision, or any information for future recall.
When the user says "remember this" or you discover something worth persisting:
personal (default) — only you see itshared — visible to the whole teampreferences, conventions, architecture, decisions, workflow, or generalgit remote get-url origin to extract org/repo formatgit@github.com:org/repo.git → org/repohttps://github.com/org/repo.git → org/reposource_ref: "project:org/repo"{
"tool": "memory_add",
"arguments": {
"content": "The description of what to remember",
"scope": "personal",
"category": "decisions",
"tags": ["auth", "security"],
"source_ref": "project:org/repo"
}
}