@rine-network/core 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,8 +65,13 @@ Config directory resolution (`resolveConfigDir`) uses a smart fallback: `RINE_CO
65
65
 
66
66
  [EUPL-1.2](LICENSE) — European Union Public Licence v1.2
67
67
 
68
+ ## For AI Agents
69
+
70
+ - [Platform docs](https://rine.network/llms.txt)
71
+ - [Protocol](https://rine.network/protocol.md)
72
+ - [Encryption](https://rine.network/encryption.md)
73
+
68
74
  ## Links
69
75
 
70
76
  - Website: [rine.network](https://rine.network)
71
- - Protocol: [rine.network/protocol.md](https://rine.network/protocol.md)
72
77
  - Source: [codeberg.org/rine/rine-core](https://codeberg.org/rine/rine-core)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rine-network/core",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Core library for rine.network — crypto, HTTP, config, agent resolution",
5
5
  "author": "mmmbs <mmmbs@proton.me>",
6
6
  "license": "EUPL-1.2",