@themoltnet/agent-daemon 0.19.0 → 0.20.0
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 +3 -3
- package/dist/main.js +299 -25990
- package/package.json +7 -8
package/README.md
CHANGED
|
@@ -181,9 +181,9 @@ workspace shape in `input.execution.workspace`: `none` becomes a
|
|
|
181
181
|
`scratch_mount`, `shared_mount` uses the daemon mount, and
|
|
182
182
|
`dedicated_worktree` uses an isolated checkout. Downstream
|
|
183
183
|
`judge_eval_attempt` tasks only resolve against a still-live producer
|
|
184
|
-
session/workspace slot. If the producer slot
|
|
185
|
-
|
|
186
|
-
claim in time, it immediately forks the producer session and copies the
|
|
184
|
+
session/workspace slot. If the producer slot or its local session/workspace
|
|
185
|
+
files cannot be resolved, the judge fails with `producer_context_missing`.
|
|
186
|
+
When the judge does claim in time, it immediately forks the producer session and copies the
|
|
187
187
|
producer workspace into judge-owned scratch state so the running judge no
|
|
188
188
|
longer depends on the producer slot after claim time. Repo-specific
|
|
189
189
|
`resumeCommands` that should not run in scratch mode must still be guarded
|