@aihu-plugin/agent-readiness 2.0.1 → 2.0.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.
- package/README.md +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ npm install @aihu-plugin/agent-readiness
|
|
|
21
21
|
bun add @aihu-plugin/agent-readiness
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
24
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
25
25
|
|
|
26
26
|
<!-- END_AUTOGEN: install -->
|
|
27
27
|
|
|
@@ -32,12 +32,12 @@ bun add @aihu-plugin/agent-readiness
|
|
|
32
32
|
|
|
33
33
|
| | |
|
|
34
34
|
|---|---|
|
|
35
|
-
| **Version** | `2.0.
|
|
35
|
+
| **Version** | `2.0.2` |
|
|
36
36
|
| **Tier** | C — Agent surface — discovery manifests (llms.txt, MCP Server Card, robots) |
|
|
37
37
|
| **Published files** | 3 entries |
|
|
38
38
|
| **License** | MIT |
|
|
39
39
|
|
|
40
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
40
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
41
41
|
|
|
42
42
|
<!-- END_AUTOGEN: stats -->
|
|
43
43
|
|
|
@@ -50,7 +50,7 @@ bun add @aihu-plugin/agent-readiness
|
|
|
50
50
|
|---|---|---|
|
|
51
51
|
| `.` | `./dist/index.js` | `—` |
|
|
52
52
|
|
|
53
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
53
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
54
54
|
|
|
55
55
|
<!-- END_AUTOGEN: exports -->
|
|
56
56
|
|
|
@@ -64,7 +64,7 @@ bun add @aihu-plugin/agent-readiness
|
|
|
64
64
|
- `@aihu/server` — `workspace:*`
|
|
65
65
|
- `@aihu/agent` — `workspace:*`
|
|
66
66
|
|
|
67
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
67
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
68
68
|
|
|
69
69
|
<!-- END_AUTOGEN: deps -->
|
|
70
70
|
|
|
@@ -77,7 +77,7 @@ bun add @aihu-plugin/agent-readiness
|
|
|
77
77
|
- [@aihu/server](../server)
|
|
78
78
|
- [Aihu framework root](../../README.md)
|
|
79
79
|
|
|
80
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
80
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
81
81
|
|
|
82
82
|
<!-- END_AUTOGEN: see-also -->
|
|
83
83
|
|
|
@@ -88,6 +88,6 @@ bun add @aihu-plugin/agent-readiness
|
|
|
88
88
|
|
|
89
89
|
MIT — see [LICENSE](../../LICENSE).
|
|
90
90
|
|
|
91
|
-
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.
|
|
91
|
+
<sub><i>Auto-generated against `@aihu-plugin/agent-readiness@2.0.2`.</i></sub>
|
|
92
92
|
|
|
93
93
|
<!-- END_AUTOGEN: license -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aihu-plugin/agent-readiness",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepublishOnly": "bun run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aihu/server": "0.1.
|
|
27
|
+
"@aihu/server": "0.1.4",
|
|
28
28
|
"@aihu/agent": "0.1.0"
|
|
29
29
|
},
|
|
30
30
|
"description": "Discovery + readiness manifest emitter so agents can introspect aihu apps.",
|