@askexenow/exe-os 0.9.310 → 0.9.311
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/hooks/manifest.json +1 -1
- package/package.json +1 -1
- package/release-notes.json +13 -14
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-06-22T07:
|
|
3
|
+
"generatedAt": "2026-06-22T07:44:55.636Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "de2c15a312082f7dbc40c0cc54401fd09125e55f49bc88243b209a2d0b8cc74c",
|
|
6
6
|
"codex-stop-task-finalizer.js": "7c2e9ec456c478b8bf87acb66f1c06a5e9a416049fb94deffe83e286832ba4e8",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.311",
|
|
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,11 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.311",
|
|
3
3
|
"notes": {
|
|
4
|
+
"0.9.311": {
|
|
5
|
+
"version": "0.9.311",
|
|
6
|
+
"date": "2026-06-22",
|
|
7
|
+
"features": [],
|
|
8
|
+
"fixes": [],
|
|
9
|
+
"security": [],
|
|
10
|
+
"other": [
|
|
11
|
+
"bump v0.9.311 — CI release gate poll + build-lock fix"
|
|
12
|
+
],
|
|
13
|
+
"migration_notes": []
|
|
14
|
+
},
|
|
4
15
|
"0.9.310": {
|
|
5
16
|
"version": "0.9.310",
|
|
6
17
|
"date": "2026-06-22",
|
|
7
18
|
"features": [],
|
|
8
19
|
"fixes": [
|
|
20
|
+
"poll for CI completion in release gate + resilient build-lock.sh (was instant check, always failed on bump commits)",
|
|
9
21
|
"kill the version-bump reload storm — surface-hash marker + reload debounce",
|
|
10
22
|
"enforce canonical 4096 daemon heap cap, correct stale 6144 (bug f215433d)",
|
|
11
23
|
"fail-closed BYOK env-contract — direct keys only on explicit BYOK (bug df8823d0)",
|
|
@@ -277,19 +289,6 @@
|
|
|
277
289
|
"bump v0.9.285 — deploy gate image verification"
|
|
278
290
|
],
|
|
279
291
|
"migration_notes": []
|
|
280
|
-
},
|
|
281
|
-
"0.9.299": {
|
|
282
|
-
"version": "0.9.299",
|
|
283
|
-
"date": "2026-06-19",
|
|
284
|
-
"features": [],
|
|
285
|
-
"fixes": [
|
|
286
|
-
"report accurate per-version release notes (bug b69eac42 follow-up — entries no longer mirror the prior version)"
|
|
287
|
-
],
|
|
288
|
-
"security": [],
|
|
289
|
-
"other": [
|
|
290
|
-
"release v0.9.299 — published after 0.9.298 SQLCipher/boot/SSO/plist wave"
|
|
291
|
-
],
|
|
292
|
-
"migration_notes": []
|
|
293
292
|
}
|
|
294
293
|
}
|
|
295
294
|
}
|