@pi-stef/finance 0.1.1 → 0.1.2

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,9 @@ Or via catalog:
15
15
 
16
16
  ## Prerequisites
17
17
 
18
- The `@pi-stef/finance-api` service must be running (Docker or native). See the [finance-api README](../finance-api/README.md) for setup.
18
+ The `@pi-stef/finance-api` service must be running (Docker or native). See the [finance-api README](../finance-api/README.md) or the [docs-site guide](../../docs-site/packages/finance-api.md) for setup.
19
+
20
+ > **Full documentation:** [docs-site/packages/finance.md](../../docs-site/packages/finance.md)
19
21
 
20
22
  ## Configuration
21
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-stef/finance",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension client for @pi-stef/finance-api: exposes portfolio state, drift, and deterministic suggestions to the pi agent.",
5
5
  "type": "module",
6
6
  "license": "MIT",