@oas-framework/pi 0.7.0 → 0.9.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @oas-framework/pi
|
|
2
2
|
|
|
3
|
-
Minimal pi adapter for [OAS](https://github.com/
|
|
3
|
+
Minimal pi adapter for [OAS](https://github.com/OAS-Framework/oas).
|
|
4
4
|
|
|
5
5
|
The runtime-neutral kernel and universal `oas` CLI live in
|
|
6
6
|
`@oas-framework/oas`. This adapter registers no operational tools. It only:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oas-framework/pi",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Minimal OAS pi adapter — instance-local skill discovery and memory session events over the runtime-neutral @oas-framework/oas kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/OAS-Framework/oas",
|
|
13
13
|
"directory": "packages/pi"
|
|
14
14
|
},
|
|
15
15
|
"license": "MIT",
|