@rindle/daemon-client 0.4.3 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,11 @@ It is intentionally small: it knows the control/write request shapes and can POS
9
9
  daemon, but it does not resolve named queries, authenticate users, or run application mutator
10
10
  policy. Use `@rindle/api-server` for that higher-level app boundary.
11
11
 
12
+ Full docs — the control plane, seeding, and the boot-id re-warm hook:
13
+ **[rindle.sh/docs/api-server](https://rindle.sh/docs/api-server#talking-to-the-daemon)** ·
14
+ the daemon itself: [rindle.sh/docs/daemon](https://rindle.sh/docs/daemon) · for agents:
15
+ [llms.txt](https://rindle.sh/llms.txt)
16
+
12
17
  ```ts
13
18
  import { HttpRindleDaemonClient } from "@rindle/daemon-client";
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/daemon-client",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",