expect-cli 0.0.10 → 0.0.11

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
@@ -41,7 +41,7 @@ Examples:
41
41
  $ expect-cli --target branch test all branch changes
42
42
  $ expect-cli --target unstaged test unstaged changes
43
43
 
44
- Set `NO_TELEMTRY=1` to disable analytics events.
44
+ Set `NO_TELEMETRY=1` to disable analytics events.
45
45
  ```
46
46
 
47
47
  ## How it works
@@ -53,7 +53,7 @@ Set `NO_TELEMTRY=1` to disable analytics events.
53
53
  └─────────────┘ └──────────────┘ └──────────────┘ └─────────┘
54
54
  ```
55
55
 
56
- Expect reads your unstaged changes or branch diff, sends them to an AI agent (Claude Code or Codex CLI), and generates a step-by-step test plan describing how to validate the changes. You review and approve the plan in an interactive TUI, then the agent executes each step against a live browser using your real login sessions so there's no manual auth setup. Every session is recorded so you can replay exactly what happened.
56
+ Expect reads your unstaged changes or branch diff, sends them to an AI agent (Claude Code or Codex CLI), and generates a step-by-step test plan describing how to validate the changes. You review and approve the plan in an interactive TUI, then the agent executes each step against a live browser - using your real login sessions so there's no manual auth setup. Every session is recorded so you can replay exactly what happened.
57
57
 
58
58
  Pass `-y` to skip plan review and run headlessly in CI. Exits `0` on success, `1` on failure.
59
59
 
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{n as e,r as t,t as n}from"./server-D8tFfvqo.js";import{Effect as r}from"effect";let i=!1;const a=r.gen(function*(){yield*(yield*t).close()});(()=>{if(i)return;i=!0;let t=()=>{e.runPromise(a).finally(()=>process.exit(0))};process.once(`SIGINT`,t),process.once(`SIGTERM`,t),process.once(`beforeExit`,()=>{e.runPromise(a)})})(),n(e);export{};
2
+ import{n as e,r as t,t as n}from"./server-D776aGSk.js";import{Effect as r}from"effect";let i=!1;const a=r.gen(function*(){yield*(yield*t).close()});(()=>{if(i)return;i=!0;let t=()=>{e.runPromise(a).finally(()=>process.exit(0))};process.once(`SIGINT`,t),process.once(`SIGTERM`,t),process.once(`beforeExit`,()=>{e.runPromise(a)})})(),n(e);export{};
3
3
  //# sourceMappingURL=browser-mcp.js.map