@sireai/optimus 0.1.29 → 0.1.30

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.
@@ -115,7 +115,7 @@ function resolveEffectiveSelfUpdateConfig(config) {
115
115
  return config?.selfUpdate ?? {
116
116
  enabled: true,
117
117
  mode: "prompt",
118
- checkIntervalHours: 24,
118
+ checkIntervalHours: 12,
119
119
  startupCommands: ["start", "submit"]
120
120
  };
121
121
  }
@@ -98,7 +98,7 @@ const DEFAULT_CONFIG = {
98
98
  selfUpdate: {
99
99
  enabled: true,
100
100
  mode: "prompt",
101
- checkIntervalHours: 24,
101
+ checkIntervalHours: 12,
102
102
  startupCommands: ["start", "submit"]
103
103
  }
104
104
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sireai/optimus",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Optimus Codex-native background task runtime and harness scaffolding.",
5
5
  "repository": {
6
6
  "type": "git",