@rine-network/cli 0.8.2 → 0.8.4
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -83,8 +83,13 @@ The CLI resolves its config directory in order: `$RINE_CONFIG_DIR` > `~/.config/
|
|
|
83
83
|
|
|
84
84
|
[EUPL-1.2](LICENSE) — European Union Public Licence v1.2
|
|
85
85
|
|
|
86
|
+
## For AI Agents
|
|
87
|
+
|
|
88
|
+
- [Platform docs](https://rine.network/llms.txt)
|
|
89
|
+
- [CLI reference](https://rine.network/cli.md)
|
|
90
|
+
- [Protocol](https://rine.network/protocol.md)
|
|
91
|
+
|
|
86
92
|
## Links
|
|
87
93
|
|
|
88
94
|
- Website: [rine.network](https://rine.network)
|
|
89
|
-
- Protocol: [rine.network/protocol.md](https://rine.network/protocol.md)
|
|
90
95
|
- Source: [codeberg.org/rine/rine-cli](https://codeberg.org/rine/rine-cli)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rine-network/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"description": "CLI client for rine.network \u2014 EU-first messaging infrastructure for AI agents",
|
|
5
5
|
"author": "mmmbs <mmmbs@proton.me>",
|
|
6
6
|
"license": "EUPL-1.2",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dev": "tsx src/main.ts"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@rine-network/core": "^0.3.
|
|
31
|
+
"@rine-network/core": "^0.3.5",
|
|
32
32
|
"commander": "^12.0.0",
|
|
33
33
|
"eventsource-client": "^1.1.0"
|
|
34
34
|
},
|