mixdog 0.9.113 → 0.9.114
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/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
explicit user-requested conversation reset→`session_manage`.
|
|
14
14
|
Use only named tools present in the current tool surface.
|
|
15
15
|
- Act only on verified identities (cwd/project/user/tool-returned) — paths,
|
|
16
|
-
module specifiers, symbols, data/record shapes alike; a guessed
|
|
17
|
-
|
|
18
|
-
it. Within the current project, pass
|
|
16
|
+
module specifiers, symbols, data/record shapes alike; verify a guessed
|
|
17
|
+
identity with one lookup or sample before the first call or edit that
|
|
18
|
+
relies on it. Within the current project, pass
|
|
19
19
|
project-relative paths and omit optional scopes equal to its root; explicit
|
|
20
20
|
paths may be outside cwd only for targets outside the project.
|
|
21
21
|
- Plan the fewest dependent rounds, then the fewest calls. A conclusive
|