@usecanary/cli 0.4.2 → 0.4.3

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 CHANGED
@@ -1,11 +1,11 @@
1
1
  # @usecanary/cli
2
2
 
3
- > `canary` — the session orchestrator for [Canary](https://github.com/usecanary/canary). Drive a real
3
+ > `canary` — the session orchestrator for [Canary](https://github.com/wizenheimer/canary). Drive a real
4
4
  > browser, record capture-enabled QA sessions (Playwright trace, video, network HAR, console, per-step
5
5
  > screenshots), and render a self-contained `report.html` you can open, commit, or browse in a local UI.
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/@usecanary/cli.svg)](https://www.npmjs.com/package/@usecanary/cli)
8
- [![license](https://img.shields.io/npm/l/@usecanary/cli.svg)](https://github.com/usecanary/canary)
8
+ [![license](https://img.shields.io/npm/l/@usecanary/cli.svg)](https://github.com/wizenheimer/canary)
9
9
 
10
10
  Canary is built for **AI agents and developers who need verifiable, reproducible browser QA**. Every
11
11
  run captures a trace, a video, a network log, console output, and per-step screenshots — and decodes
@@ -110,7 +110,7 @@ await saveScreenshot(await page.screenshot(), "signed-in.png"); // saveScreens
110
110
 
111
111
  The full reference is built into this CLI — run `canary --help` or `canary run --help`
112
112
  (the engine's `canary-browser --help` documents the same API), or read the
113
- [canary-scripting reference](https://github.com/usecanary/canary/blob/main/skills/canary-scripting/references/REFERENCE.md).
113
+ [canary-scripting reference](https://github.com/wizenheimer/canary/blob/main/skills/canary-scripting/references/REFERENCE.md).
114
114
 
115
115
  ## Artifacts
116
116
 
@@ -131,8 +131,7 @@ Canary ships skills, subagents, and `/canary:*` slash commands for Claude Code,
131
131
  an agent can plan and record QA for you:
132
132
 
133
133
  ```bash
134
- npx skills add usecanary/canary # any Agent Skills tool
135
- # Claude Code: /plugin marketplace add usecanary/canary then /plugin install canary@canary-marketplace
134
+ # Claude Code: /plugin marketplace add wizenheimer/canary then /plugin install canary@canary-marketplace
136
135
  ```
137
136
 
138
137
  ## Related packages
@@ -142,4 +141,4 @@ npx skills add usecanary/canary # any Agent Skills tool
142
141
  - [`@usecanary/ui`](https://www.npmjs.com/package/@usecanary/ui) — the `canary-viewer` session browser.
143
142
  - [`create-canary`](https://www.npmjs.com/package/create-canary) — `npm create canary` guided setup.
144
143
 
145
- MIT · [source](https://github.com/usecanary/canary)
144
+ MIT · [source](https://github.com/wizenheimer/canary)
package/dist/cli.cjs CHANGED
@@ -15307,8 +15307,7 @@ async function initCommand() {
15307
15307
  "\u2713 canary is ready.",
15308
15308
  "",
15309
15309
  " Browse recorded sessions: canary-viewer (after: npm i -g @usecanary/ui)",
15310
- " Add the agent skills (any tool): npx skills add usecanary/canary",
15311
- " Claude Code plugin: /plugin marketplace add usecanary/canary",
15310
+ " Claude Code plugin: /plugin marketplace add wizenheimer/canary",
15312
15311
  " /plugin install canary@canary-marketplace",
15313
15312
  " Try a demo: see examples/ in the repo",
15314
15313
  ""
@@ -17361,7 +17360,7 @@ async function uiCommand(args) {
17361
17360
 
17362
17361
  // src/cli.ts
17363
17362
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17364
- var VERSION = "0.4.2";
17363
+ var VERSION = "0.4.3";
17365
17364
  var ExitCodeError = class extends Error {
17366
17365
  code;
17367
17366
  constructor(code) {
package/dist/cli.js CHANGED
@@ -15305,8 +15305,7 @@ async function initCommand() {
15305
15305
  "\u2713 canary is ready.",
15306
15306
  "",
15307
15307
  " Browse recorded sessions: canary-viewer (after: npm i -g @usecanary/ui)",
15308
- " Add the agent skills (any tool): npx skills add usecanary/canary",
15309
- " Claude Code plugin: /plugin marketplace add usecanary/canary",
15308
+ " Claude Code plugin: /plugin marketplace add wizenheimer/canary",
15310
15309
  " /plugin install canary@canary-marketplace",
15311
15310
  " Try a demo: see examples/ in the repo",
15312
15311
  ""
@@ -17359,7 +17358,7 @@ async function uiCommand(args) {
17359
17358
 
17360
17359
  // src/cli.ts
17361
17360
  var { Command: Command2, InvalidArgumentError: InvalidArgumentError2 } = esm_exports;
17362
- var VERSION = "0.4.2";
17361
+ var VERSION = "0.4.3";
17363
17362
  var ExitCodeError = class extends Error {
17364
17363
  code;
17365
17364
  constructor(code) {