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.

v1truv1us db7e217 1.6 KB Updated

File contents

v1truv1us/ai-eng-system/tree/main/.gemini/skills/pstack/principle-separate-before-serializing-shared-state commit db7e2179a4

Frequently asked questions

npx skillmds@latest add v1truv1us-ai-eng-system/principle-separate-before-serializing-shared-state