一键导入
physicslab-memory
Use the root memory bundle (`memory/`) for portable recall, trigger-gated writes, session publishing, and discussion approval flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use the root memory bundle (`memory/`) for portable recall, trigger-gated writes, session publishing, and discussion approval flow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | physicslab_memory |
| description | Use the root memory bundle (`memory/`) for portable recall, trigger-gated writes, session publishing, and discussion approval flow. |
Use this skill when the user asks to capture/promote memory artifacts, publish sessions, update checkpoints/indexes, or save/archive/approve discussions.
Recall order when ambiguous:
memory/canon/verbatim_ledger.md first.memory/INDEX.md and other canonical memory docs.memory/discussions/* only when explicitly referenced or needed.Strict write gate:
memory/ unless the user command includes one exact trigger:
MEMORY CAPTUREMEMORY PROMOTESESSION PUBLISHCHECKPOINT UPDATEINDEX UPDATEDISCUSSION SAVEDISCUSSION ARCHIVEDISCUSSION APPROVECANON SAVECSWORKLOG AUTO ONWORKLOG AUTO OFFMC => MEMORY CAPTUREMP => MEMORY PROMOTESP => SESSION PUBLISHCU => CHECKPOINT UPDATEIU => INDEX UPDATEDS => DISCUSSION SAVEDC => DISCUSSION ARCHIVEDA => DISCUSSION APPROVECS => CANON SAVE (also accepted as explicit short trigger phrase)H / h prints current alias mappings and trigger list.memory/.CANON SAVE and CS are both exact trigger phrases.CS is not alias-only behavior.WORKLOG AUTO ON and WORKLOG AUTO OFF are exact trigger phrases.2.1 Git approval gate:
git commit without explicit user approval.git push without explicit user approval.AC => approve commitAP => approve pushAC/AP are workflow approvals only, not memory trigger commands.Discussion lane policy:
DISCUSSION APPROVE (or explicit MEMORY PROMOTE referencing the discussion source).Approval ledger policy:
DISCUSSION APPROVE must append a ledger line in memory/approvals.md with:
approver = human authorityrecorded_by_agent = assistant that wrote the record4.1 Timestamp policy:
*_at_local) with timezone offset.user_region and user_timezone in metadata for unambiguous context.SESSION PUBLISH exports from .slice_tmp/<slice_id>/ into memory/sessions/<slice_id>/.memory/journal/.memory/INDEX.md links.5.1 Operational auto mode policy:
WORKLOG AUTO ON enables operational auto updates after each completed task/gate/mid-gate.memory/current-state.mdmemory/sessions/memory/journal/memory/runbooks/ when procedure-level changes exist.WORKLOG AUTO OFF disables this behavior.memory/PROTOCOL.md.agents/skills/physicslab_memory/SKILL.mdmemory/README.md7.1 Status and supersession discipline:
draft, active, locked, superseded, rejected, completed.superseded and add:
superseded_bysuperseded_at_localsupersession_reasonCANON SAVE / CS appends one verbatim record to memory/canon/verbatim_ledger.md.entry_id, local timestamp, region/timezone, recorded_by_agent, source metadata.memory/canon/INDEX.md latest/next IDs.MEMORY PROMOTE, CHECKPOINT UPDATE, DISCUSSION APPROVE).MEMORY CAPTURE: store raw import + manifest + inbox/index pointer.MEMORY PROMOTE: turn approved source into canonical decision/issue/runbook + index update.SESSION PUBLISH: export slice artifacts to memory/sessions/ + journal entry.CHECKPOINT UPDATE: refresh memory/current-state.md + checkpoint pointers.INDEX UPDATE: update only memory/INDEX.md.DISCUSSION SAVE: create discussion in memory/discussions/active/ from template.DISCUSSION ARCHIVE: move discussion active -> archived and update discussion index.DISCUSSION APPROVE: create canonical extract + update approvals ledger + update index.CANON SAVE / CS: append verbatim canon entry and return optional promotion suggestions.WORKLOG AUTO ON: enable automatic operational updates for current-state/sessions/journal/runbooks (when applicable).WORKLOG AUTO OFF: disable automatic operational updates and return to trigger-only writes.H / h: show current alias mappings and trigger list (no write).