@xera-ai/cli 0.11.5 → 0.12.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/dist/index.js CHANGED
@@ -480,6 +480,8 @@ async function initCommand(opts) {
480
480
  pkg.scripts["xera:impact-prepare"] = "xera-internal impact-prepare";
481
481
  pkg.scripts["xera:heal-prepare"] = "xera-internal heal-prepare";
482
482
  pkg.scripts["xera:disputes"] = "xera-internal disputes";
483
+ pkg.scripts["xera:explore-prepare"] = "xera-internal explore-prepare";
484
+ pkg.scripts["xera:explore-finalize"] = "xera-internal explore-finalize";
483
485
  pkg.dependencies = pkg.dependencies ?? {};
484
486
  pkg.dependencies["@xera-ai/core"] = `^${CLI_VERSION}`;
485
487
  pkg.dependencies["@xera-ai/prompts"] = `^${CLI_VERSION}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xera-ai/cli",
3
- "version": "0.11.5",
3
+ "version": "0.12.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "xera": "./bin/xera"
@@ -15,8 +15,8 @@
15
15
  "typecheck": "tsc --noEmit"
16
16
  },
17
17
  "dependencies": {
18
- "@xera-ai/core": "^0.11.5",
19
- "@xera-ai/skills": "^0.11.5",
18
+ "@xera-ai/core": "^0.12.0",
19
+ "@xera-ai/skills": "^0.12.0",
20
20
  "@clack/prompts": "1.4.0",
21
21
  "cac": "7.0.0",
22
22
  "picocolors": "1.1.1"
@@ -2,6 +2,11 @@
2
2
  JIRA_EMAIL=
3
3
  JIRA_API_TOKEN=
4
4
 
5
+ # Web app base URL used by `xera:auth-setup` (Playwright launches the browser
6
+ # directly, not via playwright.config.ts, so relative `page.goto('/login')`
7
+ # needs this). `xera:exec` overrides via its own env injection.
8
+ XERA_BASE_URL={{stagingUrl}}
9
+
5
10
  # Test user credentials (one pair per role)
6
11
  {{#each roles}}
7
12
  TEST_{{upper this}}_EMAIL=