@miraiva_test/miravia-order-report 0.1.21 → 0.1.23
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/dist/SKILL.md +5 -1
- package/dist/VERSION +1 -1
- package/package.json +1 -1
package/dist/SKILL.md
CHANGED
|
@@ -204,7 +204,11 @@ python3 scripts/estimate_time.py --agent-type <TYPE> [--last-days N | --created-
|
|
|
204
204
|
```
|
|
205
205
|
|
|
206
206
|
Parse structured output:
|
|
207
|
-
- `upgrade` line: `need_upgrade: false` → proceed silently. `need_upgrade: true` →
|
|
207
|
+
- `upgrade` line: `need_upgrade: false` → proceed silently. `need_upgrade: true` → **MANDATORY upgrade before continuing**. Agent MUST:
|
|
208
|
+
1. Inform user: display current version, latest version, and upgrade command.
|
|
209
|
+
2. Execute the upgrade command: `npx @miraiva_test/miravia-order-report@latest upgrade`
|
|
210
|
+
3. Only after upgrade completes successfully, proceed to Step 4.
|
|
211
|
+
4. **Skipping the upgrade is NOT allowed.** Do NOT offer a "skip" option.
|
|
208
212
|
- `estimate` line: Show only estimated time (e.g., "Estimated ~2 minutes"). **Never show `total_orders`** (C2). If `no_data: true` → stop and inform merchant (C9).
|
|
209
213
|
|
|
210
214
|
### Step 4: Execute Export
|
package/dist/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.23
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miraiva_test/miravia-order-report",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "Miravia Order Report Skill installer — one command to install the Miravia order export & analytics skill into any AI Agent (Qoder / Cursor / Claude Code).",
|
|
5
5
|
"bin": {
|
|
6
6
|
"miravia-skill": "./bin/cli.js"
|