@topy-ai/maggie 0.7.44 → 0.7.45

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.
@@ -20,11 +20,11 @@ publish marketplace entries.
20
20
  Run from the AI CMO Skills repository, or use the equivalent installed tool:
21
21
 
22
22
  ```bash
23
- python3 tools/clis/maggie_marketplace.py list
24
- python3 tools/clis/maggie_marketplace.py list --category spa --tag luxury
25
- python3 tools/clis/maggie_marketplace.py suggest "premium London medical spa with editorial typography"
26
- python3 tools/clis/maggie_marketplace.py inspect medical-spa-landing-001
27
- python3 tools/clis/maggie_marketplace.py apply \
23
+ maggie tool maggie_marketplace.py list
24
+ maggie tool maggie_marketplace.py list --category spa --tag luxury
25
+ maggie tool maggie_marketplace.py suggest "premium London medical spa with editorial typography"
26
+ maggie tool maggie_marketplace.py inspect medical-spa-landing-001
27
+ maggie tool maggie_marketplace.py apply \
28
28
  --id medical-spa-landing-001 --project /path/to/astro-project
29
29
  ```
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topy-ai/maggie",
3
- "version": "0.7.44",
3
+ "version": "0.7.45",
4
4
  "description": "Install and manage Maggie Skills for AI coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",