@askexenow/exe-os 0.9.270 → 0.9.271
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/bin/cli.js +1 -1
- package/dist/bin/stack-update.js +10 -3
- package/dist/bin/vps-health-gate.js +1 -1
- package/dist/chunk-IBMTSEZC.js +230 -0
- package/dist/chunk-O7YO7E2G.js +1512 -0
- package/dist/hooks/manifest.json +1 -1
- package/dist/stack-release-2KSOYDIV.js +712 -0
- package/dist/stack-update-QQA64STQ.js +52 -0
- package/package.json +1 -1
- package/release-notes.json +8 -27
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import {
|
|
2
|
+
assertBreakingChangesAllowed,
|
|
3
|
+
assertDeploymentScopeAllowed,
|
|
4
|
+
assertHostReadyForApply,
|
|
5
|
+
assertProductionDeployGate,
|
|
6
|
+
bootstrapStackHost,
|
|
7
|
+
canonicalizeStackManifest,
|
|
8
|
+
collectProductionDeployGateIssues,
|
|
9
|
+
createStackUpdatePlan,
|
|
10
|
+
defaultStackPaths,
|
|
11
|
+
findLatestBackupEnvFile,
|
|
12
|
+
hardenHost,
|
|
13
|
+
listAvailableVersions,
|
|
14
|
+
loadStackManifest,
|
|
15
|
+
pairMonitorAgent,
|
|
16
|
+
parseEnv,
|
|
17
|
+
parseStackManifest,
|
|
18
|
+
patchEnv,
|
|
19
|
+
readCurrentStackVersion,
|
|
20
|
+
rollbackStackUpdate,
|
|
21
|
+
runStackUpdate,
|
|
22
|
+
verifyReleaseHealth,
|
|
23
|
+
verifyStackManifestSignature
|
|
24
|
+
} from "./chunk-O7YO7E2G.js";
|
|
25
|
+
import "./chunk-MOZ2YQ54.js";
|
|
26
|
+
import "./chunk-VXIMSRTO.js";
|
|
27
|
+
import "./chunk-LYH5HE24.js";
|
|
28
|
+
import "./chunk-MLKGABMK.js";
|
|
29
|
+
export {
|
|
30
|
+
assertBreakingChangesAllowed,
|
|
31
|
+
assertDeploymentScopeAllowed,
|
|
32
|
+
assertHostReadyForApply,
|
|
33
|
+
assertProductionDeployGate,
|
|
34
|
+
bootstrapStackHost,
|
|
35
|
+
canonicalizeStackManifest,
|
|
36
|
+
collectProductionDeployGateIssues,
|
|
37
|
+
createStackUpdatePlan,
|
|
38
|
+
defaultStackPaths,
|
|
39
|
+
findLatestBackupEnvFile,
|
|
40
|
+
hardenHost,
|
|
41
|
+
listAvailableVersions,
|
|
42
|
+
loadStackManifest,
|
|
43
|
+
pairMonitorAgent,
|
|
44
|
+
parseEnv,
|
|
45
|
+
parseStackManifest,
|
|
46
|
+
patchEnv,
|
|
47
|
+
readCurrentStackVersion,
|
|
48
|
+
rollbackStackUpdate,
|
|
49
|
+
runStackUpdate,
|
|
50
|
+
verifyReleaseHealth,
|
|
51
|
+
verifyStackManifestSignature
|
|
52
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.271",
|
|
4
4
|
"description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
package/release-notes.json
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.271",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.271": {
|
|
5
|
+
"version": "0.9.271",
|
|
6
6
|
"date": "2026-06-11",
|
|
7
|
-
"features": [
|
|
8
|
-
|
|
9
|
-
"harden MCP zombie gate + stale init-db.sql staging + CRM_GRAPHQL_URL default",
|
|
10
|
-
"exe-start PATH resolution + conservative MCP zombie/session recovery",
|
|
11
|
-
"stack-update rollback migrations, image pull verification, cloudflared healthcheck",
|
|
12
|
-
"Fix remaining exe-os support bugs",
|
|
13
|
-
"widen gateway-client waitFor to 15s for loaded 4-core runner",
|
|
14
|
-
"bind gateway-client mock WS server to 127.0.0.1 explicitly",
|
|
15
|
-
"ephemeral WS port + registry-host-agnostic parity assert",
|
|
16
|
-
"make tests robust on persistent self-hosted runner",
|
|
17
|
-
"Fix shard founder scope and MCP session TTL",
|
|
18
|
-
"Fix session-scoped notifications and RSS smoke gate",
|
|
19
|
-
"Fix degraded daemon boot bug paths",
|
|
20
|
-
"resource-triggered daemon restarts exit non-zero so launchd relaunches"
|
|
21
|
-
],
|
|
22
|
-
"security": [
|
|
23
|
-
"Enforce cross-stack UX and security contracts"
|
|
7
|
+
"features": [
|
|
8
|
+
"support service scoped resume"
|
|
24
9
|
],
|
|
10
|
+
"fixes": [],
|
|
11
|
+
"security": [],
|
|
25
12
|
"other": [
|
|
26
|
-
"
|
|
27
|
-
"quarantine gateway-client suite in CI with loud warning — tracked bug",
|
|
28
|
-
"retry budget (2) for gateway-client on the shared runner",
|
|
29
|
-
"separate vitest invocations for serial files — perf-stress fake timers poison a shared fork",
|
|
30
|
-
"daemon-perf-stress joins the serial pass — timing comparisons need a quiet box",
|
|
31
|
-
"run gateway-client serially after the parallel suite",
|
|
32
|
-
"retrigger"
|
|
13
|
+
"Publish stack-update service resume as 0.9.271"
|
|
33
14
|
],
|
|
34
15
|
"migration_notes": []
|
|
35
16
|
},
|