@ainyc/canonry 4.17.1 → 4.18.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/README.md +3 -2
- package/assets/assets/{index-C5-Gvl6o.js → index-dLsgu2ck.js} +106 -106
- package/assets/index.html +1 -1
- package/dist/{chunk-ZGHD3IAV.js → chunk-7VDM3JBI.js} +930 -231
- package/dist/{chunk-PAZCY4FF.js → chunk-BN2VQDZ2.js} +1 -1
- package/dist/{chunk-6TWKC3DP.js → chunk-P3SFTXHG.js} +1 -1
- package/dist/{chunk-Q2OED5JQ.js → chunk-SBZTDECX.js} +23 -1
- package/dist/cli.js +5 -5
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-X3PQLBUV.js → intelligence-service-6CX5HH27.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
**Agent-first AEO operating platform. Open source. Self-hosted.**
|
|
6
6
|
|
|
7
7
|
- Track citations across Gemini, ChatGPT, Claude, Perplexity, and local LLMs
|
|
8
|
+
- Watch AI engines crawl and refer traffic via [server-log ingestion](skills/canonry-setup/references/server-side-traffic.md) — Cloud Run today, more sources coming
|
|
8
9
|
- Diagnose against real traffic with built-in [GSC](docs/google-search-console-setup.md), [GA4](docs/google-analytics-setup.md), and [Bing Webmaster](docs/bing-webmaster-setup.md)
|
|
9
10
|
- Execute fixes via [WordPress](docs/wordpress-setup.md), JSON-LD schema, and indexing submissions
|
|
10
11
|
- Manage many clients declaratively — config-as-code YAML + `canonry apply`
|
|
11
|
-
- Schedule recurring visibility checks with webhook alerts on regressions
|
|
12
|
+
- Schedule recurring visibility checks AND traffic syncs, with webhook alerts on regressions
|
|
12
13
|
- Generate client-ready HTML reports — `canonry report <project>`
|
|
13
14
|
- Drive from your own agent via the [67-tool MCP adapter](docs/mcp.md) or webhooks
|
|
14
15
|
- Or use **Aero** — Canonry's built-in agent that wakes up after every run
|
|
@@ -65,7 +66,7 @@ Configure during `canonry init`, in the dashboard `/settings`, or as env vars.
|
|
|
65
66
|
| **Architecture & data model** | [docs/architecture.md](docs/architecture.md) · [docs/data-model.md](docs/data-model.md) |
|
|
66
67
|
| **Aero — built-in agent** | [skills/aero/SKILL.md](skills/aero/SKILL.md) |
|
|
67
68
|
| **MCP — Claude Desktop / Cursor / Codex** | [docs/mcp.md](docs/mcp.md) |
|
|
68
|
-
| **Integrations** | [GSC](docs/google-search-console-setup.md) · [GA4](docs/google-analytics-setup.md) · [Bing](docs/bing-webmaster-setup.md) · [WordPress](docs/wordpress-setup.md) |
|
|
69
|
+
| **Integrations** | [GSC](docs/google-search-console-setup.md) · [GA4](docs/google-analytics-setup.md) · [Bing](docs/bing-webmaster-setup.md) · [WordPress](docs/wordpress-setup.md) · [Server-side traffic (Cloud Run logs)](skills/canonry-setup/references/server-side-traffic.md) |
|
|
69
70
|
| **Deployment** — Docker, Railway, Render, systemd, Tailscale | [docs/deployment.md](docs/deployment.md) |
|
|
70
71
|
| **API** — 118+ endpoints | `GET /api/v1/openapi.json` (no auth) |
|
|
71
72
|
| **Skills bundle** for Claude Code / Codex | `canonry skills install` ([details](skills/canonry-setup/SKILL.md)) |
|