@gowelle/stint-agent 1.2.37 → 1.2.39
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 +256 -256
- package/dist/{StatusDashboard-AMDPK7EQ.js → StatusDashboard-ROFBT73W.js} +2 -2
- package/dist/api-JGCDZSG6.js +7 -0
- package/dist/{chunk-IBGWKTT7.js → chunk-4WAUHGFS.js} +25 -5
- package/dist/{chunk-NODAAPCO.js → chunk-IFPIIRU3.js} +88 -12
- package/dist/{chunk-XRNTJYCQ.js → chunk-LU6CQVSL.js} +1 -1
- package/dist/{chunk-HPHXBSGB.js → chunk-PWOHR6IZ.js} +1 -1
- package/dist/daemon/runner.js +212 -39
- package/dist/index.js +7 -7
- package/package.json +102 -98
- package/dist/api-AFSILC7K.js +0 -7
package/package.json
CHANGED
|
@@ -1,98 +1,102 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gowelle/stint-agent",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "Local agent for Stint - Project Assistant",
|
|
5
|
-
"author": "Gowelle John <gowelle.john@icloud.com>",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"bin": {
|
|
9
|
-
"stint": "./dist/index.js"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"dist",
|
|
13
|
-
"assets",
|
|
14
|
-
"README.md",
|
|
15
|
-
"LICENSE"
|
|
16
|
-
],
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/gowelle/stint-agent.git"
|
|
20
|
-
},
|
|
21
|
-
"homepage": "https://github.com/gowelle/stint-agent#readme",
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/gowelle/stint-agent/issues"
|
|
24
|
-
},
|
|
25
|
-
"keywords": [
|
|
26
|
-
"stint",
|
|
27
|
-
"agent",
|
|
28
|
-
"project-assistant",
|
|
29
|
-
"cli",
|
|
30
|
-
"git"
|
|
31
|
-
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsup",
|
|
34
|
-
"dev": "tsup --watch",
|
|
35
|
-
"lint": "eslint src",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"@types/
|
|
62
|
-
"@types/
|
|
63
|
-
"@types/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"eslint": "^8.
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
"pattern": "^\\d+\\.\\d+\\.\\d
|
|
84
|
-
"description": "
|
|
85
|
-
},
|
|
86
|
-
"
|
|
87
|
-
"pattern": "^\\d+\\.\\d+\\.\\d+-
|
|
88
|
-
"description": "
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@gowelle/stint-agent",
|
|
3
|
+
"version": "1.2.39",
|
|
4
|
+
"description": "Local agent for Stint - Project Assistant",
|
|
5
|
+
"author": "Gowelle John <gowelle.john@icloud.com>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"bin": {
|
|
9
|
+
"stint": "./dist/index.js"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist",
|
|
13
|
+
"assets",
|
|
14
|
+
"README.md",
|
|
15
|
+
"LICENSE"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/gowelle/stint-agent.git"
|
|
20
|
+
},
|
|
21
|
+
"homepage": "https://github.com/gowelle/stint-agent#readme",
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/gowelle/stint-agent/issues"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"stint",
|
|
27
|
+
"agent",
|
|
28
|
+
"project-assistant",
|
|
29
|
+
"cli",
|
|
30
|
+
"git"
|
|
31
|
+
],
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsup",
|
|
34
|
+
"dev": "tsup --watch",
|
|
35
|
+
"lint": "eslint src",
|
|
36
|
+
"format": "prettier --write src",
|
|
37
|
+
"format:check": "prettier --check src",
|
|
38
|
+
"test": "vitest",
|
|
39
|
+
"test:update": "node --loader ts-node/esm scripts/test-update.ts",
|
|
40
|
+
"prepublishOnly": "npm run build"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@inquirer/prompts": "^8.1.0",
|
|
44
|
+
"chalk": "^5.3.0",
|
|
45
|
+
"commander": "^12.0.0",
|
|
46
|
+
"conf": "^12.0.0",
|
|
47
|
+
"dotenv": "^17.2.3",
|
|
48
|
+
"ink": "^5.2.1",
|
|
49
|
+
"laravel-echo": "^2.2.6",
|
|
50
|
+
"node-fetch": "^3.3.2",
|
|
51
|
+
"node-notifier": "^10.0.1",
|
|
52
|
+
"open": "^10.0.0",
|
|
53
|
+
"ora": "^8.0.1",
|
|
54
|
+
"prompts": "^2.4.2",
|
|
55
|
+
"pusher-js": "^8.4.0",
|
|
56
|
+
"react": "^18.3.1",
|
|
57
|
+
"simple-git": "^3.22.0",
|
|
58
|
+
"ws": "^8.16.0"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@types/node": "^20.11.0",
|
|
62
|
+
"@types/node-notifier": "^8.0.5",
|
|
63
|
+
"@types/prompts": "^2.4.9",
|
|
64
|
+
"@types/react": "^18.3.27",
|
|
65
|
+
"@types/ws": "^8.5.10",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
68
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
69
|
+
"eslint": "^8.56.0",
|
|
70
|
+
"eslint-config-prettier": "^10.1.8",
|
|
71
|
+
"prettier": "^3.7.4",
|
|
72
|
+
"ts-node": "^10.9.2",
|
|
73
|
+
"tsup": "^8.0.1",
|
|
74
|
+
"typescript": "^5.3.3",
|
|
75
|
+
"vitest": "^4.0.16"
|
|
76
|
+
},
|
|
77
|
+
"engines": {
|
|
78
|
+
"node": ">=20.0.0"
|
|
79
|
+
},
|
|
80
|
+
"stint": {
|
|
81
|
+
"channels": {
|
|
82
|
+
"stable": {
|
|
83
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+$",
|
|
84
|
+
"description": "Production-ready releases"
|
|
85
|
+
},
|
|
86
|
+
"beta": {
|
|
87
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+-beta\\.\\d+$",
|
|
88
|
+
"description": "Pre-release versions for testing"
|
|
89
|
+
},
|
|
90
|
+
"nightly": {
|
|
91
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+-nightly\\.\\d{8}$",
|
|
92
|
+
"description": "Nightly builds from main branch"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"defaultChannel": "stable"
|
|
96
|
+
},
|
|
97
|
+
"pnpm": {
|
|
98
|
+
"onlyBuiltDependencies": [
|
|
99
|
+
"esbuild"
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
}
|