@askexenow/exe-os 0.9.28 → 0.9.29

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 CHANGED
@@ -30264,8 +30264,7 @@ async function mergeCodexHooks(packageRoot, homeDir = os20.homedir()) {
30264
30264
  {
30265
30265
  type: "command",
30266
30266
  command: `node "${path45.join(packageRoot, "dist", "hooks", "session-start.js")}"${logSuffix}`,
30267
- timeout: 30,
30268
- statusMessage: "exe-os: loading memory brief"
30267
+ timeout: 30
30269
30268
  }
30270
30269
  ]
30271
30270
  },
@@ -3565,8 +3565,7 @@ async function mergeCodexHooks(packageRoot, homeDir = os10.homedir()) {
3565
3565
  {
3566
3566
  type: "command",
3567
3567
  command: `node "${path13.join(packageRoot, "dist", "hooks", "session-start.js")}"${logSuffix}`,
3568
- timeout: 30,
3569
- statusMessage: "exe-os: loading memory brief"
3568
+ timeout: 30
3570
3569
  }
3571
3570
  ]
3572
3571
  },
@@ -1454,8 +1454,7 @@ async function mergeCodexHooks(packageRoot, homeDir = os6.homedir()) {
1454
1454
  {
1455
1455
  type: "command",
1456
1456
  command: `node "${path8.join(packageRoot, "dist", "hooks", "session-start.js")}"${logSuffix}`,
1457
- timeout: 30,
1458
- statusMessage: "exe-os: loading memory brief"
1457
+ timeout: 30
1459
1458
  }
1460
1459
  ]
1461
1460
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
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",