@atolis-hq/wake 0.3.24 → 0.3.25
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atolis-hq/wake",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
4
4
|
"description": "Local autonomous agent control plane for software development",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -64,7 +64,11 @@
|
|
|
64
64
|
"smoke:codex": "tsx src/main.ts smoke codex",
|
|
65
65
|
"smoke:cursor": "tsx src/main.ts smoke cursor",
|
|
66
66
|
"verify": "npm run check:catalogue && npm run check:scenarios && npm run check:specs:report && npm run lint:architecture && npm run lint && npm run format:check && npm run build && npm run test:unit",
|
|
67
|
-
"verify:ci": "npm run verify && npm run test:architecture && npm run test:integration && npm run test:e2e && npm run knip && npm run test:web"
|
|
67
|
+
"verify:ci": "npm run verify && npm run test:architecture && npm run test:integration && npm run test:e2e && npm run knip && npm run test:web",
|
|
68
|
+
"prepare": "husky"
|
|
69
|
+
},
|
|
70
|
+
"lint-staged": {
|
|
71
|
+
"*.{ts,tsx,js,mjs,cjs,json,yaml,yml,css,html}": "prettier --write"
|
|
68
72
|
},
|
|
69
73
|
"dependencies": {
|
|
70
74
|
"@octokit/rest": "^22.0.0",
|
|
@@ -84,7 +88,9 @@
|
|
|
84
88
|
"eslint": "^10.8.0",
|
|
85
89
|
"eslint-config-prettier": "^10.1.8",
|
|
86
90
|
"globals": "^17.7.0",
|
|
91
|
+
"husky": "^9.1.7",
|
|
87
92
|
"knip": "^5.88.1",
|
|
93
|
+
"lint-staged": "^17.3.0",
|
|
88
94
|
"prettier": "^3.9.6",
|
|
89
95
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
90
96
|
"tsx": "^4.23.1",
|