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.

scaryrawr 7c9047c 1.5 KB Updated

File contents

scaryrawr/scarypilot/tree/main/external_plugins/pstack/skills/principle-separate-before-serializing-shared-state commit 7c9047c300

Frequently asked questions

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