@task-shepherd/agent 1.0.45 → 1.0.48
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/cli/index.js +1 -1
- package/dist/graphql/introspection.json +1880 -322
- package/dist/index.js +1 -1
- package/dist/meta.json +84 -17
- package/package.json +3 -3
- package/web/dist/assets/index-988d535e.js +69 -0
- package/web/dist/assets/index-988d535e.js.map +1 -0
- package/web/dist/assets/index-9fa708d6.css +1 -0
- package/web/dist/index.html +2 -2
- package/web/dist/assets/index-001c054b.css +0 -1
- package/web/dist/assets/index-964c5c2c.js +0 -69
- package/web/dist/assets/index-964c5c2c.js.map +0 -1
package/dist/meta.json
CHANGED
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
"format": "esm"
|
|
863
863
|
},
|
|
864
864
|
"src/graphql/generated.ts": {
|
|
865
|
-
"bytes":
|
|
865
|
+
"bytes": 272617,
|
|
866
866
|
"imports": [
|
|
867
867
|
{
|
|
868
868
|
"path": "@graphql-typed-document-node/core",
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"format": "esm"
|
|
874
874
|
},
|
|
875
875
|
"src/graphql/TypedGraphQLClient.ts": {
|
|
876
|
-
"bytes":
|
|
876
|
+
"bytes": 19391,
|
|
877
877
|
"imports": [
|
|
878
878
|
{
|
|
879
879
|
"path": "graphql-request",
|
|
@@ -2755,6 +2755,42 @@
|
|
|
2755
2755
|
],
|
|
2756
2756
|
"format": "esm"
|
|
2757
2757
|
},
|
|
2758
|
+
"src/services/StoryExecutionService.ts": {
|
|
2759
|
+
"bytes": 14060,
|
|
2760
|
+
"imports": [
|
|
2761
|
+
{
|
|
2762
|
+
"path": "fs",
|
|
2763
|
+
"kind": "import-statement",
|
|
2764
|
+
"external": true
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"path": "path",
|
|
2768
|
+
"kind": "import-statement",
|
|
2769
|
+
"external": true
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"path": "src/config/index.ts",
|
|
2773
|
+
"kind": "import-statement",
|
|
2774
|
+
"original": "../config"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"path": "src/middleware/logger.ts",
|
|
2778
|
+
"kind": "import-statement",
|
|
2779
|
+
"original": "../middleware/logger"
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
"path": "src/services/ClaudeCliExecutor.ts",
|
|
2783
|
+
"kind": "import-statement",
|
|
2784
|
+
"original": "./ClaudeCliExecutor"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"path": "../graphql/TypedGraphQLClient",
|
|
2788
|
+
"kind": "import-statement",
|
|
2789
|
+
"external": true
|
|
2790
|
+
}
|
|
2791
|
+
],
|
|
2792
|
+
"format": "esm"
|
|
2793
|
+
},
|
|
2758
2794
|
"src/services/TaskImplementationExecutor.ts": {
|
|
2759
2795
|
"bytes": 14292,
|
|
2760
2796
|
"imports": [
|
|
@@ -2782,7 +2818,7 @@
|
|
|
2782
2818
|
"format": "esm"
|
|
2783
2819
|
},
|
|
2784
2820
|
"src/handlers/StoryImplementationHandler.ts": {
|
|
2785
|
-
"bytes":
|
|
2821
|
+
"bytes": 31996,
|
|
2786
2822
|
"imports": [
|
|
2787
2823
|
{
|
|
2788
2824
|
"path": "src/handlers/BaseWorkHandler.ts",
|
|
@@ -2810,14 +2846,19 @@
|
|
|
2810
2846
|
"original": "../services/ServiceMappingService"
|
|
2811
2847
|
},
|
|
2812
2848
|
{
|
|
2813
|
-
"path": "
|
|
2849
|
+
"path": "../services/TaskImplementationExecutor",
|
|
2814
2850
|
"kind": "import-statement",
|
|
2815
|
-
"
|
|
2851
|
+
"external": true
|
|
2816
2852
|
},
|
|
2817
2853
|
{
|
|
2818
|
-
"path": "
|
|
2854
|
+
"path": "src/services/StoryExecutionService.ts",
|
|
2819
2855
|
"kind": "import-statement",
|
|
2820
|
-
"
|
|
2856
|
+
"original": "../services/StoryExecutionService"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"path": "src/graphql/generated.ts",
|
|
2860
|
+
"kind": "import-statement",
|
|
2861
|
+
"original": "../graphql/generated"
|
|
2821
2862
|
},
|
|
2822
2863
|
{
|
|
2823
2864
|
"path": "src/services/TaskImplementationExecutor.ts",
|
|
@@ -4177,6 +4218,16 @@
|
|
|
4177
4218
|
"kind": "require-call",
|
|
4178
4219
|
"external": true
|
|
4179
4220
|
},
|
|
4221
|
+
{
|
|
4222
|
+
"path": "fs",
|
|
4223
|
+
"kind": "require-call",
|
|
4224
|
+
"external": true
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"path": "path",
|
|
4228
|
+
"kind": "require-call",
|
|
4229
|
+
"external": true
|
|
4230
|
+
},
|
|
4180
4231
|
{
|
|
4181
4232
|
"path": "net",
|
|
4182
4233
|
"kind": "require-call",
|
|
@@ -4404,10 +4455,10 @@
|
|
|
4404
4455
|
"bytesInOutput": 18151
|
|
4405
4456
|
},
|
|
4406
4457
|
"src/graphql/TypedGraphQLClient.ts": {
|
|
4407
|
-
"bytesInOutput":
|
|
4458
|
+
"bytesInOutput": 8088
|
|
4408
4459
|
},
|
|
4409
4460
|
"src/graphql/generated.ts": {
|
|
4410
|
-
"bytesInOutput":
|
|
4461
|
+
"bytesInOutput": 35925
|
|
4411
4462
|
},
|
|
4412
4463
|
"src/services/WorkItemErrorTracker.ts": {
|
|
4413
4464
|
"bytesInOutput": 8190
|
|
@@ -4680,10 +4731,13 @@
|
|
|
4680
4731
|
"bytesInOutput": 50599
|
|
4681
4732
|
},
|
|
4682
4733
|
"src/handlers/StoryImplementationHandler.ts": {
|
|
4683
|
-
"bytesInOutput":
|
|
4734
|
+
"bytesInOutput": 15255
|
|
4735
|
+
},
|
|
4736
|
+
"src/services/StoryExecutionService.ts": {
|
|
4737
|
+
"bytesInOutput": 6612
|
|
4684
4738
|
},
|
|
4685
4739
|
"src/services/TaskImplementationExecutor.ts": {
|
|
4686
|
-
"bytesInOutput":
|
|
4740
|
+
"bytesInOutput": 10
|
|
4687
4741
|
},
|
|
4688
4742
|
"src/handlers/ReviewApplicationHandler.ts": {
|
|
4689
4743
|
"bytesInOutput": 17951
|
|
@@ -4740,7 +4794,7 @@
|
|
|
4740
4794
|
"bytesInOutput": 3719
|
|
4741
4795
|
}
|
|
4742
4796
|
},
|
|
4743
|
-
"bytes":
|
|
4797
|
+
"bytes": 1565300
|
|
4744
4798
|
},
|
|
4745
4799
|
"dist/cli/index.js": {
|
|
4746
4800
|
"imports": [
|
|
@@ -5024,6 +5078,16 @@
|
|
|
5024
5078
|
"kind": "require-call",
|
|
5025
5079
|
"external": true
|
|
5026
5080
|
},
|
|
5081
|
+
{
|
|
5082
|
+
"path": "fs",
|
|
5083
|
+
"kind": "require-call",
|
|
5084
|
+
"external": true
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"path": "path",
|
|
5088
|
+
"kind": "require-call",
|
|
5089
|
+
"external": true
|
|
5090
|
+
},
|
|
5027
5091
|
{
|
|
5028
5092
|
"path": "events",
|
|
5029
5093
|
"kind": "require-call",
|
|
@@ -5275,10 +5339,10 @@
|
|
|
5275
5339
|
"bytesInOutput": 284
|
|
5276
5340
|
},
|
|
5277
5341
|
"src/graphql/generated.ts": {
|
|
5278
|
-
"bytesInOutput":
|
|
5342
|
+
"bytesInOutput": 36006
|
|
5279
5343
|
},
|
|
5280
5344
|
"src/graphql/TypedGraphQLClient.ts": {
|
|
5281
|
-
"bytesInOutput":
|
|
5345
|
+
"bytesInOutput": 8120
|
|
5282
5346
|
},
|
|
5283
5347
|
"src/types/organization.ts": {
|
|
5284
5348
|
"bytesInOutput": 495
|
|
@@ -5673,11 +5737,14 @@
|
|
|
5673
5737
|
"src/handlers/DevelopmentPlanningHandler.ts": {
|
|
5674
5738
|
"bytesInOutput": 50654
|
|
5675
5739
|
},
|
|
5740
|
+
"src/services/StoryExecutionService.ts": {
|
|
5741
|
+
"bytesInOutput": 6656
|
|
5742
|
+
},
|
|
5676
5743
|
"src/services/TaskImplementationExecutor.ts": {
|
|
5677
|
-
"bytesInOutput":
|
|
5744
|
+
"bytesInOutput": 44
|
|
5678
5745
|
},
|
|
5679
5746
|
"src/handlers/StoryImplementationHandler.ts": {
|
|
5680
|
-
"bytesInOutput":
|
|
5747
|
+
"bytesInOutput": 15321
|
|
5681
5748
|
},
|
|
5682
5749
|
"src/handlers/ReviewApplicationHandler.ts": {
|
|
5683
5750
|
"bytesInOutput": 17999
|
|
@@ -5761,7 +5828,7 @@
|
|
|
5761
5828
|
"bytesInOutput": 3712
|
|
5762
5829
|
}
|
|
5763
5830
|
},
|
|
5764
|
-
"bytes":
|
|
5831
|
+
"bytes": 1632220
|
|
5765
5832
|
}
|
|
5766
5833
|
}
|
|
5767
5834
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@task-shepherd/agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.48",
|
|
4
4
|
"description": "Simplified AI agent service for Task Shepherd project analysis",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
52
|
-
"@modelcontextprotocol/sdk": "^0.6.0",
|
|
53
52
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
53
|
+
"@modelcontextprotocol/sdk": "^0.6.0",
|
|
54
54
|
"chalk": "^4.1.2",
|
|
55
55
|
"commander": "^11.0.0",
|
|
56
56
|
"compression": "^1.7.4",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"javascript-obfuscator": "^4.1.1",
|
|
98
98
|
"jest": "^29.6.1",
|
|
99
99
|
"nock": "^14.0.7",
|
|
100
|
-
"ts-jest": "^29.
|
|
100
|
+
"ts-jest": "^29.4.6",
|
|
101
101
|
"ts-node-dev": "^2.0.0",
|
|
102
102
|
"typescript": "^5.1.6"
|
|
103
103
|
},
|