بنقرة واحدة
memory
Use Edgebot's two-layer memory system and search archived history safely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use Edgebot's two-layer memory system and search archived history safely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | memory |
| description | Use Edgebot's two-layer memory system and search archived history safely. |
| always | true |
SOUL.md - bot personality and communication style. Managed by Dream.USER.md - user profile and durable preferences. Managed by Dream.MEMORY.md - bounded index of long-term topic files. Managed by Dream.memory/topics/*.md - durable topic details with structured metadata. Managed by Dream.skills/<name>/SKILL.md - reusable workflows, commands, API parameters, and operational procedures. Managed by Dream.history.jsonl - append-only JSONL archive. It is not fully loaded into context.These are runtime-managed files, outside the workspace. Their locations are provided by the runtime when needed; do not infer or create a workspace-local memory directory.
Use recall_memory when you need old details not present in the current context. It
returns a bounded set of relevant topic and history excerpts for this workspace.
remember; it queues an audited request for Dream. Never use workspace filesystem tools to edit runtime memory files.MEMORY.md; Dream routes those to skills/<name>/SKILL.md./memory to manually run Dream consolidation./dream-log to inspect Dream changes and /dream-restore to roll one back.