@qa-gentic/stlc-agents 1.0.28 → 1.0.29

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.
Files changed (56) hide show
  1. package/bin/postinstall.js +14 -4
  2. package/package.json +2 -2
  3. package/src/stlc_agents/__pycache__/__init__.cpython-313.pyc +0 -0
  4. package/src/stlc_agents/__pycache__/__init__.cpython-314.pyc +0 -0
  5. package/src/stlc_agents/agent_gherkin_generator/__pycache__/__init__.cpython-313.pyc +0 -0
  6. package/src/stlc_agents/agent_gherkin_generator/__pycache__/server.cpython-313.pyc +0 -0
  7. package/src/stlc_agents/agent_gherkin_generator/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  8. package/src/stlc_agents/agent_gherkin_generator/tools/__pycache__/ado_gherkin.cpython-313.pyc +0 -0
  9. package/src/stlc_agents/agent_helix_writer/__pycache__/__init__.cpython-313.pyc +0 -0
  10. package/src/stlc_agents/agent_helix_writer/__pycache__/__init__.cpython-314.pyc +0 -0
  11. package/src/stlc_agents/agent_helix_writer/__pycache__/server.cpython-313.pyc +0 -0
  12. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  13. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/__init__.cpython-314.pyc +0 -0
  14. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/boilerplate.cpython-313.pyc +0 -0
  15. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/boilerplate.cpython-314.pyc +0 -0
  16. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/helix_write.cpython-313.pyc +0 -0
  17. package/src/stlc_agents/agent_helix_writer/tools/__pycache__/helix_write.cpython-314.pyc +0 -0
  18. package/src/stlc_agents/agent_jira_manager/__pycache__/__init__.cpython-313.pyc +0 -0
  19. package/src/stlc_agents/agent_jira_manager/__pycache__/server.cpython-313.pyc +0 -0
  20. package/src/stlc_agents/agent_jira_manager/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  21. package/src/stlc_agents/agent_jira_manager/tools/__pycache__/jira_workitem.cpython-313.pyc +0 -0
  22. package/src/stlc_agents/agent_migration/__pycache__/__init__.cpython-313.pyc +0 -0
  23. package/src/stlc_agents/agent_migration/__pycache__/_migrate.cpython-313.pyc +0 -0
  24. package/src/stlc_agents/agent_migration/__pycache__/cli.cpython-313.pyc +0 -0
  25. package/src/stlc_agents/agent_migration/__pycache__/detector.cpython-313.pyc +0 -0
  26. package/src/stlc_agents/agent_migration/__pycache__/mapper.cpython-313.pyc +0 -0
  27. package/src/stlc_agents/agent_migration/__pycache__/reporter.cpython-313.pyc +0 -0
  28. package/src/stlc_agents/agent_migration/__pycache__/server.cpython-313.pyc +0 -0
  29. package/src/stlc_agents/agent_migration/transformer/__pycache__/__init__.cpython-313.pyc +0 -0
  30. package/src/stlc_agents/agent_migration/transformer/__pycache__/config_merger.cpython-313.pyc +0 -0
  31. package/src/stlc_agents/agent_migration/transformer/__pycache__/healer_injector.cpython-313.pyc +0 -0
  32. package/src/stlc_agents/agent_migration/transformer/__pycache__/import_fixer.cpython-313.pyc +0 -0
  33. package/src/stlc_agents/agent_migration/transformer/__pycache__/js_to_ts.cpython-313.pyc +0 -0
  34. package/src/stlc_agents/agent_migration/transformer/__pycache__/local_var_hoister.cpython-313.pyc +0 -0
  35. package/src/stlc_agents/agent_migration/transformer/__pycache__/locator_moderniser.cpython-313.pyc +0 -0
  36. package/src/stlc_agents/agent_migration/transformer/__pycache__/locator_registrar.cpython-313.pyc +0 -0
  37. package/src/stlc_agents/agent_migration/transformer/__pycache__/spec_to_bdd.cpython-313.pyc +0 -0
  38. package/src/stlc_agents/agent_playwright_generator/__pycache__/__init__.cpython-313.pyc +0 -0
  39. package/src/stlc_agents/agent_playwright_generator/__pycache__/server.cpython-313.pyc +0 -0
  40. package/src/stlc_agents/agent_playwright_generator/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  41. package/src/stlc_agents/agent_playwright_generator/tools/__pycache__/ado_attach.cpython-313.pyc +0 -0
  42. package/src/stlc_agents/agent_test_case_manager/__pycache__/__init__.cpython-313.pyc +0 -0
  43. package/src/stlc_agents/agent_test_case_manager/__pycache__/server.cpython-313.pyc +0 -0
  44. package/src/stlc_agents/agent_test_case_manager/tools/__pycache__/__init__.cpython-313.pyc +0 -0
  45. package/src/stlc_agents/agent_test_case_manager/tools/__pycache__/ado_workitem.cpython-313.pyc +0 -0
  46. package/src/stlc_agents/shared/__pycache__/__init__.cpython-313.pyc +0 -0
  47. package/src/stlc_agents/shared/__pycache__/auth.cpython-313.pyc +0 -0
  48. package/src/stlc_agents/shared/__pycache__/cost_tracker.cpython-313.pyc +0 -0
  49. package/src/stlc_agents/shared/__pycache__/pricing.cpython-313.pyc +0 -0
  50. package/src/stlc_agents/shared_jira/__pycache__/__init__.cpython-313.pyc +0 -0
  51. package/src/stlc_agents/shared_jira/__pycache__/auth.cpython-313.pyc +0 -0
  52. package/src/stlc_agents/webhook_orchestrator/__pycache__/__init__.cpython-313.pyc +0 -0
  53. package/src/stlc_agents/webhook_orchestrator/__pycache__/agent_runner.cpython-313.pyc +0 -0
  54. package/src/stlc_agents/webhook_orchestrator/__pycache__/models.cpython-313.pyc +0 -0
  55. package/src/stlc_agents/webhook_orchestrator/__pycache__/orchestrator.cpython-313.pyc +0 -0
  56. package/src/stlc_agents/webhook_orchestrator/__pycache__/webhook_bridge.cpython-313.pyc +0 -0
