@hobin/developer 0.1.6 → 0.1.7
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 +110 -92
- package/SOURCES.md +8 -8
- package/extensions/developer.ts +1689 -1441
- package/extensions/machine.ts +418 -286
- package/extensions/references/behavior-preserving-structural-change.md +14 -13
- package/extensions/state.ts +463 -419
- package/extensions/tool-policy.ts +70 -64
- package/extensions/tui.ts +1666 -910
- package/package.json +1 -1
- package/skills/sketch/references/responsibility-and-variation.md +1 -1
package/package.json
CHANGED
|
@@ -198,7 +198,7 @@ Smallest implementation surface:
|
|
|
198
198
|
5. inspect whether the role remains coherent; stop at the stable landing
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
This reference shapes the collaboration. The
|
|
201
|
+
This reference shapes the collaboration. The implementation protocol owns the
|
|
202
202
|
sender-by-sender mutation, and `abstraction-review` decides whether the candidate
|
|
203
203
|
is stable enough to keep.
|
|
204
204
|
|