@fabric-harness/sdk 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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,10 +63,10 @@ Both modes share the same runtime, the same `init()`, the same `session.prompt()
63
63
 
64
64
  ## Documentation
65
65
 
66
- - [Headless mode](https://fabric-harness.dev/docs/getting-started/headless-mode)
67
- - [Runtime modes](https://fabric-harness.dev/docs/reference/runtime-modes)
68
- - [Filesystem sources](https://fabric-harness.dev/docs/reference/filesystem-sources)
69
- - [Full reference](https://fabric-harness.dev/docs)
66
+ - [Headless mode](https://harness.fabric.pro/docs/getting-started/headless-mode)
67
+ - [Runtime modes](https://harness.fabric.pro/docs/reference/runtime-modes)
68
+ - [Filesystem sources](https://harness.fabric.pro/docs/reference/filesystem-sources)
69
+ - [Full reference](https://harness.fabric.pro/docs)
70
70
 
71
71
  ## License
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabric-harness/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Headless TypeScript framework for building durable, deployable autonomous agents — core SDK.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fabric",