@cyanautomation/kaseki-agent 1.37.1 → 1.38.0
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.js +1 -1
- package/kaseki-agent.sh +1 -1
- package/package.json +1 -2
package/dist/cli.js
CHANGED
|
@@ -136,7 +136,7 @@ DOCUMENTATION
|
|
|
136
136
|
For more information:
|
|
137
137
|
- Unified quick start: docs/QUICK_START.md
|
|
138
138
|
- Advanced configuration: docs/ADVANCED_CONFIG.md
|
|
139
|
-
- Troubleshooting: docs/
|
|
139
|
+
- Troubleshooting: docs/TROUBLESHOOTING.md
|
|
140
140
|
- API reference: docs/API.md
|
|
141
141
|
|
|
142
142
|
ENVIRONMENT
|
package/kaseki-agent.sh
CHANGED
|
@@ -12,7 +12,7 @@ KASEKI_DRY_RUN="${KASEKI_DRY_RUN:-0}"
|
|
|
12
12
|
KASEKI_STARTUP_CHECK_MODE="${KASEKI_STARTUP_CHECK_MODE:-boot}"
|
|
13
13
|
KASEKI_BASELINE_VALIDATION_DRY_RUN="${KASEKI_BASELINE_VALIDATION_DRY_RUN:-0}"
|
|
14
14
|
KASEKI_AGENT_TIMEOUT_SECONDS="${KASEKI_AGENT_TIMEOUT_SECONDS:-10800}"
|
|
15
|
-
KASEKI_VALIDATION_COMMANDS="${KASEKI_VALIDATION_COMMANDS-npm run check;npm run test
|
|
15
|
+
KASEKI_VALIDATION_COMMANDS="${KASEKI_VALIDATION_COMMANDS-npm run check;npm run test}"
|
|
16
16
|
KASEKI_SKIP_MISSING_NPM_SCRIPTS="${KASEKI_SKIP_MISSING_NPM_SCRIPTS:-1}"
|
|
17
17
|
KASEKI_DEBUG_RAW_EVENTS="${KASEKI_DEBUG_RAW_EVENTS:-0}"
|
|
18
18
|
KASEKI_STREAM_PROGRESS="${KASEKI_STREAM_PROGRESS:-1}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyanautomation/kaseki-agent",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"description": "Admin/helper/doctor toolbox and local API client for Kaseki diagnostics, setup, and API-backed coding-agent task workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"generate:openapi": "node scripts/generate-openapi-spec.js",
|
|
48
48
|
"build": "tsc && node dist/add-js-extensions.js && npm run generate:openapi && npm run check:dist-dynamic-imports && chmod 0755 dist/*.js",
|
|
49
49
|
"prepublishOnly": "npm run build",
|
|
50
|
-
"pretest": "npm run build",
|
|
51
50
|
"type-check": "tsc --noEmit",
|
|
52
51
|
"check": "npm run type-check && npm run lint",
|
|
53
52
|
"test": "npm run test:unit",
|