@simonfestl/husky-cli 1.37.0 → 1.38.1

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.
@@ -42,6 +42,7 @@ interface Config {
42
42
  wattizPassword?: string;
43
43
  wattizBaseUrl?: string;
44
44
  wattizLanguage?: string;
45
+ gtasksSubject?: string;
45
46
  gcsBucket?: string;
46
47
  shopifyDomain?: string;
47
48
  shopifyToken?: string;
@@ -385,6 +385,7 @@ configCommand
385
385
  "wattiz-password": "wattizPassword",
386
386
  "wattiz-base-url": "wattizBaseUrl",
387
387
  "wattiz-language": "wattizLanguage",
388
+ "gtasks-subject": "gtasksSubject",
388
389
  };
389
390
  const configKey = keyMappings[key];
390
391
  if (!configKey) {
@@ -402,6 +403,7 @@ configCommand
402
403
  console.log(" Skuterzone: skuterzone-username, skuterzone-password, skuterzone-base-url");
403
404
  console.log(" Emove: emove-username, emove-password, emove-base-url");
404
405
  console.log(" Wattiz: wattiz-username, wattiz-password, wattiz-base-url, wattiz-language");
406
+ console.log(" GTasks: gtasks-subject");
405
407
  console.log(" Brain: agent-type");
406
408
  console.error("\nšŸ’” For configuration help: husky explain config");
407
409
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonfestl/husky-cli",
3
- "version": "1.37.0",
3
+ "version": "1.38.1",
4
4
  "description": "CLI for Huskyv0 Task Orchestration with Claude Agent SDK",
5
5
  "type": "module",
6
6
  "bin": {