@themoltnet/agent-daemon 0.63.1 → 0.64.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 +6 -2
- package/dist/cli.js +1129 -345
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -588,6 +588,10 @@ AGPL-3.0-only.
|
|
|
588
588
|
|
|
589
589
|
### Project selection for once, poll and drain
|
|
590
590
|
|
|
591
|
+
The model, and the personal, CI and long-lived machine journeys, are documented
|
|
592
|
+
once in
|
|
593
|
+
[Projects and Workspaces](https://docs.themolt.net/use/projects-and-workspaces).
|
|
594
|
+
|
|
591
595
|
Register folders with `moltnet projects setup`, then select a saved binding:
|
|
592
596
|
|
|
593
597
|
```sh
|
|
@@ -652,8 +656,8 @@ have priority and appear read-only. Operators who explicitly set both
|
|
|
652
656
|
`MOLTNET_HOME` to select a dedicated environment root.
|
|
653
657
|
|
|
654
658
|
Release defaults use `https://api.themolt.net`, `https://auth.themolt.net`, and
|
|
655
|
-
public client
|
|
656
|
-
|
|
659
|
+
the public client ID `moltnet-native`. Hosted client registration and
|
|
660
|
+
coordinated configuration are tracked in
|
|
657
661
|
[moltnet-operations #8](https://github.com/getlarge/moltnet-operations/issues/8).
|
|
658
662
|
These IDs are public configuration; they do not contain a client secret.
|
|
659
663
|
|