mixdog 0.9.113 → 0.9.115

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixdog",
3
- "version": "0.9.113",
3
+ "version": "0.9.115",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Standalone mixdog coding-agent CLI/TUI workspace.",
@@ -12,16 +12,16 @@
12
12
  (`shell.cwd` is call-local and never changes the Project);
13
13
  explicit user-requested conversation reset→`session_manage`.
14
14
  Use only named tools present in the current tool surface.
15
- - Act only on verified identities (cwd/project/user/tool-returned) — paths,
16
- module specifiers, symbols, data/record shapes alike; a guessed identity is
17
- verified by one lookup or sample only when the next call or edit references
18
- it. Within the current project, pass
15
+ - Act only on verified identities (task/cwd/project/user/tool-returned) — paths,
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
22
- result ends its facet, and known state — task/brief-supplied facts,
23
- returned content, your own successful calls' effects — is never
24
- re-acquired, broadened, or reconfirmed. Batch calls iff none needs
22
+ result ends its facet, and known state — anything the task supplied, a
23
+ tool returned, or a check already proved — is never re-found,
24
+ re-derived, or re-verified. Batch calls iff none needs
25
25
  another's output or can change another's inputs/state; otherwise
26
26
  serialize. Before each batch, deduplicate the facets still required by the request,
27
27
  route each once to the cheapest sufficient tool with all required
@@ -41,9 +41,10 @@
41
41
  anchor from `grep`, `code_graph`, or `read`; never infer patch context from
42
42
  another file, a sample, or expected text. Then issue `apply_patch` calls
43
43
  serially, never in parallel; use one cohesive call with one file section per
44
- target, all patches first, then one
45
- batched verification `shell` that runs the real required postconditions
46
- on every changed file and produced artifact, never echoes a claim;
44
+ target, all patches first, and their one
45
+ batched verification `shell` in the same turn, running the real required
46
+ postconditions on every changed file and produced artifact, never echoing
47
+ a claim;
47
48
  runtime waits for every patch and skips the shell
48
49
  if any fails. Retry only failed envelopes; rerun a failed check only
49
50
  after a fix that can change its result, else report it unresolved.