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.

h3y6e Updated

File contents

h3y6e/agent-skills/tree/main/.vendor/skills/principle-separate-before-serializing-shared-state commit 29fbed46a2

Frequently asked questions

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