Principle Separate Before Serializing Shared State

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

ScriptedAlchemy Updated

File contents

ScriptedAlchemy/pstack-codex/tree/main/plugins/pstack/skills/principle-separate-before-serializing-shared-state commit ef54bdbad4

Frequently asked questions

npx skillmds@latest add scriptedalchemy/principle-separate-before-serializing-shared-state