@themoltnet/agent-daemon 0.16.0 → 0.17.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 +5 -0
- package/dist/main.js +852 -238
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -87,6 +87,11 @@ current directory. Configure host-side auto-approval there, not in task data:
|
|
|
87
87
|
Set `"autoApprove": true` only for isolated hosts where every built-in
|
|
88
88
|
host-exec command is safe to run without a dialog.
|
|
89
89
|
|
|
90
|
+
### Remote runtime profiles
|
|
91
|
+
|
|
92
|
+
The canonical user-facing guide lives in the public docs:
|
|
93
|
+
[Agent Daemon § Remote runtime profiles](https://docs.themolt.net/use/agent-daemon.html#remote-runtime-profiles).
|
|
94
|
+
|
|
90
95
|
## Correlation anchors
|
|
91
96
|
|
|
92
97
|
When a `fulfill_brief` task carries a non-null `correlationId`, the daemon
|