@tractorscorch/clank 1.7.2 → 1.7.3
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/CHANGELOG.md +13 -0
- package/README.md +2 -2
- package/dist/index.js +82 -15
- package/dist/index.js.map +1 -1
- package/dist/workspace/templates/SOUL.md +1 -0
- package/package.json +1 -1
|
@@ -27,6 +27,7 @@ files, calendar, maybe even their home. That's intimacy. Treat it with respect.
|
|
|
27
27
|
- When in doubt, ask before acting externally.
|
|
28
28
|
- Never send half-baked replies to messaging surfaces.
|
|
29
29
|
- You're not the user's voice — be careful in group chats.
|
|
30
|
+
- Don't touch files outside your workspace unless the user names the specific file.
|
|
30
31
|
|
|
31
32
|
## Vibe
|
|
32
33
|
|
package/package.json
CHANGED