@ainyc/canonry 4.47.0 → 4.51.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/assets/agent-workspace/skills/aero/SKILL.md +11 -0
- package/assets/agent-workspace/skills/aero/references/orchestration.md +8 -0
- package/assets/agent-workspace/skills/aero/soul.md +1 -1
- package/assets/agent-workspace/skills/canonry/SKILL.md +2 -0
- package/assets/agent-workspace/skills/canonry/references/canonry-cli.md +14 -1
- package/assets/assets/BacklinksPage-DIZCcqsP.js +1 -0
- package/assets/assets/ChartPrimitives-9Kx3gzQL.js +1 -0
- package/assets/assets/ProjectPage-R2cxJb5Y.js +6 -0
- package/assets/assets/RunRow-DqezNIUy.js +1 -0
- package/assets/assets/RunsPage-CfvTJ9Ny.js +1 -0
- package/assets/assets/SettingsPage-HfMGIa5v.js +1 -0
- package/assets/assets/TrafficPage-DV_Dvpl3.js +1 -0
- package/assets/assets/TrafficSourceDetailPage-lefreKBO.js +1 -0
- package/assets/assets/arrow-left-DpxpMUNt.js +1 -0
- package/assets/assets/index-DKBPD33e.js +210 -0
- package/assets/assets/{index-BDMNXVHa.css → index-DeGyEwik.css} +1 -1
- package/assets/assets/server-traffic-Bm8iKtXK.js +1 -0
- package/assets/assets/trash-2-CnBiLbiZ.js +1 -0
- package/assets/assets/vendor-markdown-DK7fbRNb.js +14 -0
- package/assets/assets/vendor-radix-B57xfQbP.js +45 -0
- package/assets/assets/vendor-recharts-DWvKDyBF.js +36 -0
- package/assets/assets/vendor-tanstack-Dq7p98wZ.js +1 -0
- package/assets/index.html +6 -2
- package/dist/{chunk-4WXY57ET.js → chunk-2ARCCG5E.js} +1652 -753
- package/dist/{chunk-M7MSNUNQ.js → chunk-DLDLDWH4.js} +142 -44
- package/dist/{chunk-WYBKCDUH.js → chunk-FDR3G6SB.js} +2780 -2018
- package/dist/chunk-GGXU5VKI.js +5778 -0
- package/dist/cli.js +17 -8
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-ADZRFCGO.js → intelligence-service-XMZEWLCW.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +7 -6
- package/assets/assets/index-CPUAzk7n.js +0 -302
- package/dist/chunk-ON545FBK.js +0 -2369
package/dist/cli.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
setTelemetrySource,
|
|
22
22
|
showFirstRunNotice,
|
|
23
23
|
trackEvent
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-FDR3G6SB.js";
|
|
25
25
|
import {
|
|
26
26
|
CliError,
|
|
27
27
|
EXIT_SYSTEM_ERROR,
|
|
@@ -37,14 +37,14 @@ import {
|
|
|
37
37
|
saveConfig,
|
|
38
38
|
saveConfigPatch,
|
|
39
39
|
usageError
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-GGXU5VKI.js";
|
|
41
41
|
import {
|
|
42
42
|
apiKeys,
|
|
43
43
|
createClient,
|
|
44
44
|
migrate,
|
|
45
45
|
projects,
|
|
46
46
|
queries
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-DLDLDWH4.js";
|
|
48
48
|
import {
|
|
49
49
|
CcReleaseSyncStatuses,
|
|
50
50
|
CheckScopes,
|
|
@@ -63,7 +63,7 @@ import {
|
|
|
63
63
|
providerQuotaPolicySchema,
|
|
64
64
|
resolveProviderInput,
|
|
65
65
|
skillsClientSchema
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-2ARCCG5E.js";
|
|
67
67
|
|
|
68
68
|
// src/cli.ts
|
|
69
69
|
import { pathToFileURL } from "url";
|
|
@@ -6558,6 +6558,9 @@ async function triggerRun(project, opts) {
|
|
|
6558
6558
|
if (opts?.noLocation) {
|
|
6559
6559
|
body.noLocation = true;
|
|
6560
6560
|
}
|
|
6561
|
+
if (opts?.probe) {
|
|
6562
|
+
body.trigger = "probe";
|
|
6563
|
+
}
|
|
6561
6564
|
const response = await client.triggerRun(project, body);
|
|
6562
6565
|
if (Array.isArray(response)) {
|
|
6563
6566
|
const locationRuns = response;
|
|
@@ -6824,7 +6827,7 @@ var RUN_CLI_COMMANDS = [
|
|
|
6824
6827
|
},
|
|
6825
6828
|
{
|
|
6826
6829
|
path: ["run"],
|
|
6827
|
-
usage: "canonry run <project|--all> [--provider <name>] [--query <q>...] [--location <label>] [--all-locations] [--no-location] [--wait] [--format json]",
|
|
6830
|
+
usage: "canonry run <project|--all> [--provider <name>] [--query <q>...] [--location <label>] [--all-locations] [--no-location] [--probe] [--wait] [--format json]",
|
|
6828
6831
|
options: {
|
|
6829
6832
|
provider: stringOption(),
|
|
6830
6833
|
query: multiStringOption(),
|
|
@@ -6832,7 +6835,12 @@ var RUN_CLI_COMMANDS = [
|
|
|
6832
6835
|
all: { type: "boolean", default: false },
|
|
6833
6836
|
location: stringOption(),
|
|
6834
6837
|
"all-locations": { type: "boolean", default: false },
|
|
6835
|
-
"no-location": { type: "boolean", default: false }
|
|
6838
|
+
"no-location": { type: "boolean", default: false },
|
|
6839
|
+
// Probe runs are operator/agent test runs — they write a snapshot
|
|
6840
|
+
// for inspection but are excluded from dashboard / analytics /
|
|
6841
|
+
// intelligence / notifications. Use when you want to verify a
|
|
6842
|
+
// provider works without polluting the project's metrics.
|
|
6843
|
+
probe: { type: "boolean", default: false }
|
|
6836
6844
|
},
|
|
6837
6845
|
run: async (input) => {
|
|
6838
6846
|
if (getBoolean(input.values, "all")) {
|
|
@@ -6876,6 +6884,7 @@ var RUN_CLI_COMMANDS = [
|
|
|
6876
6884
|
location: getString(input.values, "location"),
|
|
6877
6885
|
allLocations: getBoolean(input.values, "all-locations"),
|
|
6878
6886
|
noLocation: getBoolean(input.values, "no-location"),
|
|
6887
|
+
probe: getBoolean(input.values, "probe"),
|
|
6879
6888
|
format: input.format
|
|
6880
6889
|
});
|
|
6881
6890
|
}
|
|
@@ -8959,7 +8968,7 @@ async function bootstrapCommand(_opts) {
|
|
|
8959
8968
|
name: "default",
|
|
8960
8969
|
keyHash,
|
|
8961
8970
|
keyPrefix,
|
|
8962
|
-
scopes:
|
|
8971
|
+
scopes: ["*"],
|
|
8963
8972
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
8964
8973
|
}).run();
|
|
8965
8974
|
});
|
|
@@ -9341,7 +9350,7 @@ async function initCommand(opts) {
|
|
|
9341
9350
|
name: "default",
|
|
9342
9351
|
keyHash,
|
|
9343
9352
|
keyPrefix,
|
|
9344
|
-
scopes:
|
|
9353
|
+
scopes: ["*"],
|
|
9345
9354
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
9346
9355
|
}).run();
|
|
9347
9356
|
saveConfig({
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FDR3G6SB.js";
|
|
4
4
|
import {
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-GGXU5VKI.js";
|
|
7
|
+
import "./chunk-DLDLDWH4.js";
|
|
8
|
+
import "./chunk-2ARCCG5E.js";
|
|
9
9
|
export {
|
|
10
10
|
createServer,
|
|
11
11
|
loadConfig
|
package/dist/mcp.js
CHANGED
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
CliError,
|
|
3
3
|
canonryMcpTools,
|
|
4
4
|
createApiClient
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-GGXU5VKI.js";
|
|
6
|
+
import "./chunk-2ARCCG5E.js";
|
|
7
7
|
|
|
8
8
|
// src/mcp/cli.ts
|
|
9
9
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainyc/canonry",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.51.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agent-first open-source AEO operating platform - track how answer engines cite your domain",
|
|
6
6
|
"license": "FSL-1.1-ALv2",
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"pdf-lib": "^1.17.1",
|
|
54
54
|
"pino-pretty": "^13.1.3",
|
|
55
55
|
"yaml": "^2.7.1",
|
|
56
|
-
"zod": "^4.1.12"
|
|
56
|
+
"zod": "^4.1.12",
|
|
57
|
+
"@ainyc/canonry-api-client": "0.0.0"
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"@types/better-sqlite3": "^7.6.13",
|
|
@@ -62,20 +63,20 @@
|
|
|
62
63
|
"tsx": "^4.19.0",
|
|
63
64
|
"@ainyc/canonry-api-routes": "0.0.0",
|
|
64
65
|
"@ainyc/canonry-config": "0.0.0",
|
|
66
|
+
"@ainyc/canonry-intelligence": "0.0.0",
|
|
65
67
|
"@ainyc/canonry-contracts": "0.0.0",
|
|
66
68
|
"@ainyc/canonry-db": "0.0.0",
|
|
67
69
|
"@ainyc/canonry-integration-bing": "0.0.0",
|
|
68
70
|
"@ainyc/canonry-integration-commoncrawl": "0.0.0",
|
|
69
71
|
"@ainyc/canonry-integration-cloud-run": "0.0.0",
|
|
70
|
-
"@ainyc/canonry-intelligence": "0.0.0",
|
|
71
|
-
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
72
72
|
"@ainyc/canonry-integration-google": "0.0.0",
|
|
73
73
|
"@ainyc/canonry-integration-traffic": "0.0.0",
|
|
74
|
-
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
75
74
|
"@ainyc/canonry-provider-cdp": "0.0.0",
|
|
75
|
+
"@ainyc/canonry-integration-wordpress": "0.0.0",
|
|
76
|
+
"@ainyc/canonry-provider-claude": "0.0.0",
|
|
76
77
|
"@ainyc/canonry-provider-local": "0.0.0",
|
|
77
|
-
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
78
78
|
"@ainyc/canonry-provider-openai": "0.0.0",
|
|
79
|
+
"@ainyc/canonry-provider-gemini": "0.0.0",
|
|
79
80
|
"@ainyc/canonry-provider-perplexity": "0.0.0"
|
|
80
81
|
},
|
|
81
82
|
"scripts": {
|