Boundary Scope Escape

Enumerate values whose identity escapes their lexical scope — the first step of differential closure analysis. Use when auditing a codebase for shared values defined independently across files, diagnosing inconsistency bugs, or preparing for refactoring. Produces an ordered inventory of open domains with their dependency structure: each entry identifies a boundary condition d(S) between the current state and closure.

stuffbucket 0b6b60a 5.1 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/boundary-scope-escape commit 0b6b60a130

Frequently asked questions

npx skillmds@latest add stuffbucket/boundary-scope-escape