بنقرة واحدة
memory-manager
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | memory_manager |
| description | Standard Operating Procedure for the agent to retrieve and update its hierarchical memory system. |
Provide a reliable, repeatable procedure for an agent to inspect and update its Hierarchical Memory System:
<long_term_memory>...</long_term_memory>.<long_term_memory> as permanent instructions and facts. You MUST prioritize and adhere to it over ephemeral conversation text.Use this when you need to answer questions like:
Procedure
Read the injected anchor at the very top of the skill payload returned by read_skill. Extract the absolute path from:
[Skill Directory: <absolute_path>]INJECTED_SKILL_DIR (the directory that contains this skill’s SKILL.md).Invoke the python tool with:
scriptPath: INJECTED_SKILL_DIR + /scripts/inspect.pyargs: one argument, the target cwd (string)Interpret the output:
cwdmessageCountcompressedMemoryPresent (CM)shortTermMessageCount (STM)CRITICAL RULE: To UPDATE or REMEMBER new long-term information, you MUST edit the LTM markdown files directly using file_edit or file_write.
~/.aclix/ACLI.md
./ACLI.md
Tooling requirements
file_edit with an exact oldString match.file_write.echo >, cat >, etc.).