@ainyc/canonry 4.32.0 → 4.33.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/references/canonry-cli.md +2 -1
- package/assets/assets/{index-CUMjedc6.js → index-47V0U52s.js} +34 -34
- package/assets/index.html +1 -1
- package/dist/{chunk-LVX5TOYA.js → chunk-5EBN7736.js} +1 -1
- package/dist/{chunk-LUAJVZVZ.js → chunk-BJXHETQW.js} +1 -1
- package/dist/{chunk-7I65IXVU.js → chunk-DZENHID5.js} +104 -40
- package/dist/{chunk-5M4PP6P4.js → chunk-XW3F5EEW.js} +112 -81
- package/dist/cli.js +31 -13
- package/dist/index.js +4 -4
- package/dist/{intelligence-service-RSRWDBHS.js → intelligence-service-XKOUBRCE.js} +2 -2
- package/dist/mcp.js +2 -2
- package/package.json +9 -9
|
@@ -233,6 +233,7 @@ cnry discover run <project> --icp "..." --wait --format json # full pipeline:
|
|
|
233
233
|
cnry discover run <project> --icp "..." --dedup-threshold 0.85 # tune cosine threshold (default 0.85)
|
|
234
234
|
cnry discover run <project> --icp "..." --max-probes 100 # per-session probe budget (default 100, hard cap 500)
|
|
235
235
|
cnry discover run <project> --icp-angle "angle 1" --icp-angle "angle 2" --wait # multi-angle: one session per ICP angle, useful for hyperlocal/niche businesses
|
|
236
|
+
cnry discover run <project> --icp "..." --locations michigan,florida # geo-constrain seed generation to a subset of project locations (omit = all project locations)
|
|
236
237
|
|
|
237
238
|
cnry discover list <project> # newest-first session list
|
|
238
239
|
cnry discover show <project> <session-id> # per-query probe rows + buckets + classified competitor domains
|
|
@@ -242,7 +243,7 @@ cnry discover promote <project> <session-id> --competitor-types direct-competito
|
|
|
242
243
|
cnry discover promote <project> <session-id> --bucket aspirational --no-competitors # scope to a bucket subset / skip competitor merge
|
|
243
244
|
```
|
|
244
245
|
|
|
245
|
-
Discovery requires Gemini configured (API key today; Vertex-mode embeddings are deferred). The pipeline writes a `discovery_sessions` row, a `runs` row (kind `aeo-discover-probe`), and one `discovery.basket-divergence` insight when the session completes. After probing, one Gemini call classifies every recurring cited domain as `direct-competitor`, `ota-aggregator`, `editorial-media`, or `other` (a failed/legacy classification leaves domains `unknown`). Aero wakes unprompted with the bucket-count payload so the operator can act without polling. `discover promote` defaults to cited + aspirational queries and `direct-competitor` domains only — aggregators and editorial media are suppressed; pass `--competitor-types` to widen the merge (or to recover legacy `unknown` entries) and `--bucket wasted-surface` for off-ICP competitor gaps. Promotion is add-only and idempotent — queries/domains already tracked are reported as skipped, never inserted twice — and only works on `completed` sessions; promoted rows carry `provenance="discovery:<sessionId>"`.
|
|
246
|
+
Discovery requires Gemini configured (API key today; Vertex-mode embeddings are deferred). The pipeline writes a `discovery_sessions` row, a `runs` row (kind `aeo-discover-probe`), and one `discovery.basket-divergence` insight when the session completes. Seed generation is location-aware: a project with locations configured (or a `--locations` label subset) geo-constrains the seed prompt so generated queries stay inside the service area, and a multi-location project gets a per-area seed quota so one area cannot dominate — `--locations` labels must match the project's configured locations or the run is rejected; projects with no locations are unaffected. After probing, one Gemini call classifies every recurring cited domain as `direct-competitor`, `ota-aggregator`, `editorial-media`, or `other` (a failed/legacy classification leaves domains `unknown`). Aero wakes unprompted with the bucket-count payload so the operator can act without polling. `discover promote` defaults to cited + aspirational queries and `direct-competitor` domains only — aggregators and editorial media are suppressed; pass `--competitor-types` to widen the merge (or to recover legacy `unknown` entries) and `--bucket wasted-surface` for off-ICP competitor gaps. Promotion is add-only and idempotent — queries/domains already tracked are reported as skipped, never inserted twice — and only works on `completed` sessions; promoted rows carry `provenance="discovery:<sessionId>"`.
|
|
246
247
|
|
|
247
248
|
## Bing Webmaster Tools
|
|
248
249
|
|