@@ -85,10 +85,20 @@ if (!python) {
85
85
  if (pip.status === 0) {
86
86
  ok("qa-gentic-stlc-agents installed.");
87
87
  } else {
88
- // Only surface pip output on failure
89
- if (pip.stdout) process.stderr.write(pip.stdout);
90
- if (pip.stderr) process.stderr.write(pip.stderr);
91
- warn("pip install failed. Run manually: pip install qa-gentic-stlc-agents");
88
+ // Route pip's output through _write (/dev/tty) — process.stderr is swallowed
89
+ // by npm 7+ for global lifecycle scripts, so direct stderr writes vanish.
90
+ const combined = `${pip.stdout || ""}${pip.stderr || ""}`;
91
+ combined.split("\n").filter(Boolean).forEach((l) => console.log(d(l)));
92
+ warn("pip install failed.");
93
+ if (/externally-managed-environment/i.test(combined)) {
94
+ console.log("");
95
+ console.log(`${b("This Python is PEP 668-locked")} ${d("(Homebrew, Debian, Ubuntu).")} Install with one of:`);
96
+ console.log(` ${C.cyan}brew install pipx && pipx install qa-gentic-stlc-agents${C.reset} ${d("# isolated, commands on PATH")}`);
97
+ console.log(` ${C.cyan}python3 -m pip install --user --break-system-packages qa-gentic-stlc-agents${C.reset}`);
98
+ console.log(` ${C.cyan}python3 -m venv .venv && source .venv/bin/activate && pip install qa-gentic-stlc-agents${C.reset}`);
99
+ } else {
100
+ warn("Run manually: pip install qa-gentic-stlc-agents");
101
+ }
92
102
  }
93
103
  }
94
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qa-gentic/stlc-agents",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "QA STLC Agents — six MCP servers + skills for AI-powered test case, Gherkin, self-healing Playwright generation, Helix-QA file writing, and existing-framework migration against Azure DevOps and Jira Cloud. Includes an 8-strategy LocatorHealer with a live HealingDashboard (write-back-to-source) and a one-shot `stlc-migrate` CLI that converts an existing Playwright project into a fully agent-ready Helix-QA tree. Works with Claude Code, GitHub Copilot, Cursor, Windsurf.",
5
5
  "keywords": [
6
6
  "playwright",
@@ -56,7 +56,6 @@
56
56
  "postinstall": "node ./bin/postinstall.js"
57
57
  },
58
58
  "_comment": "Diff to apply to package.json — add the cost command to qa-stlc.js",
59
-
60
59
  "diff": {
61
60
  "bin/qa-stlc.js": {
62
61
  "add_require": "const cmdCost = require('../src/cli/cmd-cost');",
@@ -68,6 +67,7 @@
68
67
  },
69
68
  "full_command_to_add_to_qa-stlc.js": "// ── cost ─────────────────────────────────────────────────────────────────\nprogram\n .command('cost')\n .description(\n 'Show token usage and cost for the current or past pipeline sessions.\\n' +\n 'Reads logs from ~/.qa-stlc/cost-*.jsonl written by the MCP servers.\\n' +\n 'Each MCP tool call logs tokens, cost, and latency automatically.'\n )\n .option('--all', 'Show all sessions (not just the last one)')\n .option('--session <id>', 'Show a specific session by its ID')\n .option('--json', 'Emit raw JSON instead of a formatted table')\n .action(cmdCost);",
70
69
  "dependencies": {
70
+ "@qa-gentic/stlc-agents": "^1.0.28",
71
71
  "commander": "^12.0.0",
72
72
  "which": "^4.0.0"
73
73
  },