@ainyc/canonry 2.2.1 → 2.3.1
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/assets/agent-workspace/skills/canonry-setup/SKILL.md +7 -7
- package/assets/assets/{index-J73csS93.js → index-C_pxQt0X.js} +139 -139
- package/assets/index.html +1 -1
- package/dist/{chunk-TAII35VC.js → chunk-CW6CAPBQ.js} +114 -1
- package/dist/{chunk-2QNWFP6R.js → chunk-JXOUZ6JH.js} +1601 -339
- package/dist/cli.js +576 -249
- package/dist/index.js +2 -2
- package/dist/{intelligence-service-C5LAYDFM.js → intelligence-service-232P7625.js} +1 -1
- package/package.json +6 -5
|
@@ -12,18 +12,18 @@ metadata:
|
|
|
12
12
|
{
|
|
13
13
|
"id": "npm",
|
|
14
14
|
"kind": "npm",
|
|
15
|
-
"package": "canonry",
|
|
15
|
+
"package": "@ainyc/canonry",
|
|
16
16
|
"bins": ["canonry"],
|
|
17
17
|
"label": "Install canonry globally",
|
|
18
|
-
"command": "npm install -g canonry"
|
|
18
|
+
"command": "npm install -g @ainyc/canonry"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"id": "npx",
|
|
22
22
|
"kind": "npx",
|
|
23
|
-
"package": "@ainyc/
|
|
24
|
-
"bins": ["
|
|
25
|
-
"label": "
|
|
26
|
-
"command": "npx @ainyc/
|
|
23
|
+
"package": "@ainyc/canonry",
|
|
24
|
+
"bins": ["canonry"],
|
|
25
|
+
"label": "Run canonry via npx",
|
|
26
|
+
"command": "npx @ainyc/canonry@latest init"
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
},
|
|
@@ -211,4 +211,4 @@ cat audit.json | jq -r '.factors[] | select(.score < 70) | "- \(.name): \(.score
|
|
|
211
211
|
---
|
|
212
212
|
|
|
213
213
|
**Tools:** canonry v1.37+, @ainyc/aeo‑audit v1.3+
|
|
214
|
-
**Website:** [ainyc.ai](https://ainyc.ai) | **Reference:** [AINYC AEO Methodology](https://ainyc.ai/aeo-methodology)
|
|
214
|
+
**Website:** [ainyc.ai](https://ainyc.ai) | **Reference:** [AINYC AEO Methodology](https://ainyc.ai/aeo-methodology)
|