@simonfestl/husky-cli 1.38.5 → 1.38.6

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.
@@ -250,7 +250,6 @@ supervisorCommand
250
250
  }
251
251
  console.log("\nšŸ• Husky Supervisor Workflow Status");
252
252
  console.log("=".repeat(50));
253
- // Task status
254
253
  console.log("\nšŸ“‹ Task Backlog:");
255
254
  const backlogTasks = tasks.tasks || [];
256
255
  if (backlogTasks.length === 0) {
@@ -173,7 +173,6 @@ export class EmovePlaywrightClient {
173
173
  catch (error) {
174
174
  // Customer details not available
175
175
  }
176
- // Extract line items
177
176
  const items = [];
178
177
  const itemRows = page.locator('table.woocommerce-table--order-details tbody tr.woocommerce-table__line-item');
179
178
  const itemCount = await itemRows.count();
@@ -153,7 +153,6 @@ export class SkuterzonePlaywrightClient {
153
153
  catch (error) {
154
154
  // Customer details not available
155
155
  }
156
- // Extract line items
157
156
  const items = [];
158
157
  const itemRows = page.locator('table.woocommerce-table--order-details tbody tr.woocommerce-table__line-item');
159
158
  const itemCount = await itemRows.count();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonfestl/husky-cli",
3
- "version": "1.38.5",
3
+ "version": "1.38.6",
4
4
  "description": "CLI for Huskyv0 Task Orchestration with Claude Agent SDK",
5
5
  "type": "module",
6
6
  "bin": {