@agent-factory-platform/docs-react 0.2.0 → 0.3.0

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 +19 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # @agent-factory-platform/docs-react
2
+
3
+ Product-neutral rich document editor and repository bindings.
4
+
5
+ ## Install
6
+
7
+ ```sh
8
+ npm install @agent-factory-platform/docs-react
9
+ ```
10
+
11
+ Use the exact Agent Factory version across packages in one application.
12
+
13
+ ## Scope
14
+
15
+ This package owns reusable, business-free infrastructure and lifecycle contracts. Product prompts, domain tools, policies, credentials, data, and deployment configuration remain in the consuming application.
16
+
17
+ ## Documentation
18
+
19
+ API and package documentation: [https://www.npmjs.com/package/@agent-factory-platform/docs-react](https://www.npmjs.com/package/@agent-factory-platform/docs-react)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-factory-platform/docs-react",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Product-neutral rich document editor and repository bindings.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
@@ -30,8 +30,8 @@
30
30
  "react-dom": "^19.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@agent-factory-platform/client": "0.2.0",
34
- "@agent-factory-platform/ui-kit": "0.2.0",
33
+ "@agent-factory-platform/client": "0.3.0",
34
+ "@agent-factory-platform/ui-kit": "0.3.0",
35
35
  "@tiptap/core": "3.30.5",
36
36
  "@tiptap/extension-bubble-menu": "3.30.5",
37
37
  "@tiptap/extension-floating-menu": "3.30.5",