@task-shepherd/agent 1.0.22 → 1.0.23

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/meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "inputs": {
3
3
  "src/config/ConfigLoader.ts": {
4
- "bytes": 11907,
4
+ "bytes": 11943,
5
5
  "imports": [
6
6
  {
7
7
  "path": "fs",
@@ -3217,7 +3217,7 @@
3217
3217
  "format": "esm"
3218
3218
  },
3219
3219
  "src/index.ts": {
3220
- "bytes": 83285,
3220
+ "bytes": 83210,
3221
3221
  "imports": [
3222
3222
  {
3223
3223
  "path": "dotenv",
@@ -3729,7 +3729,7 @@
3729
3729
  "format": "esm"
3730
3730
  },
3731
3731
  "src/cli/commands/WorkspaceRegistrationWizard.ts": {
3732
- "bytes": 31438,
3732
+ "bytes": 34850,
3733
3733
  "imports": [
3734
3734
  {
3735
3735
  "path": "prompts",
@@ -3785,6 +3785,16 @@
3785
3785
  "path": "src/services/detectors/JavaScriptWorkspaceDetector.ts",
3786
3786
  "kind": "import-statement",
3787
3787
  "original": "../../services/detectors/JavaScriptWorkspaceDetector"
3788
+ },
3789
+ {
3790
+ "path": "src/services/WorkspaceRegistryService.ts",
3791
+ "kind": "dynamic-import",
3792
+ "original": "../../services/WorkspaceRegistryService"
3793
+ },
3794
+ {
3795
+ "path": "src/services/WorkspaceRegistryService.ts",
3796
+ "kind": "dynamic-import",
3797
+ "original": "../../services/WorkspaceRegistryService"
3788
3798
  }
3789
3799
  ],
3790
3800
  "format": "esm"
@@ -4468,10 +4478,10 @@
4468
4478
  "bytesInOutput": 7869
4469
4479
  },
4470
4480
  "src/index.ts": {
4471
- "bytesInOutput": 35882
4481
+ "bytesInOutput": 35870
4472
4482
  },
4473
4483
  "src/config/ConfigLoader.ts": {
4474
- "bytesInOutput": 5537
4484
+ "bytesInOutput": 5666
4475
4485
  },
4476
4486
  "src/services/AgentIdentityService.ts": {
4477
4487
  "bytesInOutput": 6254
@@ -4813,7 +4823,7 @@
4813
4823
  "bytesInOutput": 22610
4814
4824
  }
4815
4825
  },
4816
- "bytes": 1505628
4826
+ "bytes": 1505745
4817
4827
  },
4818
4828
  "dist/cli/index.js": {
4819
4829
  "imports": [
@@ -5525,7 +5535,7 @@
5525
5535
  "bytesInOutput": 4282
5526
5536
  },
5527
5537
  "src/config/ConfigLoader.ts": {
5528
- "bytesInOutput": 5568
5538
+ "bytesInOutput": 5697
5529
5539
  },
5530
5540
  "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js": {
5531
5541
  "bytesInOutput": 2442
@@ -5975,7 +5985,7 @@
5975
5985
  "bytesInOutput": 22638
5976
5986
  },
5977
5987
  "src/index.ts": {
5978
- "bytesInOutput": 36007
5988
+ "bytesInOutput": 35995
5979
5989
  },
5980
5990
  "src/cli/commands/OrganizationCommands.ts": {
5981
5991
  "bytesInOutput": 9476
@@ -6005,7 +6015,7 @@
6005
6015
  "bytesInOutput": 9282
6006
6016
  },
6007
6017
  "src/cli/commands/WorkspaceRegistrationWizard.ts": {
6008
- "bytesInOutput": 15506
6018
+ "bytesInOutput": 17548
6009
6019
  },
6010
6020
  "src/cli/commands/debug-work-item.ts": {
6011
6021
  "bytesInOutput": 8465
@@ -6023,7 +6033,7 @@
6023
6033
  "bytesInOutput": 8630
6024
6034
  }
6025
6035
  },
6026
- "bytes": 1644753
6036
+ "bytes": 1646912
6027
6037
  }
6028
6038
  }
6029
6039
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-shepherd/agent",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Simplified AI agent service for Task Shepherd project analysis",
5
5
  "main": "dist/index.js",
6
6
  "bin": {