@ainyc/canonry 4.25.0 → 4.26.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 +1 -1
- package/assets/agent-workspace/skills/canonry-setup/references/canonry-cli.md +1 -0
- package/assets/assets/{index-C4scWriC.js → index-X1r0qycv.js} +14 -14
- package/assets/index.html +1 -1
- package/dist/{chunk-A7HQ6X43.js → chunk-2FAEQ56I.js} +2 -2
- package/dist/{chunk-6J6WQOGH.js → chunk-H4RE4WLW.js} +229 -114
- package/dist/{chunk-CRQMGNPH.js → chunk-HVW665A4.js} +2 -0
- package/dist/{chunk-IS65IYNZ.js → chunk-PN24DAGC.js} +13 -1
- package/dist/cli.js +21 -7
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-XLUYTE57.js → intelligence-service-VUBODIGG.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Canonry <img src="apps/web/public/favicon-32.png" alt="Canonry canary icon" width="24" />
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@ainyc/canonry) [](https://www.npmjs.com/package/@ainyc/canonry) [](https://nodejs.org)
|
|
4
4
|
|
|
5
5
|
**Agent-first AEO operating platform. Open source. Self-hosted.**
|
|
6
6
|
|
|
@@ -52,6 +52,7 @@ canonry snapshot "Acme Corp" --domain acme.example.com --format json
|
|
|
52
52
|
|
|
53
53
|
canonry run <project> # sweep all configured providers
|
|
54
54
|
canonry run <project> --provider gemini # single provider only
|
|
55
|
+
canonry run <project> --query "alpha" --query "beta" # scope sweep to a subset of tracked queries (repeatable)
|
|
55
56
|
canonry run <project> --wait # block until complete
|
|
56
57
|
canonry run <project> --location <label> # run with specific location context
|
|
57
58
|
canonry run <project> --all-locations # run for every configured location
|