@wenathlan/saddle 1.8.17 → 2.0.2
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 +1339 -0
- package/README.md +68 -22
- 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 -122
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1018 -122
- 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.d.ts +129 -0
- package/dist/isolation.d.ts.map +1 -0
- package/dist/isolation.js +96 -0
- 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/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/artifactavailability.md +6 -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.17.md +6 -0
- package/docs/releasenotes-1.8.18.md +32 -0
- package/docs/releasenotes-1.8.19.md +35 -0
- package/docs/research-1.8.18-isolation.md +43 -0
- package/docs/research-1.8.19-virtual-browser.md +27 -0
- package/docs/saddle.archive.1.8.17.tar.gz.gpg +0 -0
- package/docs/security.md +454 -0
- package/docs/todo-1.8.16.md +56 -1
- package/docs/todo-1.8.18.md +164 -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 -55
- 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/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 +0 -22
- 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/docs/logs/.gitkeep +0 -0
- package/docs/plans/00.index.md +0 -50
- package/docs/plans/01.architecture.md +0 -86
- package/docs/plans/02.research.computer.use.md +0 -58
- package/docs/plans/03.research.captcha.bypass.md +0 -68
- package/docs/plans/04.research.sandbox.ai.md +0 -52
- package/docs/plans/05.capture.platform.md +0 -57
- package/docs/plans/06.dependencies.md +0 -97
- package/docs/plans/07.captcha.test.page.md +0 -41
- package/docs/plans/08.production.infra.md +0 -70
- package/docs/plans/09.database.schema.md +0 -121
- package/docs/plans/10.cloudinary.storage.md +0 -57
- package/docs/plans/11.movement.logs.json.md +0 -72
- package/docs/plans/12.research.atlas.agent.browser.md +0 -79
- package/docs/plans/13.research.anti.detection.md +0 -898
- package/docs/plans/14.research.proxy.md +0 -1495
- package/docs/plans/15.research.retry.rate.limit.md +0 -1958
- package/docs/plans/16.research.crawling.md +0 -1417
- package/docs/plans/17.research.caching.md +0 -1610
- package/docs/plans/18.research.content.extraction.md +0 -1952
- package/docs/plans/19.research.errors.events.md +0 -1523
- package/docs/plans/20.research.zod.validation.md +0 -1350
- package/docs/plans/21.research.batch.concurrency.md +0 -1888
- package/docs/plans/22.research.universal.runtime.md +0 -944
- package/docs/plans/23.research.ai.integration.md +0 -1465
- package/docs/plans/24.research.memory.persistence.md +0 -1979
- package/docs/plans/25.research.server.api.md +0 -342
- package/docs/plans/26.research.compilation.md +0 -249
- package/docs/plans/27.research.html.parsing.md +0 -251
- package/docs/plans/28.action.plan.md +0 -50
- package/docs/plans/29.api.reference.md +0 -174
- package/docs/plans/30.architecture.plan.md +0 -94
- package/docs/plans/31.auditoria.dados.md +0 -163
- package/docs/plans/32.bots.automacao.computacional.md +0 -214
- package/docs/plans/33.bots.codigo.revisao.md +0 -220
- package/docs/plans/34.bots.seguranca.cicd.md +0 -366
- package/docs/plans/35.comparativo.concorrencia.md +0 -464
- package/docs/plans/36.computational.memory.md +0 -340
- package/docs/plans/37.deploystrategy.md +0 -394
- package/docs/plans/38.flow.md +0 -155
- package/docs/plans/39.multi.platform.bot.md +0 -252
- package/docs/plans/40.npm.publish.md +0 -250
- package/docs/plans/41.o.que.falta.md +0 -407
- package/docs/plans/42.pesquisa.concorrencia.md +0 -721
- package/docs/plans/43.plan.universal.architecture.md +0 -496
- package/docs/plans/44.reference.md +0 -100
- package/docs/plans/45.robotarchitecture.md +0 -237
- package/docs/plans/46.scdnintegration.md +0 -284
- package/docs/plans/47.multiforge.readme.md +0 -129
- package/docs/plans/48.theory.v4.repo.os.md +0 -152
- package/docs/plans/49.third.party.infra.md +0 -12
- package/docs/plans/50.file.as.compute.md +0 -39
- package/docs/plans/51.architecture.virtual.processor.md +0 -80
- package/docs/plans/52.manifesto.v8.md +0 -11
- package/docs/plans/58.cdn.list.md +0 -23
- package/docs/plans/59.sql.frameworks.md +0 -33
- package/docs/plans/60.sql.thirdparty.md +0 -26
- package/docs/plans/61.objective.multiforge.md +0 -63
- package/docs/plans/62.huggingface.upload.md +0 -26
- package/docs/plans/63.kaggle.upload.md +0 -24
- package/docs/plans/64.npm.storage.md +0 -30
- package/docs/plans/65.rclone.terabox.md +0 -32
- package/docs/plans/66.buckets.and.models.todo.md +0 -14
- package/docs/plans/67.database.todo.md +0 -13
- package/docs/plans/68.deploy.packages.todo.md +0 -12
- package/docs/plans/69.report.human.operator.md +0 -133
- package/docs/plans/70.report.brain2qwerty.ems.md +0 -135
- package/docs/plans/71.report.hd.infinito.vram.md +0 -155
- package/docs/plans/72.plan.hd.infinito.node.md +0 -146
- package/docs/plans/73.plan.scifi.repos.md +0 -125
- package/docs/plans/74.000.manifesto.v8.flat.2..md +0 -11
- package/docs/plans/README.md +0 -489
- package/docs/plans/aggregate_platforms.mjs +0 -146
- package/docs/plans/examplesession.json +0 -36
- package/docs/plans/missing-facts.md +0 -192
- package/docs/plans/models.md +0 -64
- package/docs/plans/organize.cjs +0 -270
- package/docs/plans/platforms.md +0 -2887
- package/docs/plans/sites.md +0 -31322
- package/docs/sources/farm.py +0 -117
- package/docs/sources/html/saddle1.html +0 -132
- package/docs/sources/html/saddle2.html +0 -157
- package/docs/sources/html/saddle3.html +0 -119
- package/docs/sources/html/saddle4.html +0 -144
- package/docs/sources/html/saddle5.html +0 -72
- package/docs/sources/html/saddle6.html +0 -171
- package/docs/sources/html/saddle7.html +0 -236
- package/docs/sources/saddle.ts +0 -74
- package/docs/sources/schema.prisma +0 -88
- package/docs/sources/script.sh +0 -64
- package/docs/sources/workflows.yml +0 -458
- package/docs/talks1/_body.txt +0 -14
- package/docs/talks1/_index.md +0 -15
- package/docs/talks1/_screenshot.png +0 -0
- package/docs/talks1/assistant-01.md +0 -5
- package/docs/talks1/assistant-02.md +0 -5
- package/docs/talks1/assistant-03.md +0 -531
- package/docs/talks1/assistant-04.md +0 -26
- package/docs/talks1/assistant-05.md +0 -774
- package/docs/talks1/assistant-06.md +0 -1718
- package/docs/talks1/scrape-share.cjs +0 -185
- package/docs/talks1/scrape-share.ts +0 -183
- package/docs/talks1/user-01.md +0 -3
- package/docs/talks1/user-02.md +0 -3
- package/docs/talks1/user-03.md +0 -88
- package/docs/talks1/user-04.md +0 -3
- package/docs/talks1/user-05.md +0 -3
- package/docs/talks1/user-06.md +0 -88
- package/docs/talks1/user-07.md +0 -88
- package/docs/talks2/_body.txt +0 -14
- package/docs/talks2/_index.md +0 -16
- package/docs/talks2/_screenshot.png +0 -0
- package/docs/talks2/assistant-01.md +0 -5
- package/docs/talks2/assistant-02.md +0 -5
- package/docs/talks2/assistant-03.md +0 -424
- package/docs/talks2/assistant-04.md +0 -598
- package/docs/talks2/assistant-05.md +0 -1280
- package/docs/talks2/assistant-06.md +0 -1227
- package/docs/talks2/assistant-07.md +0 -1252
- package/docs/talks2/user-01.md +0 -3
- package/docs/talks2/user-02.md +0 -3
- package/docs/talks2/user-03.md +0 -88
- package/docs/talks2/user-04.md +0 -88
- package/docs/talks2/user-05.md +0 -88
- package/docs/talks2/user-06.md +0 -88
- package/docs/talks2/user-07.md +0 -3
- package/docs/talks3/_body.txt +0 -467
- package/docs/talks3/_index.md +0 -10
- package/docs/talks3/_screenshot.png +0 -0
- package/docs/talks3/assistant-01.md +0 -417
- package/docs/talks3/assistant-02.md +0 -417
- package/docs/talks3/assistant-03.md +0 -29
- package/docs/talks3/assistant-04.md +0 -727
- package/docs/talks3/user-01.md +0 -88
- package/docs/talks3/user-02.md +0 -88
- package/docs/talks3/user-03.md +0 -3
- package/docs/talks3/user-04.md +0 -3
- package/docs/talks4/_body.txt +0 -14
- package/docs/talks4/_index.md +0 -12
- package/docs/talks4/_screenshot.png +0 -0
- package/docs/talks4/assistant-01.md +0 -5
- package/docs/talks4/assistant-02.md +0 -5
- package/docs/talks4/assistant-03.md +0 -35
- package/docs/talks4/assistant-04.md +0 -512
- package/docs/talks4/assistant-05.md +0 -599
- package/docs/talks4/user-01.md +0 -3
- package/docs/talks4/user-02.md +0 -3
- package/docs/talks4/user-03.md +0 -88
- package/docs/talks4/user-04.md +0 -88
- package/docs/talks4/user-05.md +0 -7
- package/docs/talks5/_body.txt +0 -14
- package/docs/talks5/_index.md +0 -13
- package/docs/talks5/_screenshot.png +0 -0
- package/docs/talks5/assistant-01.md +0 -5
- package/docs/talks5/assistant-02.md +0 -5
- package/docs/talks5/assistant-03.md +0 -690
- package/docs/talks5/assistant-04.md +0 -758
- package/docs/talks5/assistant-05.md +0 -974
- package/docs/talks5/user-01.md +0 -3
- package/docs/talks5/user-02.md +0 -3
- package/docs/talks5/user-03.md +0 -105
- package/docs/talks5/user-04.md +0 -105
- package/docs/talks5/user-05.md +0 -63
- package/docs/talks5/user-06.md +0 -105
- package/docs/talks6/_body.txt +0 -14
- package/docs/talks6/_index.md +0 -9
- package/docs/talks6/_screenshot.png +0 -0
- package/docs/talks6/assistant-01.md +0 -5
- package/docs/talks6/assistant-02.md +0 -5
- package/docs/talks6/assistant-03.md +0 -1499
- package/docs/talks6/user-01.md +0 -3
- package/docs/talks6/user-02.md +0 -3
- package/docs/talks6/user-03.md +0 -88
- package/docs/talks6/user-04.md +0 -88
- package/docs/talks7/_body.txt +0 -14
- package/docs/talks7/_index.md +0 -10
- package/docs/talks7/_screenshot.png +0 -0
- package/docs/talks7/assistant-01.md +0 -5
- package/docs/talks7/assistant-02.md +0 -5
- package/docs/talks7/assistant-03.md +0 -523
- package/docs/talks7/assistant-04.md +0 -617
- package/docs/talks7/user-01.md +0 -3
- package/docs/talks7/user-02.md +0 -3
- package/docs/talks7/user-03.md +0 -105
- package/docs/talks7/user-04.md +0 -67
- package/docs/talks8/conversa1.txt +0 -1322
- package/docs/talks8/conversa2.txt +0 -237
- package/docs/talks9/Beyond the Obvious_ 50 Plataformas Auto-Hospedadas de Forja de C/303/263digo para Al/303/251m de Gitea e GitLab.md" +0 -174
- package/docs/talks9/De NPM a Multi-Linguagem_ Uma Arquitetura T/303/251cnica para a Execu/303/247/303/243o Integrada de C/303/263digo no Ecossistema Node.js.md" +0 -59
- package/docs/talks9/De NPM a VMs Virtuais_ Uma An/303/241lise Arquitet/303/264nica para a Realiza/303/247/303/243o do Ciclo de Vida do Projeto SADDLE.md" +0 -91
- package/docs/talks9/Mapeamento da Engrenagem Computacional_ Uma Arquitetura para Execu/303/247/303/243o Isolada e Persist/303/252ncia em Ambientes Distribu/303/255dos.md" +0 -116
- package/docs/talks9/O Cen/303/241rio Pr/303/241tico do SADDLE_ Uma An/303/241lise de Viabilidade e Modelo de Ciclo de Vida Integrado.md" +0 -128
- package/docs/talks9/README (2).md +0 -489
- package/docs/talks9/README.md +0 -198
- package/docs/talks9/Viabilidade do Saddle_ Uma An/303/241lise T/303/251cnica da Transforma/303/247/303/243o de Armazenamento Remoto em Mem/303/263ria Computacional.md" +0 -80
- package/docs/talks9/conversa.txt +0 -544
- package/docs/talks9/other (2).md +0 -39
- package/docs/talks9/other.md +0 -57
- package/docs/talks9/outro.txt +0 -24
- /package/{extension/README.md → docs/extension.md} +0 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# Saddle 1.8.18 — isolated execution and binary-processing plan
|
|
2
|
+
|
|
3
|
+
> This plan contains **920 individual actions**. It uses 92 unchecked work packages, each with ten ordered actions: **inspect, extract, classify, design, implement, test, boundary-test, review, document, and record**. The ten actions apply to the exact subject named by each work package; a package may be marked complete only after all ten actions have evidence.
|
|
4
|
+
|
|
5
|
+
## Completion guardrails
|
|
6
|
+
|
|
7
|
+
| Rule | Requirement |
|
|
8
|
+
| --- | --- |
|
|
9
|
+
| Truthfulness | A contract may describe, plan, validate, or invoke isolation. It must not claim to provide a VPS, micro-VM, browser isolation, persistent database, GPU, signing, or a remote service unless the caller supplies and verifies the corresponding adapter. |
|
|
10
|
+
| Isolation | Untrusted bytes are never executed by the transport-neutral root. Execution requires a caller-owned isolated-runner adapter and an explicit policy. |
|
|
11
|
+
| Storage | Remote storage is durable state, not literal RAM or VRAM. Materialization remains bounded, measurable, and caller-owned. |
|
|
12
|
+
| Effects | Network, browser, container, filesystem, database, credentials, dispatch, retention, and deletion remain explicit privileged effects. |
|
|
13
|
+
| Compatibility | New contracts are additive, TypeScript-first, dependency-free, serializable, root-first, and use deterministic tests. |
|
|
14
|
+
| Publishing | Release work begins only after all gates pass and every version-bearing manifest agrees on `1.8.18`. |
|
|
15
|
+
|
|
16
|
+
## 1. Scope source audit — actions 001–100
|
|
17
|
+
|
|
18
|
+
- [ ] **001–010.** Read README source lines 001–200; extract architecture, mode, and naming requirements.
|
|
19
|
+
- [ ] **011–020.** Read README source lines 201–400; extract execution, binary, and isolation requirements.
|
|
20
|
+
- [ ] **021–030.** Read README source lines 401–600; extract storage, memory, and provider assertions.
|
|
21
|
+
- [ ] **031–040.** Read README source lines 601–800; extract runner, workflow, and deployment assertions.
|
|
22
|
+
- [ ] **041–050.** Read README source lines 801–1000; extract agent, browser, scrape, and bot assertions.
|
|
23
|
+
- [ ] **051–060.** Read README source lines 1001–1200; extract protocol, database, and API assertions.
|
|
24
|
+
- [ ] **061–070.** Read README source lines 1201–1400; extract package, native, and extension assertions.
|
|
25
|
+
- [ ] **071–080.** Read README source lines 1401–1600; extract web, playground, and UI assertions.
|
|
26
|
+
- [ ] **081–090.** Read README source lines 1601–1848; extract release, quality, and governance assertions.
|
|
27
|
+
- [ ] **091–100.** Compare the extracted source claims with current 1.8.17 code, tests, manifests, and shipped artifacts.
|
|
28
|
+
|
|
29
|
+
## 2. Feasibility, terminology, and capability evidence — actions 101–200
|
|
30
|
+
|
|
31
|
+
- [ ] **101–110.** Classify every source claim as shipped, adapter-ready, research-only, deferred, infeasible, or policy-rejected.
|
|
32
|
+
- [ ] **111–120.** Define precise vocabulary for process plan, isolated execution, sandbox adapter, container adapter, micro-VM adapter, and remote runner.
|
|
33
|
+
- [ ] **121–130.** Define precise vocabulary for durable storage, working set, cache, mmap, tmpfs, memory pressure, and materialization.
|
|
34
|
+
- [ ] **131–140.** Define precise vocabulary for binary inspection, binary transform, binary execution, binary artifact, and binary provenance.
|
|
35
|
+
- [ ] **141–150.** Define precise vocabulary for browser transport, browser session, browser isolation, browser action, and browser evidence.
|
|
36
|
+
- [ ] **151–160.** Define precise vocabulary for edge processing, third-party runner, provider chain, job lease, and artifact boundary.
|
|
37
|
+
- [ ] **161–170.** Define a claim-evidence schema that distinguishes declared capability from verified capability and observed result.
|
|
38
|
+
- [ ] **171–180.** Define a capability receipt schema for platform, architecture, isolation mechanism, limits, and adapter identity.
|
|
39
|
+
- [ ] **181–190.** Define a policy vocabulary for allowed, denied, approval-required, unknown, expired, and unsupported execution requests.
|
|
40
|
+
- [ ] **191–200.** Document the non-goals: no false VPS, no hidden credentials, no arbitrary code execution in the root, and no quota evasion.
|
|
41
|
+
|
|
42
|
+
## 3. Execution-policy contracts — actions 201–300
|
|
43
|
+
|
|
44
|
+
- [ ] **201–210.** Design the serializable execution-request contract with input reference, target, policy, and artifact destination.
|
|
45
|
+
- [ ] **211–220.** Design the serializable execution-policy contract with network, filesystem, process, time, memory, and output limits.
|
|
46
|
+
- [ ] **221–230.** Design the serializable execution-plan contract that separates planning from privileged execution.
|
|
47
|
+
- [ ] **231–240.** Design the serializable execution-receipt contract for adapter identity, limits, timings, exit classification, and artifacts.
|
|
48
|
+
- [ ] **241–250.** Design the serializable execution-evidence contract for hashes, logs, retention intent, and verification state.
|
|
49
|
+
- [ ] **251–260.** Design the isolated-runner adapter interface without importing Docker, Firecracker, Playwright, or provider SDKs in the root.
|
|
50
|
+
- [ ] **261–270.** Design the cancellation and unknown-remote-state contract with no false rollback claims.
|
|
51
|
+
- [ ] **271–280.** Design the admission-control contract for queue budget, concurrency budget, working-set budget, and execution quota.
|
|
52
|
+
- [ ] **281–290.** Design the explicit approval token and consent correlation contract for privileged execution requests.
|
|
53
|
+
- [ ] **291–300.** Design deterministic fixture shapes for accepted, denied, expired, unsupported, cancelled, and unknown execution states.
|
|
54
|
+
|
|
55
|
+
## 4. Binary inspection and transformation contracts — actions 301–400
|
|
56
|
+
|
|
57
|
+
- [ ] **301–310.** Define a binary-source contract for inline bytes, durable artifact references, and caller-owned streams.
|
|
58
|
+
- [ ] **311–320.** Define bounded binary metadata inspection based on magic bytes, size, digest, and declared media type.
|
|
59
|
+
- [ ] **321–330.** Define binary classification results for archive, executable, document, image, model, unknown, and malformed input.
|
|
60
|
+
- [ ] **331–340.** Define the binary-transform plan contract with deterministic input, options, cache identity, and output expectations.
|
|
61
|
+
- [ ] **341–350.** Define the transform adapter interface for caller-owned WASM, native, container, or remote execution paths.
|
|
62
|
+
- [ ] **351–360.** Define archive-inspection contracts that list entries and limits without extracting untrusted content.
|
|
63
|
+
- [ ] **361–370.** Define archive-extraction plans that require a caller-owned extraction adapter and explicit path controls.
|
|
64
|
+
- [ ] **371–380.** Define binary-output verification for digest, byte count, media type, expected structure, and provenance.
|
|
65
|
+
- [ ] **381–390.** Define binary-processing failure taxonomy for malformed, oversized, unsupported, denied, timeout, and verification failure.
|
|
66
|
+
- [ ] **391–400.** Define deterministic binary fixtures and fuzz boundaries without storing unsafe executable payloads in the repository.
|
|
67
|
+
|
|
68
|
+
## 5. Working-set, storage, and materialization contracts — actions 401–500
|
|
69
|
+
|
|
70
|
+
- [ ] **401–410.** Define working-set admission estimates for byte size, range support, locality, and required transforms.
|
|
71
|
+
- [ ] **411–420.** Define bounded range materialization plans for local, remote, chunked, and content-addressed storage adapters.
|
|
72
|
+
- [ ] **421–430.** Define cache identity, cache freshness, cache evidence, and caller-owned eviction plans.
|
|
73
|
+
- [ ] **431–440.** Define temporary materialization lifecycle states from planned through verified cleanup intent.
|
|
74
|
+
- [ ] **441–450.** Define storage capability receipts for range reads, writes, integrity checks, regions, and retention constraints.
|
|
75
|
+
- [ ] **451–460.** Define integrity verification for chunks, manifests, content addresses, and reconstructed binary artifacts.
|
|
76
|
+
- [ ] **461–470.** Define storage-pool policy for primary, mirror, fan-out, quorum, repair planning, and no-background-retry limits.
|
|
77
|
+
- [ ] **471–480.** Define memory-pressure decisions that remain declarative and never claim local or remote RAM ownership.
|
|
78
|
+
- [ ] **481–490.** Define storage-to-execution handoff records with bytes, hash, policy identity, and recipient adapter identity.
|
|
79
|
+
- [ ] **491–500.** Define deterministic tests for working-set budgets, range support, corrupt members, and cleanup-plan generation.
|
|
80
|
+
|
|
81
|
+
## 6. Runner, provider-chain, and remote-isolation adapters — actions 501–600
|
|
82
|
+
|
|
83
|
+
- [ ] **501–510.** Define runner capability declarations for process, container, micro-VM, browser, network, and hardware attributes.
|
|
84
|
+
- [ ] **511–520.** Define runner eligibility evaluation with explicit requirements and no provider-specific implicit fallback.
|
|
85
|
+
- [ ] **521–530.** Define deterministic provider-chain selection from declared capabilities, policy, preference, and evidence.
|
|
86
|
+
- [ ] **531–540.** Define runner dispatch plans that remain effect-free until a caller-provided adapter executes them.
|
|
87
|
+
- [ ] **541–550.** Define GitHub Actions runner adapter requirements without treating an ephemeral workflow as a permanent VPS.
|
|
88
|
+
- [ ] **551–560.** Define Forgejo, Gitea, GitLab, Codeberg, and Woodpecker adapter requirements without embedding tokens or endpoints.
|
|
89
|
+
- [ ] **561–570.** Define container-runner adapter requirements for image identity, read-only input, bounded mounts, resource limits, and receipt evidence.
|
|
90
|
+
- [ ] **571–580.** Define micro-VM adapter requirements for kernel/image provenance, CPU/memory limits, network policy, and lifecycle receipt.
|
|
91
|
+
- [ ] **581–590.** Define remote cancellation, observation, and handoff semantics when provider state is delayed, unknown, or unavailable.
|
|
92
|
+
- [ ] **591–600.** Define deterministic fake-runner tests proving planning, policy denial, adapter selection, and receipt validation without remote execution.
|
|
93
|
+
|
|
94
|
+
## 7. Agent browser, scrape, and MCP capability contracts — actions 601–700
|
|
95
|
+
|
|
96
|
+
- [ ] **601–610.** Define browser-session capability receipts for transport, isolation claim, headless state, and permitted actions.
|
|
97
|
+
- [ ] **611–620.** Define browser-action request and evidence contracts for navigation, click, type, capture, and download planning.
|
|
98
|
+
- [ ] **621–630.** Define browser isolation requirements that require a caller-owned transport and cannot be inferred from a UI label.
|
|
99
|
+
- [ ] **631–640.** Define snapshot, frame, tab, and context-budget handoffs between browser adapters and agent logic.
|
|
100
|
+
- [ ] **641–650.** Define scrape-request consent, robots, freshness, cache, provenance, and bounded-output policy contracts.
|
|
101
|
+
- [ ] **651–660.** Define crawler frontier, domain budget, retry, queue, and cancellation contracts with explicit persistence ownership.
|
|
102
|
+
- [ ] **661–670.** Define proxy and captcha boundaries as caller-owned evidence or adapters, never bundled bypass behavior.
|
|
103
|
+
- [ ] **671–680.** Define MCP tool declarations for execution planning, binary inspection, capability evaluation, and artifact evidence.
|
|
104
|
+
- [ ] **681–690.** Define SaddleBot task boundaries for explicit operator commands, message provenance, and no autonomous credential handling.
|
|
105
|
+
- [ ] **691–700.** Define deterministic tests for browser evidence, scraper freshness, crawl budgets, MCP serialization, and bot policy rejection.
|
|
106
|
+
|
|
107
|
+
## 8. Persistence, database, protocol, and observability contracts — actions 701–800
|
|
108
|
+
|
|
109
|
+
- [ ] **701–710.** Define persistence interfaces for execution plans, receipts, evidence, artifacts, approvals, and resumable tasks.
|
|
110
|
+
- [ ] **711–720.** Evaluate Drizzle ORM only as an optional caller-owned persistence adapter, not as a root dependency or required database.
|
|
111
|
+
- [ ] **721–730.** Define relational schema projections for jobs, artifacts, leases, receipts, evidence, approvals, and retention decisions.
|
|
112
|
+
- [ ] **731–740.** Define migration ownership, database credentials, tenancy, and backup policy as application-layer responsibilities.
|
|
113
|
+
- [ ] **741–750.** Define JSON, NDJSON, SSE, block, and MCP representations for execution states and binary-processing progress.
|
|
114
|
+
- [ ] **751–760.** Define event correlation identifiers across job, runner, artifact, approval, browser, and delivery boundaries.
|
|
115
|
+
- [ ] **761–770.** Define redaction controls for logs, metadata, URLs, headers, secrets, and binary-derived strings.
|
|
116
|
+
- [ ] **771–780.** Define health, heartbeat, queue depth, working-set pressure, and adapter freshness observations without false availability claims.
|
|
117
|
+
- [ ] **781–790.** Define audit trail integrity for plan-to-receipt transitions, evidence references, and operator-visible denial reasons.
|
|
118
|
+
- [ ] **791–800.** Define deterministic persistence-adapter tests using in-memory fakes and no mandatory database server.
|
|
119
|
+
|
|
120
|
+
## 9. Unified `web/` playground — actions 801–900
|
|
121
|
+
|
|
122
|
+
- [ ] **801–810.** Audit the existing root-first `web/` site, routes, assets, build script, and deployment-neutral base-path behavior.
|
|
123
|
+
- [ ] **811–820.** Define the playground information architecture for capability planning, binary inspection, execution policy, receipt viewing, and integration guidance.
|
|
124
|
+
- [ ] **821–830.** Define a browser-only demonstration model that uses local fixtures and does not execute uploaded or remote binaries.
|
|
125
|
+
- [ ] **831–840.** Define a playground execution-plan form with explicit policy fields, bounded input options, and denial explanations.
|
|
126
|
+
- [ ] **841–850.** Define a playground binary-inspection form limited to metadata and caller-selected safe sample fixtures.
|
|
127
|
+
- [ ] **851–860.** Define a playground storage-to-working-set visualization that explains stages and limits without claiming RAM conversion.
|
|
128
|
+
- [ ] **861–870.** Define a playground runner-selection view that compares declared capabilities and leaves dispatch disabled without an adapter.
|
|
129
|
+
- [ ] **871–880.** Define a playground browser and scrape view that displays evidence boundaries, consent needs, and caller-owned transport requirements.
|
|
130
|
+
- [ ] **881–890.** Define a playground integration view for library import, adapters, database option, container option, and hosted-operation prerequisites.
|
|
131
|
+
- [ ] **891–900.** Define responsive, accessible, deterministic UI tests and static build verification for every new playground state.
|
|
132
|
+
|
|
133
|
+
## 10. Security, quality, packaging, and 1.8.18 release — actions 901–920
|
|
134
|
+
|
|
135
|
+
- [ ] **901–910.** Perform the 1.8.18 threat-model review for untrusted bytes, remote dispatch, archive handling, secrets, browser actions, SSRF, and provider boundaries.
|
|
136
|
+
- [ ] **911–920.** Run final source, test, package, native, documentation, version, artifact, release-note, and registry-readiness gates before creating any 1.8.18 tag.
|
|
137
|
+
|
|
138
|
+
## 11. Unified internal API architecture — actions 921–970
|
|
139
|
+
|
|
140
|
+
- [x] **921–930.** Define internal API boundaries for gateway, planner, materializer, executor, persistence, and receipt projection within the single `web/` surface.
|
|
141
|
+
- [x] **931–940.** Define a hard default policy that rejects user-hardware access, local execution, remote dispatch, paid providers, and free-tier providers until the caller explicitly supplies an adapter and approval.
|
|
142
|
+
- [x] **941–950.** Define in-memory demonstration adapters for the six internal API boundaries that are deterministic, do not call the network, and do not execute supplied bytes.
|
|
143
|
+
- [x] **951–960.** Define browser-facing internal API request and response envelopes for plan creation, policy evaluation, binary metadata inspection, and receipt projection.
|
|
144
|
+
- [x] **961–970.** Define test cases proving that a missing adapter, unapproved provider, remote URL, local hardware target, or binary execution request yields a structured denial without side effects.
|
|
145
|
+
|
|
146
|
+
## 12. Final version alignment and commit — actions 971–980
|
|
147
|
+
|
|
148
|
+
- [x] **971–980.** Align active npm, lockfile, Maven, NuGet, RubyGems, extension, desktop, Capacitor, crawler and iOS metadata to `1.8.18`; create the candidate release note, run the release gates, inspect the npm package, configure `iakadion` authorship, commit, and push the verified source revision.
|
|
149
|
+
|
|
150
|
+
## 13. Post-push CI correction — actions 981–990
|
|
151
|
+
|
|
152
|
+
- [x] **981–990.** Inspect the failed CodeQL Rust and Pages workflow runs; identify the exact failing steps; correct only the responsible workflow or build configuration; rerun local equivalents; commit and push the correction; verify the new runs; then retry the public GitHub release.
|
|
153
|
+
|
|
154
|
+
## 14. Current deployment and scanner remediation — actions 991–1000
|
|
155
|
+
|
|
156
|
+
- [x] **991–1000.** Inspect the current failing Pages deploy, filesystem vulnerability scan, and OSV scan jobs; classify each as configuration, dependency, policy, or upstream availability; apply the minimal correction; validate locally when possible; push the verified remediation; and record the resulting workflow state without suppressing security findings.
|
|
157
|
+
|
|
158
|
+
## 15. Push revalidation commit — actions 1001–1010
|
|
159
|
+
|
|
160
|
+
- [x] **1001–1010.** Confirm the fixed source alias and Pages workflow trigger; add a concise evidence record for the recovered deployment; create and push a non-versioned revalidation commit; verify the new push Pages deployment and security checks; preserve the immutable `v1.8.18` tag and published registry packages.
|
|
161
|
+
|
|
162
|
+
## Evidence ledger
|
|
163
|
+
|
|
164
|
+
Every completed ten-action work package must link its evidence to the final release record: source revision or research URL, design note, code path, deterministic test name, boundary test, documentation update, validation command, result, reviewer state, and disposition. The 970 actions deliberately start with factual classification; implementation may proceed only for capabilities that are both technically feasible and expressible without false infrastructure claims.
|
|
@@ -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.
|