@orkestrel/scaffold 0.0.48 → 0.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,8 +55,10 @@ npx scaffold repair
55
55
  ```
56
56
 
57
57
  Restores each planned path the target is missing or has let drift, then re-audits. A file the
58
- workspace owns — its manifest, its source, its tests, its README — is written once at creation and
59
- is never rewritten here.
58
+ workspace owns — its source, its own proofs, its README — is written once at creation and is never
59
+ rewritten here. Two paths are not owned that way: `tests/distribution.test.ts` is restored when it
60
+ is absent and left alone when the workspace has replaced it, and the manifest's script region is
61
+ rewritten when its chain is the one scaffold generated and refused without a write when it is not.
60
62
 
61
63
  ### `catalog` — refresh the package table and the guide mirrors
62
64