memory_write - Companion Workspace Memory Writing Specification
Standard operating procedure for updating persona details, user profiles, events, mood states, and sentinels in Companion Workspace memory files.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Lock memory files using flock
- Update mood state snapshot
- Append character persona details
- Update user profile information
- Record memory events and followups
- Append last active timestamp sentinel
- Update unresolved items in memory
Inputs
- Workspace directory path
- Conversation context and mood changes
- Workspace memory files
Outputs
- Updated workspace memory files
- Updated unresolved memory items
Requirements
- Bash execution environment
- flock file locking utility
- Python 3 environment
- File read and edit permissions
