@swifty.js/larky 0.0.8 → 0.0.9
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 +1 -1
- package/dist/cli/glob_addon.node +0 -0
- package/dist/cli/main.js +466 -484
- package/dist/core/app.js +305 -323
- package/dist/core/glob_addon.node +0 -0
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ larky core start|stop|status # daemon lifecycle
|
|
|
53
53
|
larky trace --layer ipc -f # follow the wire trace
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
Configuration lives in larky's `.larky/config.yaml` (providers, hooks, MCP, sandbox
|
|
56
|
+
Configuration lives in larky's `.larky/config.yaml` (providers, hooks, MCP, sandbox, core host/port, trace) plus `LARKY_*` env vars.
|
|
57
57
|
|
|
58
58
|
## Development
|
|
59
59
|
|
package/dist/cli/glob_addon.node
CHANGED
|
Binary file
|