Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

agent-wal

Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction.

نظرة عامة

Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction.

أمر التثبيت
npx skills add https://github.com/m4d3bug/oh-my-openclaw --skill agent-wal

انسخ والصق هذا الأمر في Claude Code لتثبيت المهارة

النجوم٢
التفرعات١
آخر تحديث١٨ مارس ٢٠٢٦ في ١٥:٥٠
مستكشف الملفات
4 ملفات
SKILL.md
readonly