@mimir-labs/cli 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 +7 -9
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -190,7 +190,7 @@ mimir generate
|
|
|
190
190
|
# Generated:
|
|
191
191
|
# ✓ manifest.json
|
|
192
192
|
# ✓ components.json
|
|
193
|
-
# ✓
|
|
193
|
+
# ✓ resources.json
|
|
194
194
|
#
|
|
195
195
|
# Provider ready for validation.
|
|
196
196
|
|
|
@@ -256,8 +256,7 @@ dist/
|
|
|
256
256
|
aps/
|
|
257
257
|
manifest.json
|
|
258
258
|
components.json
|
|
259
|
-
|
|
260
|
-
examples.json
|
|
259
|
+
resources.json
|
|
261
260
|
```
|
|
262
261
|
|
|
263
262
|
Minimal APS Manifest example:
|
|
@@ -284,16 +283,13 @@ Provider project:
|
|
|
284
283
|
|
|
285
284
|
```text
|
|
286
285
|
my-ui-library/
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
components/
|
|
290
|
-
acme.ui.component.button.yaml
|
|
286
|
+
src/
|
|
287
|
+
Button.mimir.yaml
|
|
291
288
|
dist/
|
|
292
289
|
aps/
|
|
293
290
|
manifest.json
|
|
294
291
|
components.json
|
|
295
|
-
|
|
296
|
-
examples.json
|
|
292
|
+
resources.json
|
|
297
293
|
```
|
|
298
294
|
|
|
299
295
|
Consumer project:
|
|
@@ -374,6 +370,8 @@ Generated
|
|
|
374
370
|
✓ AGENTS.md
|
|
375
371
|
✓ copilot-instructions.md
|
|
376
372
|
✓ cursor-rules.mdc
|
|
373
|
+
✓ .agents/aps/components.md
|
|
374
|
+
✓ .agents/aps/resources.md
|
|
377
375
|
```
|
|
378
376
|
|
|
379
377
|
Discovery example:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimir-labs/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Mimir CLI, the reference implementation for the APS Protocol",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"commander": "^12.1.0",
|
|
37
|
-
"@mimir-labs/core": "0.
|
|
37
|
+
"@mimir-labs/core": "0.9.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^22.10.1",
|