omnius 1.0.697 → 1.0.698
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/api/py-embed.js +3 -0
- package/dist/index.js +9148 -8640
- package/dist/library.js +1804 -1713
- package/dist/update-worker.js +3 -0
- package/docs/DISCOVERY.json +154 -0
- package/docs/DISCOVERY.md +4 -0
- package/docs/work-orders/runtime-health-remediation/LIVE-TELEGRAM-LOG-REVIEW-2026-09-05.md +58 -0
- package/docs/work-orders/runtime-health-remediation/TRACKER.md +13 -0
- package/docs/work-orders/runtime-health-remediation/WO-46-shell-result-authority.md +42 -0
- package/docs/work-orders/runtime-health-remediation/WO-47-diagnostic-execution-contract.md +54 -0
- package/docs/work-orders/runtime-health-remediation/WO-48-conversation-result-evidence.md +63 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/api/py-embed.js
CHANGED
|
@@ -292512,6 +292512,9 @@ var DECAY_TAU2 = {
|
|
|
292512
292512
|
var DEFAULT_INLINE_KG_MAX_BYTES = 512 * 1024 * 1024;
|
|
292513
292513
|
var DEFAULT_INLINE_EPISODES_MAX_BYTES = 1024 * 1024 * 1024;
|
|
292514
292514
|
|
|
292515
|
+
// packages/execution/dist/tools/diagnostic.js
|
|
292516
|
+
init_process_async();
|
|
292517
|
+
|
|
292515
292518
|
// packages/execution/dist/tools/background-task.js
|
|
292516
292519
|
init_process_kill();
|
|
292517
292520
|
init_process_lifecycle();
|