@wenathlan/saddle 1.8.18 → 2.0.3
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/Dockerfile +1346 -0
- package/README.md +33 -12
- package/alternatives.ts +1218 -0
- package/biome.json +153 -0
- package/boards.json +1517 -0
- package/compute.ts +3144 -0
- package/cores.json +1801 -0
- package/dist/acquisition.d.ts +359 -0
- package/dist/acquisition.d.ts.map +1 -0
- package/dist/acquisition.js +629 -0
- package/dist/acquisition.js.map +1 -0
- package/dist/alternatives.d.ts +509 -0
- package/dist/alternatives.d.ts.map +1 -0
- package/dist/alternatives.js +951 -0
- package/dist/alternatives.js.map +1 -0
- package/dist/automation.d.ts +426 -0
- package/dist/automation.d.ts.map +1 -0
- package/dist/automation.js +561 -0
- package/dist/automation.js.map +1 -0
- package/dist/browser.d.ts +562 -0
- package/dist/browser.d.ts.map +1 -0
- package/dist/browser.js +1057 -0
- package/dist/browser.js.map +1 -0
- package/dist/capacitor.config.d.ts +13 -0
- package/dist/capacitor.config.d.ts.map +1 -0
- package/dist/capacitor.config.js +26 -0
- package/dist/capacitor.config.js.map +1 -0
- package/dist/cli.d.ts +17 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +111 -0
- package/dist/cli.js.map +1 -0
- package/dist/communication.d.ts +192 -0
- package/dist/communication.d.ts.map +1 -0
- package/dist/communication.js +418 -0
- package/dist/communication.js.map +1 -0
- package/dist/compute.d.ts +1161 -0
- package/dist/compute.d.ts.map +1 -0
- package/dist/compute.js +2273 -0
- package/dist/compute.js.map +1 -0
- package/dist/distribution.d.ts +529 -0
- package/dist/distribution.d.ts.map +1 -0
- package/dist/distribution.js +811 -0
- package/dist/distribution.js.map +1 -0
- package/dist/execution.d.ts +530 -0
- package/dist/execution.d.ts.map +1 -0
- package/dist/execution.js +761 -0
- package/dist/execution.js.map +1 -0
- package/dist/format.d.ts +19 -0
- package/dist/format.d.ts.map +1 -0
- package/dist/format.js +60 -0
- package/dist/format.js.map +1 -0
- package/dist/foundation.d.ts +176 -0
- package/dist/foundation.d.ts.map +1 -0
- package/dist/foundation.js +309 -0
- package/dist/foundation.js.map +1 -0
- package/dist/index.d.ts +733 -123
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1018 -123
- package/dist/index.js.map +1 -1
- package/dist/integration.d.ts +236 -0
- package/dist/integration.d.ts.map +1 -0
- package/dist/integration.js +236 -0
- package/dist/integration.js.map +1 -0
- package/dist/intelligence.d.ts +94 -0
- package/dist/intelligence.d.ts.map +1 -0
- package/dist/intelligence.js +145 -0
- package/dist/intelligence.js.map +1 -0
- package/dist/{isolation/contracts.d.ts → isolation.d.ts} +12 -1
- package/dist/isolation.d.ts.map +1 -0
- package/dist/{isolation/contracts.js → isolation.js} +13 -1
- package/dist/isolation.js.map +1 -0
- package/dist/media.d.ts +344 -0
- package/dist/media.d.ts.map +1 -0
- package/dist/media.js +986 -0
- package/dist/media.js.map +1 -0
- package/dist/modes.d.ts +359 -0
- package/dist/modes.d.ts.map +1 -0
- package/dist/modes.js +134 -0
- package/dist/modes.js.map +1 -0
- package/dist/{library/public.d.ts → operations.d.ts} +15 -1
- package/dist/operations.d.ts.map +1 -0
- package/dist/{library/public.js → operations.js} +18 -7
- package/dist/operations.js.map +1 -0
- package/dist/orchestrator.d.ts +1339 -0
- package/dist/orchestrator.d.ts.map +1 -0
- package/dist/orchestrator.js +4308 -0
- package/dist/orchestrator.js.map +1 -0
- package/dist/packager/targetcli.js +4 -22
- package/dist/performance.d.ts +416 -0
- package/dist/performance.d.ts.map +1 -0
- package/dist/performance.js +827 -0
- package/dist/performance.js.map +1 -0
- package/dist/quantum.d.ts +810 -0
- package/dist/quantum.d.ts.map +1 -0
- package/dist/quantum.js +2073 -0
- package/dist/quantum.js.map +1 -0
- package/dist/render.d.ts +381 -0
- package/dist/render.d.ts.map +1 -0
- package/dist/render.js +1073 -0
- package/dist/render.js.map +1 -0
- package/dist/scheduler.d.ts +596 -0
- package/dist/scheduler.d.ts.map +1 -0
- package/dist/scheduler.js +1259 -0
- package/dist/scheduler.js.map +1 -0
- package/dist/security.d.ts +501 -0
- package/dist/security.d.ts.map +1 -0
- package/dist/security.js +1170 -0
- package/dist/security.js.map +1 -0
- package/dist/server.d.ts +21 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/{server/node.js → server.js} +16 -2
- package/dist/server.js.map +1 -0
- package/dist/tiers.d.ts +1002 -0
- package/dist/tiers.d.ts.map +1 -0
- package/dist/tiers.js +2165 -0
- package/dist/tiers.js.map +1 -0
- package/dist/virtual.d.ts +641 -0
- package/dist/virtual.d.ts.map +1 -0
- package/dist/virtual.js +1285 -0
- package/dist/virtual.js.map +1 -0
- package/dist/virtualcpu.d.ts +316 -0
- package/dist/virtualcpu.d.ts.map +1 -0
- package/dist/virtualcpu.js +1180 -0
- package/dist/virtualcpu.js.map +1 -0
- package/dist/virtualgpu.d.ts +345 -0
- package/dist/virtualgpu.d.ts.map +1 -0
- package/dist/virtualgpu.js +1000 -0
- package/dist/virtualgpu.js.map +1 -0
- package/dist/virtualization.d.ts +607 -0
- package/dist/virtualization.d.ts.map +1 -0
- package/dist/virtualization.js +1187 -0
- package/dist/virtualization.js.map +1 -0
- package/dist/virtualmemory.d.ts +818 -0
- package/dist/virtualmemory.d.ts.map +1 -0
- package/dist/virtualmemory.js +1796 -0
- package/dist/virtualmemory.js.map +1 -0
- package/dist/webscrape.d.ts +720 -0
- package/dist/webscrape.d.ts.map +1 -0
- package/dist/webscrape.js +2697 -0
- package/dist/webscrape.js.map +1 -0
- package/docker.config +769 -0
- package/docs/CONVERSA.txt +1523 -0
- package/docs/alternatives.md +499 -0
- package/docs/architecture-1.8.19.md +76 -0
- package/docs/architecture-1.8.19.mmd +33 -0
- package/docs/architecture-1.8.19.png +0 -0
- package/docs/architecture.md +355 -0
- package/docs/brancharchive-2026-08-18.md +18 -0
- package/docs/browser.md +7 -0
- package/docs/consolidation.md +70 -0
- package/docs/e2ugh-engine.md +528 -0
- package/{dist/examples/localjob.js → docs/example-localjob.ts} +3 -3
- package/{dist/examples/publicapi.js → docs/example-publicapi.ts} +2 -2
- package/docs/hardware.md +342 -0
- package/docs/optimization.md +126 -0
- package/docs/performance.md +499 -0
- package/docs/planning.1.8.18.md +94 -0
- package/docs/planning.1.8.19.md +49 -0
- package/docs/releasenotes-1.8.19.md +35 -0
- package/docs/research-1.8.19-virtual-browser.md +27 -0
- package/docs/security.md +454 -0
- package/docs/todo-1.8.18.md +12 -0
- package/docs/todo-1.8.19.md +241 -0
- package/docs/viability.md +777 -0
- package/docs/virtualization.md +335 -0
- package/docs/web-duplicatecleanup.md +9 -0
- package/docs/web-ideas.md +106 -0
- package/docs/workflowimprovements-2026-08-19.md +70 -0
- package/gpumonitor.cpp +1543 -0
- package/gpus.json +2408 -0
- package/index.ts +1478 -0
- package/media.ts +1337 -0
- package/mttg.config +1549 -0
- package/orchestrator.ts +5462 -0
- package/package.json +304 -56
- package/passage.config +1331 -0
- package/performance.ts +1049 -0
- package/processors.json +2217 -0
- package/qemu.config +1062 -0
- package/qemubridge.py +1340 -0
- package/quantum.ts +2393 -0
- package/render.ts +1325 -0
- package/scheduler.ts +1600 -0
- package/security.ts +1449 -0
- package/tiers.ts +2871 -0
- package/tsconfig.json +29 -0
- package/virtualcpu.ts +1273 -0
- package/virtualgpu.ts +1181 -0
- package/virtualhardware.c +1011 -0
- package/virtualhardware.json +739 -0
- package/virtualization.ts +1628 -0
- package/virtualizationcore.cpp +4635 -0
- package/virtualmemory.ts +2303 -0
- package/vm.config.json +1910 -0
- package/{extension → web/extension}/manifest.json +1 -1
- package/web/readme.md +382 -0
- package/web/tsconfig.json +25 -0
- package/dist/adapters/forge.d.ts +0 -17
- package/dist/adapters/forge.d.ts.map +0 -1
- package/dist/adapters/forge.js +0 -19
- package/dist/adapters/forge.js.map +0 -1
- package/dist/adapters/forgejo.d.ts +0 -49
- package/dist/adapters/forgejo.d.ts.map +0 -1
- package/dist/adapters/forgejo.js +0 -8
- package/dist/adapters/forgejo.js.map +0 -1
- package/dist/adapters/github.d.ts +0 -12
- package/dist/adapters/github.d.ts.map +0 -1
- package/dist/adapters/github.js +0 -20
- package/dist/adapters/github.js.map +0 -1
- package/dist/adapters/gitlab.d.ts +0 -17
- package/dist/adapters/gitlab.d.ts.map +0 -1
- package/dist/adapters/gitlab.js +0 -10
- package/dist/adapters/gitlab.js.map +0 -1
- package/dist/adapters/huggingface.d.ts +0 -17
- package/dist/adapters/huggingface.d.ts.map +0 -1
- package/dist/adapters/huggingface.js +0 -6
- package/dist/adapters/huggingface.js.map +0 -1
- package/dist/adapters/socket.d.ts +0 -11
- package/dist/adapters/socket.d.ts.map +0 -1
- package/dist/adapters/socket.js +0 -17
- package/dist/adapters/socket.js.map +0 -1
- package/dist/adapters/transport.d.ts +0 -7
- package/dist/adapters/transport.d.ts.map +0 -1
- package/dist/adapters/transport.js +0 -36
- package/dist/adapters/transport.js.map +0 -1
- package/dist/ai/chunk.d.ts +0 -2
- package/dist/ai/chunk.d.ts.map +0 -1
- package/dist/ai/chunk.js +0 -36
- package/dist/ai/chunk.js.map +0 -1
- package/dist/ai/llmstxt.d.ts +0 -6
- package/dist/ai/llmstxt.d.ts.map +0 -1
- package/dist/ai/llmstxt.js +0 -12
- package/dist/ai/llmstxt.js.map +0 -1
- package/dist/ai/provenance.d.ts +0 -22
- package/dist/ai/provenance.d.ts.map +0 -1
- package/dist/ai/provenance.js +0 -25
- package/dist/ai/provenance.js.map +0 -1
- package/dist/ai/rag.d.ts +0 -26
- package/dist/ai/rag.d.ts.map +0 -1
- package/dist/ai/rag.js +0 -22
- package/dist/ai/rag.js.map +0 -1
- package/dist/ai/tokens.d.ts +0 -15
- package/dist/ai/tokens.d.ts.map +0 -1
- package/dist/ai/tokens.js +0 -9
- package/dist/ai/tokens.js.map +0 -1
- package/dist/api/auth.d.ts +0 -16
- package/dist/api/auth.d.ts.map +0 -1
- package/dist/api/auth.js +0 -19
- package/dist/api/auth.js.map +0 -1
- package/dist/api/contracts.d.ts +0 -28
- package/dist/api/contracts.d.ts.map +0 -1
- package/dist/api/contracts.js +0 -14
- package/dist/api/contracts.js.map +0 -1
- package/dist/api/control.d.ts +0 -10
- package/dist/api/control.d.ts.map +0 -1
- package/dist/api/control.js +0 -35
- package/dist/api/control.js.map +0 -1
- package/dist/api/http.d.ts +0 -7
- package/dist/api/http.d.ts.map +0 -1
- package/dist/api/http.js +0 -12
- package/dist/api/http.js.map +0 -1
- package/dist/api/rate.d.ts +0 -28
- package/dist/api/rate.d.ts.map +0 -1
- package/dist/api/rate.js +0 -36
- package/dist/api/rate.js.map +0 -1
- package/dist/api/security.d.ts +0 -12
- package/dist/api/security.d.ts.map +0 -1
- package/dist/api/security.js +0 -56
- package/dist/api/security.js.map +0 -1
- package/dist/api/service.d.ts +0 -5
- package/dist/api/service.d.ts.map +0 -1
- package/dist/api/service.js +0 -70
- package/dist/api/service.js.map +0 -1
- package/dist/apps/registry.d.ts +0 -33
- package/dist/apps/registry.d.ts.map +0 -1
- package/dist/apps/registry.js +0 -24
- package/dist/apps/registry.js.map +0 -1
- package/dist/binary/archive.d.ts +0 -27
- package/dist/binary/archive.d.ts.map +0 -1
- package/dist/binary/archive.js +0 -46
- package/dist/binary/archive.js.map +0 -1
- package/dist/binary/build.d.ts +0 -29
- package/dist/binary/build.d.ts.map +0 -1
- package/dist/binary/build.js +0 -17
- package/dist/binary/build.js.map +0 -1
- package/dist/binary/transform.d.ts +0 -70
- package/dist/binary/transform.d.ts.map +0 -1
- package/dist/binary/transform.js +0 -105
- package/dist/binary/transform.js.map +0 -1
- package/dist/bot/adapter.d.ts +0 -5
- package/dist/bot/adapter.d.ts.map +0 -1
- package/dist/bot/adapter.js +0 -11
- package/dist/bot/adapter.js.map +0 -1
- package/dist/bot/bot.d.ts +0 -28
- package/dist/bot/bot.d.ts.map +0 -1
- package/dist/bot/bot.js +0 -52
- package/dist/bot/bot.js.map +0 -1
- package/dist/bot/commands.d.ts +0 -8
- package/dist/bot/commands.d.ts.map +0 -1
- package/dist/bot/commands.js +0 -19
- package/dist/bot/commands.js.map +0 -1
- package/dist/bot/permissions.d.ts +0 -13
- package/dist/bot/permissions.d.ts.map +0 -1
- package/dist/bot/permissions.js +0 -16
- package/dist/bot/permissions.js.map +0 -1
- package/dist/browser/actions.d.ts +0 -33
- package/dist/browser/actions.d.ts.map +0 -1
- package/dist/browser/actions.js +0 -44
- package/dist/browser/actions.js.map +0 -1
- package/dist/browser/agent.d.ts +0 -21
- package/dist/browser/agent.d.ts.map +0 -1
- package/dist/browser/agent.js +0 -13
- package/dist/browser/agent.js.map +0 -1
- package/dist/browser/context.d.ts +0 -43
- package/dist/browser/context.d.ts.map +0 -1
- package/dist/browser/context.js +0 -54
- package/dist/browser/context.js.map +0 -1
- package/dist/browser/fingerprint.d.ts +0 -4
- package/dist/browser/fingerprint.d.ts.map +0 -1
- package/dist/browser/fingerprint.js +0 -12
- package/dist/browser/fingerprint.js.map +0 -1
- package/dist/browser/index.d.ts +0 -11
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -11
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/playwright.d.ts +0 -11
- package/dist/browser/playwright.d.ts.map +0 -1
- package/dist/browser/playwright.js +0 -24
- package/dist/browser/playwright.js.map +0 -1
- package/dist/browser/recorder.d.ts +0 -21
- package/dist/browser/recorder.d.ts.map +0 -1
- package/dist/browser/recorder.js +0 -58
- package/dist/browser/recorder.js.map +0 -1
- package/dist/browser/session.d.ts +0 -14
- package/dist/browser/session.d.ts.map +0 -1
- package/dist/browser/session.js +0 -21
- package/dist/browser/session.js.map +0 -1
- package/dist/browser/snapshot.d.ts +0 -69
- package/dist/browser/snapshot.d.ts.map +0 -1
- package/dist/browser/snapshot.js +0 -133
- package/dist/browser/snapshot.js.map +0 -1
- package/dist/captcha/contract.d.ts +0 -35
- package/dist/captcha/contract.d.ts.map +0 -1
- package/dist/captcha/contract.js +0 -17
- package/dist/captcha/contract.js.map +0 -1
- package/dist/captcha/evidence.d.ts +0 -10
- package/dist/captcha/evidence.d.ts.map +0 -1
- package/dist/captcha/evidence.js +0 -9
- package/dist/captcha/evidence.js.map +0 -1
- package/dist/captcha/guard.d.ts +0 -23
- package/dist/captcha/guard.d.ts.map +0 -1
- package/dist/captcha/guard.js +0 -12
- package/dist/captcha/guard.js.map +0 -1
- package/dist/cli/main.d.ts +0 -4
- package/dist/cli/main.d.ts.map +0 -1
- package/dist/cli/main.js +0 -46
- package/dist/cli/main.js.map +0 -1
- package/dist/core/errors.d.ts +0 -84
- package/dist/core/errors.d.ts.map +0 -1
- package/dist/core/errors.js +0 -54
- package/dist/core/errors.js.map +0 -1
- package/dist/core/events.d.ts +0 -9
- package/dist/core/events.d.ts.map +0 -1
- package/dist/core/events.js +0 -21
- package/dist/core/events.js.map +0 -1
- package/dist/core/hash.d.ts +0 -10
- package/dist/core/hash.d.ts.map +0 -1
- package/dist/core/hash.js +0 -82
- package/dist/core/hash.js.map +0 -1
- package/dist/core/ids.d.ts +0 -10
- package/dist/core/ids.d.ts.map +0 -1
- package/dist/core/ids.js +0 -15
- package/dist/core/ids.js.map +0 -1
- package/dist/delivery/manifest.d.ts +0 -35
- package/dist/delivery/manifest.d.ts.map +0 -1
- package/dist/delivery/manifest.js +0 -68
- package/dist/delivery/manifest.js.map +0 -1
- package/dist/deploy/index.d.ts +0 -6
- package/dist/deploy/index.d.ts.map +0 -1
- package/dist/deploy/index.js +0 -6
- package/dist/deploy/index.js.map +0 -1
- package/dist/dispatch/resumable.d.ts +0 -102
- package/dist/dispatch/resumable.d.ts.map +0 -1
- package/dist/dispatch/resumable.js +0 -64
- package/dist/dispatch/resumable.js.map +0 -1
- package/dist/dispatch/workflow.d.ts +0 -6
- package/dist/dispatch/workflow.d.ts.map +0 -1
- package/dist/dispatch/workflow.js +0 -37
- package/dist/dispatch/workflow.js.map +0 -1
- package/dist/domain/artifacts.d.ts +0 -12
- package/dist/domain/artifacts.d.ts.map +0 -1
- package/dist/domain/artifacts.js +0 -14
- package/dist/domain/artifacts.js.map +0 -1
- package/dist/domain/jobs.d.ts +0 -12
- package/dist/domain/jobs.d.ts.map +0 -1
- package/dist/domain/jobs.js +0 -20
- package/dist/domain/jobs.js.map +0 -1
- package/dist/domain/providers.d.ts +0 -10
- package/dist/domain/providers.d.ts.map +0 -1
- package/dist/domain/providers.js +0 -8
- package/dist/domain/providers.js.map +0 -1
- package/dist/domain/runtime.d.ts +0 -14
- package/dist/domain/runtime.d.ts.map +0 -1
- package/dist/domain/runtime.js +0 -10
- package/dist/domain/runtime.js.map +0 -1
- package/dist/domain/sessions.d.ts +0 -12
- package/dist/domain/sessions.d.ts.map +0 -1
- package/dist/domain/sessions.js +0 -57
- package/dist/domain/sessions.js.map +0 -1
- package/dist/examples/localjob.d.ts +0 -2
- package/dist/examples/localjob.d.ts.map +0 -1
- package/dist/examples/localjob.js.map +0 -1
- package/dist/examples/publicapi.d.ts +0 -2
- package/dist/examples/publicapi.d.ts.map +0 -1
- package/dist/examples/publicapi.js.map +0 -1
- package/dist/extension/build.d.ts +0 -9
- package/dist/extension/build.d.ts.map +0 -1
- package/dist/extension/build.js +0 -85
- package/dist/extension/build.js.map +0 -1
- package/dist/extension/content.d.ts +0 -6
- package/dist/extension/content.d.ts.map +0 -1
- package/dist/extension/content.js +0 -135
- package/dist/extension/content.js.map +0 -1
- package/dist/extension/index.d.ts +0 -7
- package/dist/extension/index.d.ts.map +0 -1
- package/dist/extension/index.js +0 -7
- package/dist/extension/index.js.map +0 -1
- package/dist/extension/pagebridge.d.ts +0 -6
- package/dist/extension/pagebridge.d.ts.map +0 -1
- package/dist/extension/pagebridge.js +0 -42
- package/dist/extension/pagebridge.js.map +0 -1
- package/dist/extension/permissions.d.ts +0 -26
- package/dist/extension/permissions.d.ts.map +0 -1
- package/dist/extension/permissions.js +0 -28
- package/dist/extension/permissions.js.map +0 -1
- package/dist/extension/popup.d.ts +0 -5
- package/dist/extension/popup.d.ts.map +0 -1
- package/dist/extension/popup.js +0 -26
- package/dist/extension/popup.js.map +0 -1
- package/dist/extension/protocol.d.ts +0 -58
- package/dist/extension/protocol.d.ts.map +0 -1
- package/dist/extension/protocol.js +0 -101
- package/dist/extension/protocol.js.map +0 -1
- package/dist/extension/serviceworker.d.ts +0 -25
- package/dist/extension/serviceworker.d.ts.map +0 -1
- package/dist/extension/serviceworker.js +0 -102
- package/dist/extension/serviceworker.js.map +0 -1
- package/dist/extension/worker.d.ts +0 -28
- package/dist/extension/worker.d.ts.map +0 -1
- package/dist/extension/worker.js +0 -22
- package/dist/extension/worker.js.map +0 -1
- package/dist/format/check.d.ts +0 -8
- package/dist/format/check.d.ts.map +0 -1
- package/dist/format/check.js +0 -38
- package/dist/format/check.js.map +0 -1
- package/dist/isolation/contracts.d.ts.map +0 -1
- package/dist/isolation/contracts.js.map +0 -1
- package/dist/library/public.d.ts.map +0 -1
- package/dist/library/public.js.map +0 -1
- package/dist/mcp/browser.d.ts +0 -9
- package/dist/mcp/browser.d.ts.map +0 -1
- package/dist/mcp/browser.js +0 -13
- package/dist/mcp/browser.js.map +0 -1
- package/dist/mcp/server.d.ts +0 -35
- package/dist/mcp/server.d.ts.map +0 -1
- package/dist/mcp/server.js +0 -40
- package/dist/mcp/server.js.map +0 -1
- package/dist/mcp/transport.d.ts +0 -7
- package/dist/mcp/transport.d.ts.map +0 -1
- package/dist/mcp/transport.js +0 -17
- package/dist/mcp/transport.js.map +0 -1
- package/dist/memory/bridge.d.ts +0 -14
- package/dist/memory/bridge.d.ts.map +0 -1
- package/dist/memory/bridge.js +0 -16
- package/dist/memory/bridge.js.map +0 -1
- package/dist/memory/engine.d.ts +0 -38
- package/dist/memory/engine.d.ts.map +0 -1
- package/dist/memory/engine.js +0 -109
- package/dist/memory/engine.js.map +0 -1
- package/dist/memory/modes.d.ts +0 -43
- package/dist/memory/modes.d.ts.map +0 -1
- package/dist/memory/modes.js +0 -66
- package/dist/memory/modes.js.map +0 -1
- package/dist/memory/objects.d.ts +0 -21
- package/dist/memory/objects.d.ts.map +0 -1
- package/dist/memory/objects.js +0 -20
- package/dist/memory/objects.js.map +0 -1
- package/dist/memory/planner.d.ts +0 -66
- package/dist/memory/planner.d.ts.map +0 -1
- package/dist/memory/planner.js +0 -108
- package/dist/memory/planner.js.map +0 -1
- package/dist/memory/targets.d.ts +0 -78
- package/dist/memory/targets.d.ts.map +0 -1
- package/dist/memory/targets.js +0 -29
- package/dist/memory/targets.js.map +0 -1
- package/dist/memory/transforms.d.ts +0 -19
- package/dist/memory/transforms.d.ts.map +0 -1
- package/dist/memory/transforms.js +0 -14
- package/dist/memory/transforms.js.map +0 -1
- package/dist/modes/matrix.d.ts +0 -23
- package/dist/modes/matrix.d.ts.map +0 -1
- package/dist/modes/matrix.js +0 -18
- package/dist/modes/matrix.js.map +0 -1
- package/dist/modes/modes.d.ts +0 -33
- package/dist/modes/modes.d.ts.map +0 -1
- package/dist/modes/modes.js +0 -15
- package/dist/modes/modes.js.map +0 -1
- package/dist/modes/resolve.d.ts +0 -96
- package/dist/modes/resolve.d.ts.map +0 -1
- package/dist/modes/resolve.js +0 -48
- package/dist/modes/resolve.js.map +0 -1
- package/dist/observability/metrics.d.ts +0 -14
- package/dist/observability/metrics.d.ts.map +0 -1
- package/dist/observability/metrics.js +0 -18
- package/dist/observability/metrics.js.map +0 -1
- package/dist/packager/manifest.d.ts +0 -66
- package/dist/packager/manifest.d.ts.map +0 -1
- package/dist/packager/manifest.js +0 -94
- package/dist/packager/manifest.js.map +0 -1
- package/dist/packager/publish.d.ts +0 -51
- package/dist/packager/publish.d.ts.map +0 -1
- package/dist/packager/publish.js +0 -18
- package/dist/packager/publish.js.map +0 -1
- package/dist/packager/targetcli.d.ts +0 -7
- package/dist/packager/targetcli.d.ts.map +0 -1
- package/dist/packager/targetcli.js.map +0 -1
- package/dist/persistence/adapter.d.ts +0 -5
- package/dist/persistence/adapter.d.ts.map +0 -1
- package/dist/persistence/adapter.js +0 -11
- package/dist/persistence/adapter.js.map +0 -1
- package/dist/persistence/drizzle.d.ts +0 -2
- package/dist/persistence/drizzle.d.ts.map +0 -1
- package/dist/persistence/drizzle.js +0 -12
- package/dist/persistence/drizzle.js.map +0 -1
- package/dist/persistence/memory.d.ts +0 -2
- package/dist/persistence/memory.d.ts.map +0 -1
- package/dist/persistence/memory.js +0 -27
- package/dist/persistence/memory.js.map +0 -1
- package/dist/persistence/migrations.d.ts +0 -19
- package/dist/persistence/migrations.d.ts.map +0 -1
- package/dist/persistence/migrations.js +0 -13
- package/dist/persistence/migrations.js.map +0 -1
- package/dist/persistence/prisma.d.ts +0 -2
- package/dist/persistence/prisma.d.ts.map +0 -1
- package/dist/persistence/prisma.js +0 -25
- package/dist/persistence/prisma.js.map +0 -1
- package/dist/persistence/schema.d.ts +0 -63
- package/dist/persistence/schema.d.ts.map +0 -1
- package/dist/persistence/schema.js +0 -28
- package/dist/persistence/schema.js.map +0 -1
- package/dist/persistence/sql.d.ts +0 -3
- package/dist/persistence/sql.d.ts.map +0 -1
- package/dist/persistence/sql.js +0 -37
- package/dist/persistence/sql.js.map +0 -1
- package/dist/protocol/blocks.d.ts +0 -10
- package/dist/protocol/blocks.d.ts.map +0 -1
- package/dist/protocol/blocks.js +0 -26
- package/dist/protocol/blocks.js.map +0 -1
- package/dist/protocol/json.d.ts +0 -6
- package/dist/protocol/json.d.ts.map +0 -1
- package/dist/protocol/json.js +0 -6
- package/dist/protocol/json.js.map +0 -1
- package/dist/protocol/ndjson.d.ts +0 -3
- package/dist/protocol/ndjson.d.ts.map +0 -1
- package/dist/protocol/ndjson.js +0 -20
- package/dist/protocol/ndjson.js.map +0 -1
- package/dist/protocol/sse.d.ts +0 -7
- package/dist/protocol/sse.d.ts.map +0 -1
- package/dist/protocol/sse.js +0 -25
- package/dist/protocol/sse.js.map +0 -1
- package/dist/proxy/pool.d.ts +0 -9
- package/dist/proxy/pool.d.ts.map +0 -1
- package/dist/proxy/pool.js +0 -27
- package/dist/proxy/pool.js.map +0 -1
- package/dist/queue/idempotency.d.ts +0 -10
- package/dist/queue/idempotency.d.ts.map +0 -1
- package/dist/queue/idempotency.js +0 -13
- package/dist/queue/idempotency.js.map +0 -1
- package/dist/queue/persistent.d.ts +0 -14
- package/dist/queue/persistent.d.ts.map +0 -1
- package/dist/queue/persistent.js +0 -66
- package/dist/queue/persistent.js.map +0 -1
- package/dist/queue/queue.d.ts +0 -7
- package/dist/queue/queue.d.ts.map +0 -1
- package/dist/queue/queue.js +0 -55
- package/dist/queue/queue.js.map +0 -1
- package/dist/queue/saga.d.ts +0 -5
- package/dist/queue/saga.d.ts.map +0 -1
- package/dist/queue/saga.js +0 -20
- package/dist/queue/saga.js.map +0 -1
- package/dist/release/assets.d.ts +0 -144
- package/dist/release/assets.d.ts.map +0 -1
- package/dist/release/assets.js +0 -157
- package/dist/release/assets.js.map +0 -1
- package/dist/release/evidence.d.ts +0 -92
- package/dist/release/evidence.d.ts.map +0 -1
- package/dist/release/evidence.js +0 -148
- package/dist/release/evidence.js.map +0 -1
- package/dist/release/verify.d.ts +0 -12
- package/dist/release/verify.d.ts.map +0 -1
- package/dist/release/verify.js +0 -112
- package/dist/release/verify.js.map +0 -1
- package/dist/runners/chain.d.ts +0 -125
- package/dist/runners/chain.d.ts.map +0 -1
- package/dist/runners/chain.js +0 -95
- package/dist/runners/chain.js.map +0 -1
- package/dist/runners/health.d.ts +0 -36
- package/dist/runners/health.d.ts.map +0 -1
- package/dist/runners/health.js +0 -26
- package/dist/runners/health.js.map +0 -1
- package/dist/runners/heartbeat.d.ts +0 -23
- package/dist/runners/heartbeat.d.ts.map +0 -1
- package/dist/runners/heartbeat.js +0 -29
- package/dist/runners/heartbeat.js.map +0 -1
- package/dist/runners/inprocess.d.ts +0 -17
- package/dist/runners/inprocess.d.ts.map +0 -1
- package/dist/runners/inprocess.js +0 -20
- package/dist/runners/inprocess.js.map +0 -1
- package/dist/runners/scheduler.d.ts +0 -5
- package/dist/runners/scheduler.d.ts.map +0 -1
- package/dist/runners/scheduler.js +0 -19
- package/dist/runners/scheduler.js.map +0 -1
- package/dist/runtime/abort.d.ts +0 -8
- package/dist/runtime/abort.d.ts.map +0 -1
- package/dist/runtime/abort.js +0 -13
- package/dist/runtime/abort.js.map +0 -1
- package/dist/runtime/compatibility.d.ts +0 -37
- package/dist/runtime/compatibility.d.ts.map +0 -1
- package/dist/runtime/compatibility.js +0 -10
- package/dist/runtime/compatibility.js.map +0 -1
- package/dist/runtime/detect.d.ts +0 -13
- package/dist/runtime/detect.d.ts.map +0 -1
- package/dist/runtime/detect.js +0 -18
- package/dist/runtime/detect.js.map +0 -1
- package/dist/runtime/engine.d.ts +0 -20
- package/dist/runtime/engine.d.ts.map +0 -1
- package/dist/runtime/engine.js +0 -61
- package/dist/runtime/engine.js.map +0 -1
- package/dist/runtime/retry.d.ts +0 -19
- package/dist/runtime/retry.d.ts.map +0 -1
- package/dist/runtime/retry.js +0 -54
- package/dist/runtime/retry.js.map +0 -1
- package/dist/runtime/worker.d.ts +0 -10
- package/dist/runtime/worker.d.ts.map +0 -1
- package/dist/runtime/worker.js +0 -25
- package/dist/runtime/worker.js.map +0 -1
- package/dist/scrape/cache.d.ts +0 -45
- package/dist/scrape/cache.d.ts.map +0 -1
- package/dist/scrape/cache.js +0 -45
- package/dist/scrape/cache.js.map +0 -1
- package/dist/scrape/crawl.d.ts +0 -47
- package/dist/scrape/crawl.d.ts.map +0 -1
- package/dist/scrape/crawl.js +0 -114
- package/dist/scrape/crawl.js.map +0 -1
- package/dist/scrape/extract.d.ts +0 -63
- package/dist/scrape/extract.d.ts.map +0 -1
- package/dist/scrape/extract.js +0 -47
- package/dist/scrape/extract.js.map +0 -1
- package/dist/scrape/normalize.d.ts +0 -52
- package/dist/scrape/normalize.d.ts.map +0 -1
- package/dist/scrape/normalize.js +0 -102
- package/dist/scrape/normalize.js.map +0 -1
- package/dist/scrape/robots.d.ts +0 -37
- package/dist/scrape/robots.d.ts.map +0 -1
- package/dist/scrape/robots.js +0 -71
- package/dist/scrape/robots.js.map +0 -1
- package/dist/scrape/schema.d.ts +0 -23
- package/dist/scrape/schema.d.ts.map +0 -1
- package/dist/scrape/schema.js +0 -92
- package/dist/scrape/schema.js.map +0 -1
- package/dist/scrape/scraper.d.ts +0 -6
- package/dist/scrape/scraper.d.ts.map +0 -1
- package/dist/scrape/scraper.js +0 -46
- package/dist/scrape/scraper.js.map +0 -1
- package/dist/scrape/semantic.d.ts +0 -25
- package/dist/scrape/semantic.d.ts.map +0 -1
- package/dist/scrape/semantic.js +0 -27
- package/dist/scrape/semantic.js.map +0 -1
- package/dist/server/node.d.ts +0 -7
- package/dist/server/node.d.ts.map +0 -1
- package/dist/server/node.js.map +0 -1
- package/dist/sessions/file.d.ts +0 -25
- package/dist/sessions/file.d.ts.map +0 -1
- package/dist/sessions/file.js +0 -13
- package/dist/sessions/file.js.map +0 -1
- package/dist/sessions/replay.d.ts +0 -9
- package/dist/sessions/replay.d.ts.map +0 -1
- package/dist/sessions/replay.js +0 -70
- package/dist/sessions/replay.js.map +0 -1
- package/dist/sessions/store.d.ts +0 -25
- package/dist/sessions/store.d.ts.map +0 -1
- package/dist/sessions/store.js +0 -13
- package/dist/sessions/store.js.map +0 -1
- package/dist/storage/adapter.d.ts +0 -5
- package/dist/storage/adapter.d.ts.map +0 -1
- package/dist/storage/adapter.js +0 -11
- package/dist/storage/adapter.js.map +0 -1
- package/dist/storage/cache.d.ts +0 -23
- package/dist/storage/cache.d.ts.map +0 -1
- package/dist/storage/cache.js +0 -79
- package/dist/storage/cache.js.map +0 -1
- package/dist/storage/checksum.d.ts +0 -3
- package/dist/storage/checksum.d.ts.map +0 -1
- package/dist/storage/checksum.js +0 -19
- package/dist/storage/checksum.js.map +0 -1
- package/dist/storage/chunked.d.ts +0 -21
- package/dist/storage/chunked.d.ts.map +0 -1
- package/dist/storage/chunked.js +0 -67
- package/dist/storage/chunked.js.map +0 -1
- package/dist/storage/content.d.ts +0 -24
- package/dist/storage/content.d.ts.map +0 -1
- package/dist/storage/content.js +0 -44
- package/dist/storage/content.js.map +0 -1
- package/dist/storage/filehosting.d.ts +0 -2
- package/dist/storage/filehosting.d.ts.map +0 -1
- package/dist/storage/filehosting.js +0 -24
- package/dist/storage/filehosting.js.map +0 -1
- package/dist/storage/githubcontents.d.ts +0 -2
- package/dist/storage/githubcontents.d.ts.map +0 -1
- package/dist/storage/githubcontents.js +0 -29
- package/dist/storage/githubcontents.js.map +0 -1
- package/dist/storage/index.d.ts +0 -12
- package/dist/storage/index.d.ts.map +0 -1
- package/dist/storage/index.js +0 -12
- package/dist/storage/index.js.map +0 -1
- package/dist/storage/local.d.ts +0 -2
- package/dist/storage/local.d.ts.map +0 -1
- package/dist/storage/local.js +0 -72
- package/dist/storage/local.js.map +0 -1
- package/dist/storage/memory.d.ts +0 -6
- package/dist/storage/memory.d.ts.map +0 -1
- package/dist/storage/memory.js +0 -36
- package/dist/storage/memory.js.map +0 -1
- package/dist/storage/pool.d.ts +0 -95
- package/dist/storage/pool.d.ts.map +0 -1
- package/dist/storage/pool.js +0 -202
- package/dist/storage/pool.js.map +0 -1
- package/dist/storage/s3compatible.d.ts +0 -3
- package/dist/storage/s3compatible.d.ts.map +0 -1
- package/dist/storage/s3compatible.js +0 -70
- package/dist/storage/s3compatible.js.map +0 -1
- package/dist/storage/sync.d.ts +0 -47
- package/dist/storage/sync.d.ts.map +0 -1
- package/dist/storage/sync.js +0 -75
- package/dist/storage/sync.js.map +0 -1
- package/dist/surfaces/adapters.d.ts +0 -97
- package/dist/surfaces/adapters.d.ts.map +0 -1
- package/dist/surfaces/adapters.js +0 -50
- package/dist/surfaces/adapters.js.map +0 -1
- package/dist/surfaces/controls.d.ts +0 -18
- package/dist/surfaces/controls.d.ts.map +0 -1
- package/dist/surfaces/controls.js +0 -45
- package/dist/surfaces/controls.js.map +0 -1
- package/dist/surfaces/manifest.d.ts +0 -68
- package/dist/surfaces/manifest.d.ts.map +0 -1
- package/dist/surfaces/manifest.js +0 -42
- package/dist/surfaces/manifest.js.map +0 -1
- package/dist/surfaces/n8n.d.ts +0 -25
- package/dist/surfaces/n8n.d.ts.map +0 -1
- package/dist/surfaces/n8n.js +0 -31
- package/dist/surfaces/n8n.js.map +0 -1
- package/dist/surfaces/operations.d.ts +0 -32
- package/dist/surfaces/operations.d.ts.map +0 -1
- package/dist/surfaces/operations.js +0 -53
- package/dist/surfaces/operations.js.map +0 -1
- package/dist/surfaces/requirements.d.ts +0 -29
- package/dist/surfaces/requirements.d.ts.map +0 -1
- package/dist/surfaces/requirements.js +0 -50
- package/dist/surfaces/requirements.js.map +0 -1
- package/dist/surfaces/targets.d.ts +0 -196
- package/dist/surfaces/targets.d.ts.map +0 -1
- package/dist/surfaces/targets.js +0 -27
- package/dist/surfaces/targets.js.map +0 -1
- package/dist/webhook/delivery.d.ts +0 -18
- package/dist/webhook/delivery.d.ts.map +0 -1
- package/dist/webhook/delivery.js +0 -36
- package/dist/webhook/delivery.js.map +0 -1
- package/dist/webhook/receiver.d.ts +0 -26
- package/dist/webhook/receiver.d.ts.map +0 -1
- package/dist/webhook/receiver.js +0 -24
- package/dist/webhook/receiver.js.map +0 -1
- package/dist/webhook/signature.d.ts +0 -3
- package/dist/webhook/signature.d.ts.map +0 -1
- package/dist/webhook/signature.js +0 -7
- package/dist/webhook/signature.js.map +0 -1
- package/dist/workflow/manifest.d.ts +0 -22
- package/dist/workflow/manifest.d.ts.map +0 -1
- package/dist/workflow/manifest.js +0 -21
- package/dist/workflow/manifest.js.map +0 -1
- package/dist/workflow/registry.d.ts +0 -7
- package/dist/workflow/registry.d.ts.map +0 -1
- package/dist/workflow/registry.js +0 -18
- package/dist/workflow/registry.js.map +0 -1
- package/dist/workflow/templates.d.ts +0 -6
- package/dist/workflow/templates.d.ts.map +0 -1
- package/dist/workflow/templates.js +0 -18
- package/dist/workflow/templates.js.map +0 -1
- package/dist/workflow/triggers.d.ts +0 -64
- package/dist/workflow/triggers.d.ts.map +0 -1
- package/dist/workflow/triggers.js +0 -99
- package/dist/workflow/triggers.js.map +0 -1
- /package/{extension/README.md → docs/extension.md} +0 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
# Saddle 1.8.19 implementation checklist
|
|
2
|
+
|
|
3
|
+
> This plan contains **1,000 individual actions**. It uses 100 unchecked work packages, each with ten ordered actions: **inspect, extract, classify, design, implement, test, boundary-test, review, document, and record**. A package is complete only when its corresponding evidence exists. The plan treats the user-supplied scope as product direction, not as proof that a remote browser, micro-VM, provider account, storage service, or hardware isolation already exists.
|
|
4
|
+
|
|
5
|
+
## Non-negotiable operating rules
|
|
6
|
+
|
|
7
|
+
| Rule | Requirement |
|
|
8
|
+
| --- | --- |
|
|
9
|
+
| User boundary | The root library and browser playground must not inspect, read, write, delete, upload, download, execute, or configure the user’s browser, local filesystem, local storage, installed software, process list, device, or credentials by default. |
|
|
10
|
+
| Virtuality | “Virtual” means a caller-owned remote or isolated adapter owns the process, storage and network effects. An in-memory object, a client-side cache or a JavaScript worker is not described as a VPS or micro-VM. |
|
|
11
|
+
| Browser engines | Chromium-family and Gecko-family support are declared through capability adapters. The library must not claim that one executable is simultaneously a Chromium and Firefox engine. |
|
|
12
|
+
| Saddle Browser | The custom browser is a product surface with a design system and portable shell plans; it becomes an isolated remote browser only when an operator supplies a verified runtime adapter. |
|
|
13
|
+
| Micro-VM | A micro-VM requires an operator-provided host, virtualization mechanism, images, resource limits, network policy and lifecycle evidence. The transport-neutral root only plans and evaluates those requirements. |
|
|
14
|
+
| Effects | Download, upload, browser navigation, binary execution, container start, database access, filesystem access, network dispatch and provider use remain explicit privileged effects. |
|
|
15
|
+
| Storage | Virtual storage remains adapter-owned durable state with bounded materialization, integrity evidence, retention policy and cleanup intent. It is never advertised as the user’s absent physical storage. |
|
|
16
|
+
| Release | Existing tags and published packages remain immutable. Artifact recovery may rerun a failed workflow only when its source revision is valid; otherwise it requires a new version. |
|
|
17
|
+
|
|
18
|
+
## 1. Scope, terminology, and requirement audit — actions 0001–0100
|
|
19
|
+
|
|
20
|
+
- [ ] **0001–0010.** Read the 1.8.18 README, conversations, planning records and release notes; extract every virtual execution, storage, browser, container, micro-VM and artifact requirement.
|
|
21
|
+
- [ ] **0011–0020.** Classify every extracted requirement as shipped, contract-ready, adapter-ready, research-only, deferred, infeasible, policy-rejected, or dependent on operator infrastructure.
|
|
22
|
+
- [ ] **0021–0030.** Define exact terms for virtual plan, virtual storage adapter, isolated runner, remote browser, container, micro-VM, browser engine, browser shell and custom browser product.
|
|
23
|
+
- [ ] **0031–0040.** Define prohibited marketing language for in-process memory, browser-only demonstration, client cache and non-isolated worker execution.
|
|
24
|
+
- [ ] **0041–0050.** Define evidence requirements for claims about host isolation, network isolation, storage isolation, browser isolation, process isolation and provider isolation.
|
|
25
|
+
- [ ] **0051–0060.** Define a capability matrix separating Chromium-family, Gecko-family, WebKit-family, custom-shell and remote-session capabilities.
|
|
26
|
+
- [ ] **0061–0070.** Define a decision matrix separating browser compatibility adapters from the Saddle Browser custom shell and from a remote browser session service.
|
|
27
|
+
- [ ] **0071–0080.** Define ownership boundaries for user, application integrator, adapter implementer, infrastructure operator, package maintainer and release workflow.
|
|
28
|
+
- [ ] **0081–0090.** Define the 1.8.19 non-goals: no stealth access, no local browser control, no implicit downloads, no hidden storage, no quota evasion and no provider account creation.
|
|
29
|
+
- [ ] **0091–0100.** Record the reconciled product direction and unresolved architectural choices in the 1.8.19 planning base.
|
|
30
|
+
|
|
31
|
+
## 2. Zero-touch virtual execution policy — actions 0101–0200
|
|
32
|
+
|
|
33
|
+
- [ ] **0101–0110.** Define default-deny requirements for local filesystem reads, writes, deletes, mounts, clipboard access and hardware device access.
|
|
34
|
+
- [ ] **0111–0120.** Define default-deny requirements for local browser sessions, cookies, profiles, extensions, tabs, downloads and history.
|
|
35
|
+
- [ ] **0121–0130.** Define default-deny requirements for local process start, binary execution, shell evaluation, package installation and native module loading.
|
|
36
|
+
- [ ] **0131–0140.** Define default-deny requirements for local network listeners, outbound requests, proxy selection, DNS changes and credential injection.
|
|
37
|
+
- [ ] **0141–0150.** Define explicit policy fields for remote-only execution, remote-only storage, remote-only browser and operator-approval requirements.
|
|
38
|
+
- [ ] **0151–0160.** Define consent correlation records that state which caller approved a privileged effect, for what adapter, target, duration and budget.
|
|
39
|
+
- [ ] **0161–0170.** Define structured denial receipts that state the blocked capability without leaking credentials, paths, browser state or host details.
|
|
40
|
+
- [ ] **0171–0180.** Define effect-free preview behavior for every virtual execution request in the browser playground.
|
|
41
|
+
- [ ] **0181–0190.** Define deterministic fixtures for user-device, local-browser, local-storage, local-process and unknown-target denials.
|
|
42
|
+
- [ ] **0191–0200.** Define tests proving that no default request invokes an adapter or reaches a host resource.
|
|
43
|
+
|
|
44
|
+
## 3. Virtual storage and bounded materialization — actions 0201–0300
|
|
45
|
+
|
|
46
|
+
- [ ] **0201–0210.** Define remote artifact references for content-addressed objects, provider objects, object-store keys and caller-owned streams.
|
|
47
|
+
- [ ] **0211–0220.** Define virtual storage capability receipts for read range, write, integrity, region, retention, encryption declaration and lifecycle status.
|
|
48
|
+
- [ ] **0221–0230.** Define bounded remote download plans that identify the adapter, byte cap, digest expectation, destination intent and expiry.
|
|
49
|
+
- [ ] **0231–0240.** Define remote upload plans that identify source references, content type, integrity policy, destination adapter and caller approval.
|
|
50
|
+
- [ ] **0241–0250.** Define zero-local-storage policy evaluation that denies plans whose adapter declares local host persistence or unbounded materialization.
|
|
51
|
+
- [ ] **0251–0260.** Define virtual cache contracts for freshness, content identity, retention intent, eviction intent and adapter ownership.
|
|
52
|
+
- [ ] **0261–0270.** Define virtual working-set plans that expose bounded bytes and ranges without claiming RAM, VRAM or disk conversion.
|
|
53
|
+
- [ ] **0271–0280.** Define artifact handoff records between storage, transform, runner and browser adapters with hashes and capability receipts.
|
|
54
|
+
- [ ] **0281–0290.** Define fake remote-storage adapters for deterministic tests that have no network, filesystem or provider effect.
|
|
55
|
+
- [ ] **0291–0300.** Define storage policy tests for malformed references, oversized transfers, missing integrity, local fallback and expired retention.
|
|
56
|
+
|
|
57
|
+
## 4. Virtual binary processing and container plans — actions 0301–0400
|
|
58
|
+
|
|
59
|
+
- [ ] **0301–0310.** Define virtual binary source references for durable remote artifacts, inline bounded metadata and caller-owned remote streams.
|
|
60
|
+
- [ ] **0311–0320.** Define binary inspection plans using declared metadata, magic bytes, digest and bounded sampling without execution.
|
|
61
|
+
- [ ] **0321–0330.** Define binary classification records for archive, executable, document, image, model, unknown and malformed artifacts.
|
|
62
|
+
- [ ] **0331–0340.** Define virtual transform plans for WASM, native process, OCI container, micro-VM and remote runner adapters.
|
|
63
|
+
- [ ] **0341–0350.** Define OCI image identity, immutable digest, platform, command, read-only inputs, writable-output policy and resource-limit requirements.
|
|
64
|
+
- [ ] **0351–0360.** Define container execution eligibility rules requiring a named operator adapter, explicit policy, approval, image evidence and output destination.
|
|
65
|
+
- [ ] **0361–0370.** Define container receipt records for isolation declaration, host identity redaction, timing, exit classification, output evidence and unknown state.
|
|
66
|
+
- [ ] **0371–0380.** Define virtual archive inspection and extraction plans that reject unsafe paths, symlinks, oversized entries and implicit local extraction.
|
|
67
|
+
- [ ] **0381–0390.** Define fake container adapters for deterministic acceptance, denial, receipt and unknown-state tests.
|
|
68
|
+
- [ ] **0391–0400.** Define security boundary tests proving the root never starts a container, executes bytes or chooses a cloud provider.
|
|
69
|
+
|
|
70
|
+
## 5. Micro-VM capability contracts — actions 0401–0500
|
|
71
|
+
|
|
72
|
+
- [ ] **0401–0410.** Define a micro-VM capability declaration for virtualization mechanism, architecture, kernel provenance, root image provenance and operator identity.
|
|
73
|
+
- [ ] **0411–0420.** Define micro-VM resource requirements for vCPU, memory, disk image, network policy, boot timeout, execution timeout and output limits.
|
|
74
|
+
- [ ] **0421–0430.** Define micro-VM lifecycle states for planned, policy-denied, approval-required, adapter-handoff, starting, observed, completed, failed and unknown.
|
|
75
|
+
- [ ] **0431–0440.** Define micro-VM network policy shapes for none, allowlist, proxy-only, service-mesh and operator-defined policy without implicit public access.
|
|
76
|
+
- [ ] **0441–0450.** Define micro-VM storage attachment plans that require read-only inputs, explicit writable destinations and cleanup intent.
|
|
77
|
+
- [ ] **0451–0460.** Define micro-VM browser payload plans that separate browser engine selection from the VM runtime selection.
|
|
78
|
+
- [ ] **0461–0470.** Define micro-VM evidence receipts for image digest, adapter version, limits, lifecycle events, browser session handoff and output artifacts.
|
|
79
|
+
- [ ] **0471–0480.** Define cancellation and lost-contact contracts that preserve unknown remote state and prohibit false cleanup claims.
|
|
80
|
+
- [ ] **0481–0490.** Define fake micro-VM adapters that simulate only serializable status transitions and never emulate hardware isolation.
|
|
81
|
+
- [ ] **0491–0500.** Define deterministic tests for micro-VM admission, denial, lifecycle validation, receipt evaluation and unknown-state behavior.
|
|
82
|
+
|
|
83
|
+
## 6. Browser engine compatibility model — actions 0501–0600
|
|
84
|
+
|
|
85
|
+
- [ ] **0501–0510.** Define browser-engine family identifiers for chromium, gecko, webkit and unknown engines without embedding vendor binaries.
|
|
86
|
+
- [ ] **0511–0520.** Define browser distribution identifiers for Chrome, Chromium, Edge, Brave, Vivaldi, Firefox, Tor Browser and operator-defined distributions.
|
|
87
|
+
- [ ] **0521–0530.** Define capability declarations for navigation, tab, frame, screenshot, download plan, upload plan, DevTools protocol, WebDriver and remote-display transport.
|
|
88
|
+
- [ ] **0531–0540.** Define compatibility evaluation that selects declared adapter capabilities rather than claiming binary or source-level engine fusion.
|
|
89
|
+
- [ ] **0541–0550.** Define browser-profile policies that reject access to user profiles, cookies, passwords, history, extensions and local browser data by default.
|
|
90
|
+
- [ ] **0551–0560.** Define remote-browser session requests with engine family, distribution preference, screen size, locale, network policy, storage policy and time budget.
|
|
91
|
+
- [ ] **0561–0570.** Define browser-session receipts with adapter identity, engine declaration, image reference, session lifecycle, allowed actions and evidence references.
|
|
92
|
+
- [ ] **0571–0580.** Define browser action request records for navigation, click, type, capture, download plan and upload plan with explicit approval boundaries.
|
|
93
|
+
- [ ] **0581–0590.** Define compatibility fixtures for Chromium-family, Gecko-family, unsupported distribution and missing-capability outcomes.
|
|
94
|
+
- [ ] **0591–0600.** Define deterministic tests proving engine preference never launches, downloads or controls a user browser.
|
|
95
|
+
|
|
96
|
+
## 7. Saddle Browser product surface — actions 0601–0700
|
|
97
|
+
|
|
98
|
+
- [ ] **0601–0610.** Define the Saddle Browser product charter as a custom interface and adapter-owning shell, distinct from an embedded engine claim.
|
|
99
|
+
- [ ] **0611–0620.** Define the Saddle Browser design system, visual identity, navigation model, virtual-session states and accessibility requirements.
|
|
100
|
+
- [ ] **0621–0630.** Define browser-shell plans for desktop, web, mobile and remote-session surfaces without adding generated `src` directories.
|
|
101
|
+
- [ ] **0631–0640.** Define a portable session manifest that can request a compatible engine adapter or the Saddle Browser shell presentation.
|
|
102
|
+
- [ ] **0641–0650.** Define navigation workspace models for virtual tabs, sessions, captures, evidence, storage references and policy status.
|
|
103
|
+
- [ ] **0651–0660.** Define isolated-download and upload presentation states that show plans, approvals, adapter ownership and denial reasons without touching user files.
|
|
104
|
+
- [ ] **0661–0670.** Define AI browser-assistance boundaries for proposed actions, evidence collection, request planning and no autonomous credential handling.
|
|
105
|
+
- [ ] **0671–0680.** Define remote display and shared-session capability requirements inspired by remote browser products without copying implementation claims.
|
|
106
|
+
- [ ] **0681–0690.** Define responsive playground pages that compare custom Saddle Browser shell, Chromium-compatible adapter and Gecko-compatible adapter capabilities.
|
|
107
|
+
- [ ] **0691–0700.** Define UI tests for safe fixture rendering, keyboard operation, denial display, adapter handoff display and no-effect browser interactions.
|
|
108
|
+
|
|
109
|
+
## 8. Neko-style remote browser integration research — actions 0701–0800
|
|
110
|
+
|
|
111
|
+
- [ ] **0701–0710.** Read Neko’s public architecture, session model, image configuration and WebRTC requirements as research data.
|
|
112
|
+
- [ ] **0711–0720.** Identify which Neko concepts are container orchestration, remote display, browser image selection, input transport and operator policy.
|
|
113
|
+
- [ ] **0721–0730.** Compare Neko-style browser containers with Chromium CDP, WebDriver, Playwright, Gecko Remote Protocol and custom remote-display adapters.
|
|
114
|
+
- [ ] **0731–0740.** Define a Saddle remote-browser adapter contract that can represent Neko-compatible services without importing or starting them in the root.
|
|
115
|
+
- [ ] **0741–0750.** Define configuration references for image, engine, profile policy, display transport, authentication, room/session policy and network limits.
|
|
116
|
+
- [ ] **0751–0760.** Define remote-browser lifecycle receipts for service endpoint redaction, session identity, capability evidence, time budget and cleanup intent.
|
|
117
|
+
- [ ] **0761–0770.** Define integration security requirements for authentication, room isolation, TLS termination, signaling, WebRTC and inbound input policy.
|
|
118
|
+
- [ ] **0771–0780.** Define adapter conformance fixtures that use in-memory declarations and no live Neko, container, browser or network service.
|
|
119
|
+
- [ ] **0781–0790.** Define research evidence records that distinguish a compatible adapter plan from an actual hosted Neko deployment.
|
|
120
|
+
- [ ] **0791–0800.** Define acceptance tests for engine selection, policy denial, session receipt validation and unsupported remote-display features.
|
|
121
|
+
|
|
122
|
+
## 9. Unified backend API and persistence contracts — actions 0801–0900
|
|
123
|
+
|
|
124
|
+
- [ ] **0801–0810.** Define internal API boundaries for gateway, policy, virtual storage, binary plan, micro-VM plan, browser plan, evidence and persistence.
|
|
125
|
+
- [ ] **0811–0820.** Define external API envelopes for create-plan, evaluate-policy, request-handoff, report-receipt and inspect-capabilities operations.
|
|
126
|
+
- [ ] **0821–0830.** Define API authentication and authorization as application-layer adapters with no client-side secret storage.
|
|
127
|
+
- [ ] **0831–0840.** Define optional Drizzle persistence adapter requirements for plans, approvals, receipts, artifacts, sessions, audits and retention intents.
|
|
128
|
+
- [ ] **0841–0850.** Define a storage-neutral persistence interface so database choice remains caller-owned and the root stays dependency-free.
|
|
129
|
+
- [ ] **0851–0860.** Define schema projections for virtual jobs, remote sessions, browser capability receipts, container receipts and micro-VM receipts.
|
|
130
|
+
- [ ] **0861–0870.** Define event protocol projections for JSON, NDJSON, SSE and MCP without an always-on service claim.
|
|
131
|
+
- [ ] **0871–0880.** Define redaction and serialization rules for URLs, endpoints, policies, storage references, credentials, logs and browser evidence.
|
|
132
|
+
- [ ] **0881–0890.** Define deterministic in-memory persistence fakes for contracts, tests and playground projections without a database server.
|
|
133
|
+
- [ ] **0891–0900.** Define tests for API shape, access denial, redaction, receipt immutability and persistence adapter absence.
|
|
134
|
+
|
|
135
|
+
## 10. Playground and public-site integration — actions 0901–1000
|
|
136
|
+
|
|
137
|
+
- [ ] **0901–0910.** Audit the single root-based `web/` site and preserve its shared navigation, base path, assets and no-`src` structure.
|
|
138
|
+
- [ ] **0911–0920.** Define a virtual control-plane playground flow for request, policy, storage plan, binary plan, runner plan, browser plan and receipt projection.
|
|
139
|
+
- [ ] **0921–0930.** Define a visible zero-touch mode that explicitly denies user browser, device, local file and local storage effects.
|
|
140
|
+
- [ ] **0931–0940.** Define remote-only mode controls that display required operator adapter, approval, infrastructure, cost and availability prerequisites.
|
|
141
|
+
- [ ] **0941–0950.** Define browser engine comparison panels for Chromium-family, Gecko-family, WebKit-family and custom Saddle Browser shell capabilities.
|
|
142
|
+
- [ ] **0951–0960.** Define virtual storage and binary processing visualizations that state bounded materialization and never promise invisible free compute.
|
|
143
|
+
- [ ] **0961–0970.** Define a micro-VM readiness view for image, policy, limits, network, storage and receipt prerequisites.
|
|
144
|
+
- [ ] **0971–0980.** Define integration guidance for library-only, application backend, remote runner and browser-service deployments with clear operator responsibility.
|
|
145
|
+
- [ ] **0981–0990.** Define GitHub Pages release behavior and future external-host portability requirements without adding provider-specific server functions.
|
|
146
|
+
- [ ] **0991–1000.** Define responsive, accessible, deterministic UI tests and static build checks for each virtual control-plane state.
|
|
147
|
+
|
|
148
|
+
## 11. Artifact recovery for immutable 1.8.18 — actions 1001–1100
|
|
149
|
+
|
|
150
|
+
- [ ] **1001–1010.** Inventory the release workflows, tag source revision, release asset list and failed artifact jobs for `v1.8.18`.
|
|
151
|
+
- [ ] **1011–1020.** Confirm whether each failed workflow checks out the immutable tag or the current main revision before any rerun request.
|
|
152
|
+
- [ ] **1021–1030.** Rerun only 1.8.18 jobs whose source revision contains a valid build path and whose retry cannot alter package publication semantics.
|
|
153
|
+
- [ ] **1031–1040.** Record mobile artifact rerun status, Android signing state, APK/AAB availability and exact failure reasons without manufacturing files.
|
|
154
|
+
- [ ] **1041–1050.** Record desktop artifact rerun status, per-platform matrix availability and exact failure reasons without manufacturing files.
|
|
155
|
+
- [ ] **1051–1060.** Record container artifact rerun status, platform manifest availability, image verification and exact failure reasons without false claims.
|
|
156
|
+
- [ ] **1061–1070.** Record extension, target-plan and checksum asset status against the public release attachment list.
|
|
157
|
+
- [ ] **1071–1080.** Decide whether immutable 1.8.18 can recover missing assets or requires a new patch version, based on source revision evidence.
|
|
158
|
+
- [ ] **1081–1090.** Update release documentation only with observed workflow outputs, attached assets and independently checked registry availability.
|
|
159
|
+
- [ ] **1091–1100.** Preserve the public release history, never retag published versions, never overwrite registries and never claim unavailable artifacts.
|
|
160
|
+
|
|
161
|
+
## 12. Security, quality, release, and deployment boundary — actions 1101–1200
|
|
162
|
+
|
|
163
|
+
- [ ] **1101–1110.** Threat-model remote storage, remote binary plans, container plans, micro-VM plans, browser sessions, WebRTC transport and session sharing.
|
|
164
|
+
- [ ] **1111–1120.** Define SSRF, DNS rebinding, private-target, image-provenance, archive-bomb, token-redaction and browser-input controls.
|
|
165
|
+
- [ ] **1121–1130.** Define virtual resource budgets for bytes, time, concurrency, bandwidth, browser sessions, remote storage and receipt retention.
|
|
166
|
+
- [ ] **1131–1140.** Define test matrices for no-adapter, local-adapter, unapproved-remote, approved-remote, expired approval and unknown remote outcomes.
|
|
167
|
+
- [ ] **1141–1150.** Run root build, active tests, legacy tests, formatting, package inspection, web checks, native checks and audit gates for each completed code block.
|
|
168
|
+
- [ ] **1151–1160.** Validate that all new public contracts are additive, TypeScript-first, dependency-free, serializable and adapter-owned.
|
|
169
|
+
- [ ] **1161–1170.** Validate that all new browser and storage claims distinguish planning, compatibility, remote operation and independently verified execution.
|
|
170
|
+
- [ ] **1171–1180.** Prepare a release checklist that aligns package, native, extension, crawler, iOS and release asset metadata only when a new version is approved.
|
|
171
|
+
- [ ] **1181–1190.** Keep GitHub Pages as the static deployment path; evaluate external hosts only with portable static output and no provider-specific server lock-in.
|
|
172
|
+
- [ ] **1191–1200.** Record the release decision, evidence matrix, known limitations, unresolved infrastructure choices and next contract selection.
|
|
173
|
+
|
|
174
|
+
## Evidence ledger
|
|
175
|
+
|
|
176
|
+
Every completed package must link its source material, design record, source path, test, boundary test, validation command, result, review state and disposition. The checklist intentionally keeps operational infrastructure separate from library plans: a host, container runtime, micro-VM platform, remote browser service, database and storage provider are never activated by this document or by the transport-neutral root.
|
|
177
|
+
|
|
178
|
+
## Execution ledger
|
|
179
|
+
|
|
180
|
+
- [x] **R001.** Created the 1,200-action 1.8.19 checklist before implementing the first contract.
|
|
181
|
+
- [x] **R002.** Recorded the Neko architecture review and its distinct image-matrix, WebRTC and explicit persistence lessons.
|
|
182
|
+
- [x] **R003.** Verified the `v1.8.18` release workflow inventory and confirmed that package registries and the container artifact had already completed.
|
|
183
|
+
- [x] **R004.** Rebuilt desktop and Android release assets from the corrected `main` workflow dispatch; the public release now contains 38 attached assets.
|
|
184
|
+
- [ ] **R005.** Configure caller-owned Apple distribution certificate, password, provisioning profile, keychain password and provisioning-profile name before attempting an iOS IPA.
|
|
185
|
+
- [x] **R006.** Added the serializable virtual-browser request, decision, handoff and receipt contracts with default-deny tests and no runtime adapter.
|
|
186
|
+
- [ ] **R007.** Extend virtual browser storage, remote display and micro-VM contracts after the next review gate.
|
|
187
|
+
|
|
188
|
+
## Documentation centralization ledger
|
|
189
|
+
|
|
190
|
+
- [x] **D001.** Inventory root-level Markdown and text documents, including package, workflow and link dependencies.
|
|
191
|
+
- [x] **D002.** Preserve only required root entrypoints for package publication, licensing and repository architecture.
|
|
192
|
+
- [x] **D003.** Move eligible planning, research, operations and consolidation documents into `docs/`.
|
|
193
|
+
- [x] **D004.** Update all repository-relative links, workflow references and package metadata affected by the move.
|
|
194
|
+
- [x] **D005.** Validate the repository documentation map and commit the centralization change.
|
|
195
|
+
|
|
196
|
+
## Branch and pull request archive ledger
|
|
197
|
+
|
|
198
|
+
- [x] **B001.** Inventory every open or closed pull request and every remote branch other than `main`.
|
|
199
|
+
- [x] **B002.** Capture immutable commit references and create recovery tags for each non-main branch.
|
|
200
|
+
- [x] **B003.** Close pull requests only after their branch head is represented by a recovery tag.
|
|
201
|
+
- [x] **B004.** Delete every remote branch other than `main` after closing its associated pull request.
|
|
202
|
+
- [x] **B005.** Verify that `main` is the only remaining branch and publish the archival manifest in the cleanup commit.
|
|
203
|
+
|
|
204
|
+
## Workflow improvement audit ledger
|
|
205
|
+
|
|
206
|
+
- [x] **W001.** Inventory every tracked workflow, reusable action and trigger in the repository.
|
|
207
|
+
- [x] **W002.** Classify current coverage across CI, security, releases, deployment, maintenance and automation.
|
|
208
|
+
- [x] **W003.** Compare the current set with the official workflow categories supplied by the user.
|
|
209
|
+
- [x] **W004.** Identify duplicate, overlapping, inactive and missing controls with their operating costs.
|
|
210
|
+
- [x] **W005.** Evaluate candidate workflows against the no-secret-in-source, tag-derived-release and minimal-cache policies.
|
|
211
|
+
- [x] **W006.** Implement only low-risk workflow improvements with deterministic validation and no new external credentials.
|
|
212
|
+
- [x] **W007.** Publish a workflow-improvement assessment with evidence, trade-offs, deferred work and operating requirements.
|
|
213
|
+
|
|
214
|
+
## Architecture reorganization ledger
|
|
215
|
+
|
|
216
|
+
- [x] **A001.** Inventory root modules, mode folders, public exports, build entrypoints and generated-output boundaries.
|
|
217
|
+
- [x] **A002.** Build an import and export dependency map before moving any implementation file.
|
|
218
|
+
- [x] **A003.** Define the 20 correlated logic domains and assign every owned module to one primary domain.
|
|
219
|
+
- [x] **A004.** Record compatibility boundaries for package exports, CLI commands, extension entrypoints, workflows and native build metadata.
|
|
220
|
+
- [x] **A005.** Consolidate public API and contract logic without changing published function names or serializable shapes.
|
|
221
|
+
- [ ] **A006.** Consolidate virtual isolation, policy, approval, handoff and evidence logic without privileged effects.
|
|
222
|
+
- [ ] **A007.** Consolidate browser, virtual-browser, session and agent-facing logic into one browser domain.
|
|
223
|
+
- [ ] **A008.** Consolidate storage, memory, working-set, cache and materialization planning into one memory domain.
|
|
224
|
+
- [ ] **A009.** Consolidate binary inspection, transformation, packaging and artifact derivation into one binary domain.
|
|
225
|
+
- [x] **A010.** Consolidate runner, runtime, remote-execution plan and mode-selection logic into one execution domain.
|
|
226
|
+
- [x] **A011.** Consolidate scrape, crawl, request, content and protocol logic into one acquisition domain.
|
|
227
|
+
- [ ] **A012.** Consolidate release evidence, readiness, assets, registry and publication validation into one release domain.
|
|
228
|
+
- [ ] **A013.** Consolidate CLI commands, parsing, presentation and command fixtures into one command domain.
|
|
229
|
+
- [ ] **A014.** Consolidate web pages, components, styles, route composition and static-build boundaries into one web domain.
|
|
230
|
+
- [ ] **A015.** Align desktop, Android, iOS and extension mode folders with flat root-first ownership and shared library contracts.
|
|
231
|
+
- [ ] **A016.** Consolidate tests, deterministic fixtures, validation scripts and architecture assertions by the same domains.
|
|
232
|
+
- [x] **A017.** Update internal imports, package subpaths, workflow paths and documentation references after each domain move.
|
|
233
|
+
- [x] **A018.** Publish an architecture map and organization diagram that names the 20 domains and their allowed dependency direction.
|
|
234
|
+
- [x] **A019.** Run full engine, legacy, package, web, native, format and security gates after the final move set.
|
|
235
|
+
- [x] **A020.** Bump all active product manifests to 1.8.19, document the reorganization and prepare the release only after all gates pass.
|
|
236
|
+
|
|
237
|
+
### Architecture-reorganization evidence
|
|
238
|
+
|
|
239
|
+
The 1.8.19 source reorganization completed without removing logic. The public root now routes through domain façades, while correlated implementation moved into `core/`, `runtime/`, `api/`, `adapters/`, `automation/`, `packager/`, `scrape/` and `modes/`. Explicit package subpaths were redirected to their new compiled targets, and Node-only server and filesystem adapters remain outside the transport-neutral root graph.
|
|
240
|
+
|
|
241
|
+
The versioned validation pass completed with 140 active tests, 69 legacy tests, package-export import coverage, web type checking and production build, flat-native validation, formatting, npm package dry-run, diff integrity checking, and a production dependency audit reporting no vulnerabilities. The web bundler reported a non-blocking JavaScript chunk-size advisory; no gate failed. The result is publication-ready source evidence only: no tag, registry publication, signing, browser session, provider or remote execution was performed by this reorganization.
|