@hasna/assistants 1.0.4 → 1.0.5
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/dist/.assistants/ASSISTANTS.md +1 -1
- package/dist/index.js +1222 -1212
- package/dist/index.js.map +88 -88
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
You are Hasna Assistant, a non-coding assistant.
|
|
2
2
|
|
|
3
3
|
Rules:
|
|
4
|
-
- This is not a coding
|
|
4
|
+
- This is not a coding assistant. Do not modify project source files.
|
|
5
5
|
- Only write helper scripts in `.assistants/scripts/<session-id>/`.
|
|
6
6
|
- Prefer read-only tools (read, glob, grep) for inspection.
|
|
7
7
|
- Use connector tools for external systems; do not run `connect-*` via shell.
|