@qa-gentic/stlc-agents 1.0.18 → 1.0.20
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 +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,6 +136,19 @@ qa-stlc scaffold --name my-qa-project
|
|
|
136
136
|
npx @playwright/mcp@latest --port 8931
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
+
### Cost Tracking Activation
|
|
140
|
+
|
|
141
|
+
**npm install** (`npm install -g @qa-gentic/stlc-agents`): Cost tracking is activated automatically after the Python servers are installed. No manual step required.
|
|
142
|
+
|
|
143
|
+
**pip install** (`pip install qa-gentic-stlc-agents`): Cost tracking is **not** activated automatically. You must run one of the following after pip install:
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
qa-stlc-apply-cost
|
|
147
|
+
# or
|
|
148
|
+
python -m stlc_agents.shared.install_hook
|
|
149
|
+
```
|
|
150
|
+
This patches all MCP servers to log tokens and cost for every tool call.
|
|
151
|
+
|
|
139
152
|
`qa-stlc init` does five things:
|
|
140
153
|
|
|
141
154
|
1. `pip install qa-gentic-stlc-agents` — installs all five Python MCP servers + rules files
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qa-gentic/stlc-agents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "QA STLC Agents — five MCP servers + skills for AI-powered test case, Gherkin, Playwright generation, and Helix-QA file writing against Azure DevOps and Jira Cloud. Full pipeline for both: fetch → test cases → Gherkin → Playwright → Helix-QA. Works with Claude Code, GitHub Copilot, Cursor, Windsurf.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|