@astrale-os/sdk 0.4.19 → 0.5.0-beta.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/README.md +5 -3
- package/dist/auth/exchange.d.ts +11 -0
- package/dist/auth/exchange.d.ts.map +1 -0
- package/dist/auth/exchange.js +8 -0
- package/dist/auth/exchange.js.map +1 -0
- package/dist/auth/index.d.ts +4 -15
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +3 -10
- package/dist/auth/index.js.map +1 -1
- package/dist/capability/client.d.ts +25 -0
- package/dist/capability/client.d.ts.map +1 -0
- package/dist/capability/client.js +147 -0
- package/dist/capability/client.js.map +1 -0
- package/dist/capability/contract.d.ts +70 -0
- package/dist/capability/contract.d.ts.map +1 -0
- package/dist/capability/contract.js +3 -0
- package/dist/capability/contract.js.map +1 -0
- package/dist/capability/define.d.ts +14 -0
- package/dist/capability/define.d.ts.map +1 -0
- package/dist/capability/define.js +145 -0
- package/dist/capability/define.js.map +1 -0
- package/dist/capability/index.d.ts +3 -0
- package/dist/capability/index.d.ts.map +1 -0
- package/dist/capability/index.js +2 -0
- package/dist/capability/index.js.map +1 -0
- package/dist/cli/arguments.d.ts +21 -0
- package/dist/cli/arguments.d.ts.map +1 -0
- package/dist/cli/arguments.js +220 -0
- package/dist/cli/arguments.js.map +1 -0
- package/dist/cli/dotenv.d.ts +1 -4
- package/dist/cli/dotenv.d.ts.map +1 -1
- package/dist/cli/dotenv.js +6 -15
- package/dist/cli/dotenv.js.map +1 -1
- package/dist/cli/index.d.ts +4 -5
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +4 -5
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/run.d.ts +4 -79
- package/dist/cli/run.d.ts.map +1 -1
- package/dist/cli/run.js +47 -326
- package/dist/cli/run.js.map +1 -1
- package/dist/deployment/artifact/bindings.d.ts +7 -0
- package/dist/deployment/artifact/bindings.d.ts.map +1 -0
- package/dist/deployment/artifact/bindings.js +44 -0
- package/dist/deployment/artifact/bindings.js.map +1 -0
- package/dist/deployment/artifact/deployment.d.ts +35 -0
- package/dist/deployment/artifact/deployment.d.ts.map +1 -0
- package/dist/deployment/artifact/deployment.js +91 -0
- package/dist/deployment/artifact/deployment.js.map +1 -0
- package/dist/deployment/artifact/index.d.ts +5 -0
- package/dist/deployment/artifact/index.d.ts.map +1 -0
- package/dist/deployment/artifact/index.js +4 -0
- package/dist/deployment/artifact/index.js.map +1 -0
- package/dist/deployment/check/check.d.ts +8 -0
- package/dist/deployment/check/check.d.ts.map +1 -0
- package/dist/deployment/check/check.js +94 -0
- package/dist/deployment/check/check.js.map +1 -0
- package/dist/deployment/check/contract.d.ts +29 -0
- package/dist/deployment/check/contract.d.ts.map +1 -0
- package/dist/deployment/check/contract.js +2 -0
- package/dist/deployment/check/contract.js.map +1 -0
- package/dist/deployment/check/index.d.ts +3 -0
- package/dist/deployment/check/index.d.ts.map +1 -0
- package/dist/deployment/check/index.js +2 -0
- package/dist/deployment/check/index.js.map +1 -0
- package/dist/deployment/index.d.ts +7 -0
- package/dist/deployment/index.d.ts.map +1 -0
- package/dist/deployment/index.js +4 -0
- package/dist/deployment/index.js.map +1 -0
- package/dist/deployment/provider/adapter.d.ts +56 -0
- package/dist/deployment/provider/adapter.d.ts.map +1 -0
- package/dist/deployment/provider/adapter.js +84 -0
- package/dist/deployment/provider/adapter.js.map +1 -0
- package/dist/deployment/provider/config.d.ts +10 -0
- package/dist/deployment/provider/config.d.ts.map +1 -0
- package/dist/deployment/provider/config.js +8 -0
- package/dist/deployment/provider/config.js.map +1 -0
- package/dist/deployment/provider/index.d.ts +5 -0
- package/dist/deployment/provider/index.d.ts.map +1 -0
- package/dist/deployment/provider/index.js +3 -0
- package/dist/deployment/provider/index.js.map +1 -0
- package/dist/domain/app.d.ts +34 -0
- package/dist/domain/app.d.ts.map +1 -0
- package/dist/domain/app.js +2 -0
- package/dist/domain/app.js.map +1 -0
- package/dist/domain/context.d.ts +68 -0
- package/dist/domain/context.d.ts.map +1 -0
- package/dist/domain/context.js +2 -0
- package/dist/domain/context.js.map +1 -0
- package/dist/domain/define.d.ts +99 -65
- package/dist/domain/define.d.ts.map +1 -1
- package/dist/domain/define.js +78 -60
- package/dist/domain/define.js.map +1 -1
- package/dist/domain/handlers.d.ts +53 -0
- package/dist/domain/handlers.d.ts.map +1 -0
- package/dist/domain/handlers.js +88 -0
- package/dist/domain/handlers.js.map +1 -0
- package/dist/domain/implement.d.ts +5 -0
- package/dist/domain/implement.d.ts.map +1 -0
- package/dist/domain/implement.js +23 -0
- package/dist/domain/implement.js.map +1 -0
- package/dist/domain/index.d.ts +13 -4
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js +7 -3
- package/dist/domain/index.js.map +1 -1
- package/dist/domain/requirements.d.ts +26 -0
- package/dist/domain/requirements.d.ts.map +1 -0
- package/dist/domain/requirements.js +98 -0
- package/dist/domain/requirements.js.map +1 -0
- package/dist/graph/class/index.d.ts +3 -0
- package/dist/graph/class/index.d.ts.map +1 -0
- package/dist/graph/class/index.js +3 -0
- package/dist/graph/class/index.js.map +1 -0
- package/dist/graph/edge/index.d.ts +3 -0
- package/dist/graph/edge/index.d.ts.map +1 -0
- package/dist/graph/edge/index.js +3 -0
- package/dist/graph/edge/index.js.map +1 -0
- package/dist/graph/index.d.ts +10 -0
- package/dist/graph/index.d.ts.map +1 -0
- package/dist/graph/index.js +9 -0
- package/dist/graph/index.js.map +1 -0
- package/dist/graph/model/index.d.ts +3 -0
- package/dist/graph/model/index.d.ts.map +1 -0
- package/dist/graph/model/index.js +3 -0
- package/dist/graph/model/index.js.map +1 -0
- package/dist/graph/node/index.d.ts +3 -0
- package/dist/graph/node/index.d.ts.map +1 -0
- package/dist/graph/node/index.js +3 -0
- package/dist/graph/node/index.js.map +1 -0
- package/dist/graph/path/index.d.ts +3 -0
- package/dist/graph/path/index.d.ts.map +1 -0
- package/dist/graph/path/index.js +3 -0
- package/dist/graph/path/index.js.map +1 -0
- package/dist/graph/properties/index.d.ts +3 -0
- package/dist/graph/properties/index.d.ts.map +1 -0
- package/dist/graph/properties/index.js +3 -0
- package/dist/graph/properties/index.js.map +1 -0
- package/dist/index.d.ts +20 -27
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -47
- package/dist/index.js.map +1 -1
- package/dist/invocation/handler.d.ts +51 -0
- package/dist/invocation/handler.d.ts.map +1 -0
- package/dist/invocation/handler.js +289 -0
- package/dist/invocation/handler.js.map +1 -0
- package/dist/invocation/index.d.ts +3 -0
- package/dist/invocation/index.d.ts.map +1 -0
- package/dist/invocation/index.js +2 -0
- package/dist/invocation/index.js.map +1 -0
- package/dist/invocation/receiver.d.ts +5 -0
- package/dist/invocation/receiver.d.ts.map +1 -0
- package/dist/invocation/receiver.js +70 -0
- package/dist/invocation/receiver.js.map +1 -0
- package/dist/invocation/result.d.ts +5 -0
- package/dist/invocation/result.d.ts.map +1 -0
- package/dist/invocation/result.js +146 -0
- package/dist/invocation/result.js.map +1 -0
- package/dist/invocation/selection.d.ts +21 -0
- package/dist/invocation/selection.d.ts.map +1 -0
- package/dist/invocation/selection.js +107 -0
- package/dist/invocation/selection.js.map +1 -0
- package/dist/linter/adapters/typescript/discover.d.ts +4 -0
- package/dist/linter/adapters/typescript/discover.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/discover.js +412 -0
- package/dist/linter/adapters/typescript/discover.js.map +1 -0
- package/dist/linter/adapters/typescript/evidence-admission.d.ts +5 -0
- package/dist/linter/adapters/typescript/evidence-admission.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/evidence-admission.js +22 -0
- package/dist/linter/adapters/typescript/evidence-admission.js.map +1 -0
- package/dist/linter/adapters/typescript/imports.d.ts +7 -0
- package/dist/linter/adapters/typescript/imports.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/imports.js +171 -0
- package/dist/linter/adapters/typescript/imports.js.map +1 -0
- package/dist/linter/adapters/typescript/index.d.ts +48 -0
- package/dist/linter/adapters/typescript/index.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/index.js +8 -0
- package/dist/linter/adapters/typescript/index.js.map +1 -0
- package/dist/linter/adapters/typescript/query-observation.d.ts +4 -0
- package/dist/linter/adapters/typescript/query-observation.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/query-observation.js +172 -0
- package/dist/linter/adapters/typescript/query-observation.js.map +1 -0
- package/dist/linter/adapters/typescript/suppression-directives.d.ts +5 -0
- package/dist/linter/adapters/typescript/suppression-directives.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/suppression-directives.js +85 -0
- package/dist/linter/adapters/typescript/suppression-directives.js.map +1 -0
- package/dist/linter/adapters/typescript/syntax.d.ts +39 -0
- package/dist/linter/adapters/typescript/syntax.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/syntax.js +183 -0
- package/dist/linter/adapters/typescript/syntax.js.map +1 -0
- package/dist/linter/adapters/typescript/type-universe.d.ts +2 -0
- package/dist/linter/adapters/typescript/type-universe.d.ts.map +1 -0
- package/dist/linter/adapters/typescript/type-universe.js +265 -0
- package/dist/linter/adapters/typescript/type-universe.js.map +1 -0
- package/dist/linter/catalog/compile.d.ts +3 -0
- package/dist/linter/catalog/compile.d.ts.map +1 -0
- package/dist/linter/catalog/compile.js +111 -0
- package/dist/linter/catalog/compile.js.map +1 -0
- package/dist/linter/catalog/index.d.ts +19 -0
- package/dist/linter/catalog/index.d.ts.map +1 -0
- package/dist/linter/catalog/index.js +3 -0
- package/dist/linter/catalog/index.js.map +1 -0
- package/dist/linter/catalog/revision.d.ts +7 -0
- package/dist/linter/catalog/revision.d.ts.map +1 -0
- package/dist/linter/catalog/revision.js +13 -0
- package/dist/linter/catalog/revision.js.map +1 -0
- package/dist/linter/diagnostics/error.d.ts +10 -0
- package/dist/linter/diagnostics/error.d.ts.map +1 -0
- package/dist/linter/diagnostics/error.js +10 -0
- package/dist/linter/diagnostics/error.js.map +1 -0
- package/dist/linter/diagnostics/index.d.ts +29 -0
- package/dist/linter/diagnostics/index.d.ts.map +1 -0
- package/dist/linter/diagnostics/index.js +3 -0
- package/dist/linter/diagnostics/index.js.map +1 -0
- package/dist/linter/diagnostics/sort.d.ts +3 -0
- package/dist/linter/diagnostics/sort.d.ts.map +1 -0
- package/dist/linter/diagnostics/sort.js +27 -0
- package/dist/linter/diagnostics/sort.js.map +1 -0
- package/dist/linter/evaluation/binding/bind.d.ts +5 -0
- package/dist/linter/evaluation/binding/bind.d.ts.map +1 -0
- package/dist/linter/evaluation/binding/bind.js +356 -0
- package/dist/linter/evaluation/binding/bind.js.map +1 -0
- package/dist/linter/evaluation/binding/diagnostic.d.ts +5 -0
- package/dist/linter/evaluation/binding/diagnostic.d.ts.map +1 -0
- package/dist/linter/evaluation/binding/diagnostic.js +17 -0
- package/dist/linter/evaluation/binding/diagnostic.js.map +1 -0
- package/dist/linter/evaluation/binding/index.d.ts +2 -0
- package/dist/linter/evaluation/binding/index.d.ts.map +1 -0
- package/dist/linter/evaluation/binding/index.js +2 -0
- package/dist/linter/evaluation/binding/index.js.map +1 -0
- package/dist/linter/evaluation/contract/availability.d.ts +28 -0
- package/dist/linter/evaluation/contract/availability.d.ts.map +1 -0
- package/dist/linter/evaluation/contract/availability.js +2 -0
- package/dist/linter/evaluation/contract/availability.js.map +1 -0
- package/dist/linter/evaluation/contract/decision.d.ts +26 -0
- package/dist/linter/evaluation/contract/decision.d.ts.map +1 -0
- package/dist/linter/evaluation/contract/decision.js +2 -0
- package/dist/linter/evaluation/contract/decision.js.map +1 -0
- package/dist/linter/evaluation/contract/evidence.d.ts +12 -0
- package/dist/linter/evaluation/contract/evidence.d.ts.map +1 -0
- package/dist/linter/evaluation/contract/evidence.js +2 -0
- package/dist/linter/evaluation/contract/evidence.js.map +1 -0
- package/dist/linter/evaluation/contract/implementation.d.ts +22 -0
- package/dist/linter/evaluation/contract/implementation.d.ts.map +1 -0
- package/dist/linter/evaluation/contract/implementation.js +2 -0
- package/dist/linter/evaluation/contract/implementation.js.map +1 -0
- package/dist/linter/evaluation/contract/index.d.ts +5 -0
- package/dist/linter/evaluation/contract/index.d.ts.map +1 -0
- package/dist/linter/evaluation/contract/index.js +2 -0
- package/dist/linter/evaluation/contract/index.js.map +1 -0
- package/dist/linter/evaluation/index.d.ts +3 -0
- package/dist/linter/evaluation/index.d.ts.map +1 -0
- package/dist/linter/evaluation/index.js +2 -0
- package/dist/linter/evaluation/index.js.map +1 -0
- package/dist/linter/implementations/source/capabilities.d.ts +3 -0
- package/dist/linter/implementations/source/capabilities.d.ts.map +1 -0
- package/dist/linter/implementations/source/capabilities.js +41 -0
- package/dist/linter/implementations/source/capabilities.js.map +1 -0
- package/dist/linter/implementations/source/contract.d.ts +17 -0
- package/dist/linter/implementations/source/contract.d.ts.map +1 -0
- package/dist/linter/implementations/source/contract.js +53 -0
- package/dist/linter/implementations/source/contract.js.map +1 -0
- package/dist/linter/implementations/source/functions.d.ts +3 -0
- package/dist/linter/implementations/source/functions.d.ts.map +1 -0
- package/dist/linter/implementations/source/functions.js +102 -0
- package/dist/linter/implementations/source/functions.js.map +1 -0
- package/dist/linter/implementations/source/global.d.ts +3 -0
- package/dist/linter/implementations/source/global.d.ts.map +1 -0
- package/dist/linter/implementations/source/global.js +812 -0
- package/dist/linter/implementations/source/global.js.map +1 -0
- package/dist/linter/implementations/source/index.d.ts +4 -0
- package/dist/linter/implementations/source/index.d.ts.map +1 -0
- package/dist/linter/implementations/source/index.js +4 -0
- package/dist/linter/implementations/source/index.js.map +1 -0
- package/dist/linter/implementations/source/integrations.d.ts +3 -0
- package/dist/linter/implementations/source/integrations.d.ts.map +1 -0
- package/dist/linter/implementations/source/integrations.js +186 -0
- package/dist/linter/implementations/source/integrations.js.map +1 -0
- package/dist/linter/implementations/source/migrations.d.ts +3 -0
- package/dist/linter/implementations/source/migrations.d.ts.map +1 -0
- package/dist/linter/implementations/source/migrations.js +115 -0
- package/dist/linter/implementations/source/migrations.js.map +1 -0
- package/dist/linter/implementations/source/mutations.d.ts +3 -0
- package/dist/linter/implementations/source/mutations.d.ts.map +1 -0
- package/dist/linter/implementations/source/mutations.js +185 -0
- package/dist/linter/implementations/source/mutations.js.map +1 -0
- package/dist/linter/implementations/source/queries.d.ts +3 -0
- package/dist/linter/implementations/source/queries.d.ts.map +1 -0
- package/dist/linter/implementations/source/queries.js +1000 -0
- package/dist/linter/implementations/source/queries.js.map +1 -0
- package/dist/linter/implementations/source/rules.d.ts +3 -0
- package/dist/linter/implementations/source/rules.d.ts.map +1 -0
- package/dist/linter/implementations/source/rules.js +141 -0
- package/dist/linter/implementations/source/rules.js.map +1 -0
- package/dist/linter/implementations/source/schema.d.ts +3 -0
- package/dist/linter/implementations/source/schema.d.ts.map +1 -0
- package/dist/linter/implementations/source/schema.js +105 -0
- package/dist/linter/implementations/source/schema.js.map +1 -0
- package/dist/linter/implementations/source/shared.d.ts +42 -0
- package/dist/linter/implementations/source/shared.d.ts.map +1 -0
- package/dist/linter/implementations/source/shared.js +239 -0
- package/dist/linter/implementations/source/shared.js.map +1 -0
- package/dist/linter/implementations/source/states.d.ts +3 -0
- package/dist/linter/implementations/source/states.d.ts.map +1 -0
- package/dist/linter/implementations/source/states.js +2 -0
- package/dist/linter/implementations/source/states.js.map +1 -0
- package/dist/linter/implementations/source/tests.d.ts +3 -0
- package/dist/linter/implementations/source/tests.d.ts.map +1 -0
- package/dist/linter/implementations/source/tests.js +28 -0
- package/dist/linter/implementations/source/tests.js.map +1 -0
- package/dist/linter/implementations/source/ui.d.ts +3 -0
- package/dist/linter/implementations/source/ui.d.ts.map +1 -0
- package/dist/linter/implementations/source/ui.js +21 -0
- package/dist/linter/implementations/source/ui.js.map +1 -0
- package/dist/linter/implementations/source/utils.d.ts +3 -0
- package/dist/linter/implementations/source/utils.d.ts.map +1 -0
- package/dist/linter/implementations/source/utils.js +29 -0
- package/dist/linter/implementations/source/utils.js.map +1 -0
- package/dist/linter/implementations/source/verifiers.d.ts +3 -0
- package/dist/linter/implementations/source/verifiers.d.ts.map +1 -0
- package/dist/linter/implementations/source/verifiers.js +33 -0
- package/dist/linter/implementations/source/verifiers.js.map +1 -0
- package/dist/linter/implementations/source/views.d.ts +3 -0
- package/dist/linter/implementations/source/views.d.ts.map +1 -0
- package/dist/linter/implementations/source/views.js +36 -0
- package/dist/linter/implementations/source/views.js.map +1 -0
- package/dist/linter/implementations/source/workflows.d.ts +3 -0
- package/dist/linter/implementations/source/workflows.d.ts.map +1 -0
- package/dist/linter/implementations/source/workflows.js +308 -0
- package/dist/linter/implementations/source/workflows.js.map +1 -0
- package/dist/linter/index.d.ts +7 -8
- package/dist/linter/index.d.ts.map +1 -1
- package/dist/linter/index.js +2 -4
- package/dist/linter/index.js.map +1 -1
- package/dist/linter/lint.d.ts +22 -8
- package/dist/linter/lint.d.ts.map +1 -1
- package/dist/linter/lint.js +58 -15
- package/dist/linter/lint.js.map +1 -1
- package/dist/linter/oxlint/index.d.ts +4 -0
- package/dist/linter/oxlint/index.d.ts.map +1 -0
- package/dist/linter/oxlint/index.js +2 -0
- package/dist/linter/oxlint/index.js.map +1 -0
- package/dist/linter/oxlint/process.d.ts +6 -6
- package/dist/linter/oxlint/process.d.ts.map +1 -1
- package/dist/linter/oxlint/process.js +1 -1
- package/dist/linter/oxlint/process.js.map +1 -1
- package/dist/linter/oxlint/run.d.ts +5 -5
- package/dist/linter/oxlint/run.d.ts.map +1 -1
- package/dist/linter/oxlint/run.js +140 -20
- package/dist/linter/oxlint/run.js.map +1 -1
- package/dist/linter/oxlint-config/ignore-patterns.d.ts +6 -0
- package/dist/linter/oxlint-config/ignore-patterns.d.ts.map +1 -0
- package/dist/linter/oxlint-config/ignore-patterns.js +10 -0
- package/dist/linter/oxlint-config/ignore-patterns.js.map +1 -0
- package/dist/linter/oxlint-config/index.d.ts +5 -0
- package/dist/linter/oxlint-config/index.d.ts.map +1 -0
- package/dist/linter/oxlint-config/index.js +18 -0
- package/dist/linter/oxlint-config/index.js.map +1 -0
- package/dist/linter/packs/domain.d.ts +3 -0
- package/dist/linter/packs/domain.d.ts.map +1 -0
- package/dist/linter/packs/domain.js +8 -0
- package/dist/linter/packs/domain.js.map +1 -0
- package/dist/linter/packs/index.d.ts +9 -0
- package/dist/linter/packs/index.d.ts.map +1 -0
- package/dist/linter/packs/index.js +2 -0
- package/dist/linter/packs/index.js.map +1 -0
- package/dist/linter/policy/compile.d.ts +3 -0
- package/dist/linter/policy/compile.d.ts.map +1 -0
- package/dist/linter/policy/compile.js +256 -0
- package/dist/linter/policy/compile.js.map +1 -0
- package/dist/linter/policy/generated.d.ts +5 -0
- package/dist/linter/policy/generated.d.ts.map +1 -0
- package/dist/linter/policy/generated.js +764 -0
- package/dist/linter/policy/generated.js.map +1 -0
- package/dist/linter/policy/index.d.ts +43 -0
- package/dist/linter/policy/index.d.ts.map +1 -0
- package/dist/linter/policy/index.js +3 -0
- package/dist/linter/policy/index.js.map +1 -0
- package/dist/linter/qualification/index.d.ts +11 -0
- package/dist/linter/qualification/index.d.ts.map +1 -0
- package/dist/linter/qualification/index.js +3 -0
- package/dist/linter/qualification/index.js.map +1 -0
- package/dist/linter/qualification/query-fixtures.d.ts +3 -0
- package/dist/linter/qualification/query-fixtures.d.ts.map +1 -0
- package/dist/linter/qualification/query-fixtures.js +69 -0
- package/dist/linter/qualification/query-fixtures.js.map +1 -0
- package/dist/linter/qualification/runner.d.ts +4 -0
- package/dist/linter/qualification/runner.d.ts.map +1 -0
- package/dist/linter/qualification/runner.js +7 -0
- package/dist/linter/qualification/runner.js.map +1 -0
- package/dist/linter/report/format.d.ts +4 -0
- package/dist/linter/report/format.d.ts.map +1 -0
- package/dist/linter/report/format.js +33 -0
- package/dist/linter/report/format.js.map +1 -0
- package/dist/linter/report/index.d.ts +3 -0
- package/dist/linter/report/index.d.ts.map +1 -0
- package/dist/linter/report/index.js +2 -0
- package/dist/linter/report/index.js.map +1 -0
- package/dist/linter/requirements/index.d.ts +3 -0
- package/dist/linter/requirements/index.d.ts.map +1 -0
- package/dist/linter/requirements/index.js +2 -0
- package/dist/linter/requirements/index.js.map +1 -0
- package/dist/linter/requirements/model.d.ts +9 -0
- package/dist/linter/requirements/model.d.ts.map +1 -0
- package/dist/linter/requirements/model.js +2 -0
- package/dist/linter/requirements/model.js.map +1 -0
- package/dist/linter/requirements/registry.d.ts +4 -0
- package/dist/linter/requirements/registry.d.ts.map +1 -0
- package/dist/linter/requirements/registry.js +188 -0
- package/dist/linter/requirements/registry.js.map +1 -0
- package/dist/linter/semantics/query/decision.d.ts +5 -0
- package/dist/linter/semantics/query/decision.d.ts.map +1 -0
- package/dist/linter/semantics/query/decision.js +74 -0
- package/dist/linter/semantics/query/decision.js.map +1 -0
- package/dist/linter/semantics/query/index.d.ts +4 -0
- package/dist/linter/semantics/query/index.d.ts.map +1 -0
- package/dist/linter/semantics/query/index.js +3 -0
- package/dist/linter/semantics/query/index.js.map +1 -0
- package/dist/linter/semantics/query/observation.d.ts +36 -0
- package/dist/linter/semantics/query/observation.d.ts.map +1 -0
- package/dist/linter/semantics/query/observation.js +13 -0
- package/dist/linter/semantics/query/observation.js.map +1 -0
- package/dist/linter/suppression/apply.d.ts +4 -0
- package/dist/linter/suppression/apply.d.ts.map +1 -0
- package/dist/linter/suppression/apply.js +48 -0
- package/dist/linter/suppression/apply.js.map +1 -0
- package/dist/linter/suppression/directive.d.ts +11 -0
- package/dist/linter/suppression/directive.d.ts.map +1 -0
- package/dist/linter/suppression/directive.js +2 -0
- package/dist/linter/suppression/directive.js.map +1 -0
- package/dist/linter/suppression/index.d.ts +14 -0
- package/dist/linter/suppression/index.d.ts.map +1 -0
- package/dist/linter/suppression/index.js +2 -0
- package/dist/linter/suppression/index.js.map +1 -0
- package/dist/mutation/contract.d.ts +134 -0
- package/dist/mutation/contract.d.ts.map +1 -0
- package/dist/mutation/contract.js +2 -0
- package/dist/mutation/contract.js.map +1 -0
- package/dist/mutation/define.d.ts +9 -0
- package/dist/mutation/define.d.ts.map +1 -0
- package/dist/mutation/define.js +24 -0
- package/dist/mutation/define.js.map +1 -0
- package/dist/mutation/errors.d.ts +3 -0
- package/dist/mutation/errors.d.ts.map +1 -0
- package/dist/mutation/errors.js +30 -0
- package/dist/mutation/errors.js.map +1 -0
- package/dist/mutation/execute.d.ts +11 -0
- package/dist/mutation/execute.d.ts.map +1 -0
- package/dist/mutation/execute.js +24 -0
- package/dist/mutation/execute.js.map +1 -0
- package/dist/mutation/index.d.ts +8 -0
- package/dist/mutation/index.d.ts.map +1 -0
- package/dist/mutation/index.js +5 -0
- package/dist/mutation/index.js.map +1 -0
- package/dist/mutation/rich.d.ts +4 -0
- package/dist/mutation/rich.d.ts.map +1 -0
- package/dist/mutation/rich.js +147 -0
- package/dist/mutation/rich.js.map +1 -0
- package/dist/query/composite/contract.d.ts +37 -0
- package/dist/query/composite/contract.d.ts.map +1 -0
- package/dist/query/composite/contract.js +2 -0
- package/dist/query/composite/contract.js.map +1 -0
- package/dist/query/composite/errors.d.ts +8 -0
- package/dist/query/composite/errors.d.ts.map +1 -0
- package/dist/query/composite/errors.js +9 -0
- package/dist/query/composite/errors.js.map +1 -0
- package/dist/query/composite/index.d.ts +6 -0
- package/dist/query/composite/index.d.ts.map +1 -0
- package/dist/query/composite/index.js +3 -0
- package/dist/query/composite/index.js.map +1 -0
- package/dist/query/composite/plan.d.ts +38 -0
- package/dist/query/composite/plan.d.ts.map +1 -0
- package/dist/query/composite/plan.js +225 -0
- package/dist/query/composite/plan.js.map +1 -0
- package/dist/query/contract.d.ts +58 -0
- package/dist/query/contract.d.ts.map +1 -0
- package/dist/query/contract.js +2 -0
- package/dist/query/contract.js.map +1 -0
- package/dist/query/define.d.ts +3 -0
- package/dist/query/define.d.ts.map +1 -0
- package/dist/query/define.js +90 -0
- package/dist/query/define.js.map +1 -0
- package/dist/query/definition.d.ts +29 -0
- package/dist/query/definition.d.ts.map +1 -0
- package/dist/query/definition.js +2 -0
- package/dist/query/definition.js.map +1 -0
- package/dist/query/errors.d.ts +9 -0
- package/dist/query/errors.d.ts.map +1 -0
- package/dist/query/errors.js +15 -0
- package/dist/query/errors.js.map +1 -0
- package/dist/query/execute.d.ts +20 -0
- package/dist/query/execute.d.ts.map +1 -0
- package/dist/query/execute.js +97 -0
- package/dist/query/execute.js.map +1 -0
- package/dist/query/index.d.ts +15 -0
- package/dist/query/index.d.ts.map +1 -0
- package/dist/query/index.js +8 -0
- package/dist/query/index.js.map +1 -0
- package/dist/query/node.d.ts +109 -0
- package/dist/query/node.d.ts.map +1 -0
- package/dist/query/node.js +164 -0
- package/dist/query/node.js.map +1 -0
- package/dist/query/result/contract.d.ts +23 -0
- package/dist/query/result/contract.d.ts.map +1 -0
- package/dist/query/result/contract.js +2 -0
- package/dist/query/result/contract.js.map +1 -0
- package/dist/query/result/index.d.ts +3 -0
- package/dist/query/result/index.d.ts.map +1 -0
- package/dist/query/result/index.js +2 -0
- package/dist/query/result/index.js.map +1 -0
- package/dist/query/result/projection.d.ts +3 -0
- package/dist/query/result/projection.d.ts.map +1 -0
- package/dist/query/result/projection.js +100 -0
- package/dist/query/result/projection.js.map +1 -0
- package/dist/query/selection.d.ts +4 -0
- package/dist/query/selection.d.ts.map +1 -0
- package/dist/query/selection.js +25 -0
- package/dist/query/selection.js.map +1 -0
- package/dist/react/compile.d.ts +9 -0
- package/dist/react/compile.d.ts.map +1 -0
- package/dist/react/compile.js +64 -0
- package/dist/react/compile.js.map +1 -0
- package/dist/react/define.d.ts +8 -0
- package/dist/react/define.d.ts.map +1 -0
- package/dist/react/define.js +89 -0
- package/dist/react/define.js.map +1 -0
- package/dist/react/definition.d.ts +69 -0
- package/dist/react/definition.d.ts.map +1 -0
- package/dist/react/definition.js +2 -0
- package/dist/react/definition.js.map +1 -0
- package/dist/react/index.d.ts +4 -0
- package/dist/react/index.d.ts.map +1 -0
- package/dist/react/index.js +3 -0
- package/dist/react/index.js.map +1 -0
- package/dist/result/index.d.ts +3 -0
- package/dist/result/index.d.ts.map +1 -0
- package/dist/result/index.js +2 -0
- package/dist/result/index.js.map +1 -0
- package/dist/result/result.d.ts +10 -0
- package/dist/result/result.d.ts.map +1 -0
- package/dist/result/result.js +7 -0
- package/dist/result/result.js.map +1 -0
- package/dist/schema/index.d.ts +3 -0
- package/dist/schema/index.d.ts.map +1 -0
- package/dist/schema/index.js +3 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/schema/kernel/index.d.ts +3 -0
- package/dist/schema/kernel/index.d.ts.map +1 -0
- package/dist/schema/kernel/index.js +3 -0
- package/dist/schema/kernel/index.js.map +1 -0
- package/dist/schema/v1/index.d.ts +3 -0
- package/dist/schema/v1/index.d.ts.map +1 -0
- package/dist/schema/v1/index.js +3 -0
- package/dist/schema/v1/index.js.map +1 -0
- package/dist/server/application.d.ts +36 -0
- package/dist/server/application.d.ts.map +1 -0
- package/dist/server/application.js +126 -0
- package/dist/server/application.js.map +1 -0
- package/dist/server/index.d.ts +4 -13
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +2 -8
- package/dist/server/index.js.map +1 -1
- package/dist/server/node/index.d.ts +3 -0
- package/dist/server/node/index.d.ts.map +1 -0
- package/dist/server/node/index.js +2 -0
- package/dist/server/node/index.js.map +1 -0
- package/dist/server/node/server.d.ts +14 -0
- package/dist/server/node/server.d.ts.map +1 -0
- package/dist/server/node/server.js +71 -0
- package/dist/server/node/server.js.map +1 -0
- package/dist/server/remote.d.ts +56 -0
- package/dist/server/remote.d.ts.map +1 -0
- package/dist/server/remote.js +798 -0
- package/dist/server/remote.js.map +1 -0
- package/dist/server/source.d.ts +13 -0
- package/dist/server/source.d.ts.map +1 -0
- package/dist/server/source.js +38 -0
- package/dist/server/source.js.map +1 -0
- package/dist/state/index.d.ts +4 -0
- package/dist/state/index.d.ts.map +1 -0
- package/dist/state/index.js +2 -0
- package/dist/state/index.js.map +1 -0
- package/dist/state/machine.d.ts +28 -0
- package/dist/state/machine.d.ts.map +1 -0
- package/dist/state/machine.js +32 -0
- package/dist/state/machine.js.map +1 -0
- package/dist/state/relation.d.ts +28 -0
- package/dist/state/relation.d.ts.map +1 -0
- package/dist/state/relation.js +48 -0
- package/dist/state/relation.js.map +1 -0
- package/dist/value/index.d.ts +3 -0
- package/dist/value/index.d.ts.map +1 -0
- package/dist/value/index.js +3 -0
- package/dist/value/index.js.map +1 -0
- package/dist/view/admission.d.ts +6 -0
- package/dist/view/admission.d.ts.map +1 -0
- package/dist/view/admission.js +43 -0
- package/dist/view/admission.js.map +1 -0
- package/dist/view/compile.d.ts +15 -0
- package/dist/view/compile.d.ts.map +1 -0
- package/dist/view/compile.js +189 -0
- package/dist/view/compile.js.map +1 -0
- package/dist/view/define.d.ts +20 -0
- package/dist/view/define.d.ts.map +1 -0
- package/dist/view/define.js +236 -0
- package/dist/view/define.js.map +1 -0
- package/dist/view/definition.d.ts +96 -0
- package/dist/view/definition.d.ts.map +1 -0
- package/dist/view/definition.js +2 -0
- package/dist/view/definition.js.map +1 -0
- package/dist/view/index.d.ts +4 -0
- package/dist/view/index.d.ts.map +1 -0
- package/dist/view/index.js +3 -0
- package/dist/view/index.js.map +1 -0
- package/dist/workflow/binding.d.ts +43 -0
- package/dist/workflow/binding.d.ts.map +1 -0
- package/dist/workflow/binding.js +32 -0
- package/dist/workflow/binding.js.map +1 -0
- package/dist/workflow/contract.d.ts +57 -0
- package/dist/workflow/contract.d.ts.map +1 -0
- package/dist/workflow/contract.js +2 -0
- package/dist/workflow/contract.js.map +1 -0
- package/dist/workflow/define.d.ts +4 -0
- package/dist/workflow/define.d.ts.map +1 -0
- package/dist/workflow/define.js +57 -0
- package/dist/workflow/define.js.map +1 -0
- package/dist/workflow/index.d.ts +7 -0
- package/dist/workflow/index.d.ts.map +1 -0
- package/dist/workflow/index.js +4 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflow/runner.d.ts +4 -0
- package/dist/workflow/runner.d.ts.map +1 -0
- package/dist/workflow/runner.js +24 -0
- package/dist/workflow/runner.js.map +1 -0
- package/dist/workflow/step/index.d.ts +3 -0
- package/dist/workflow/step/index.d.ts.map +1 -0
- package/dist/workflow/step/index.js +2 -0
- package/dist/workflow/step/index.js.map +1 -0
- package/dist/workflow/step/inline.d.ts +6 -0
- package/dist/workflow/step/inline.d.ts.map +1 -0
- package/dist/workflow/step/inline.js +44 -0
- package/dist/workflow/step/inline.js.map +1 -0
- package/dist/workflow/step/step.d.ts +5 -0
- package/dist/workflow/step/step.d.ts.map +1 -0
- package/dist/workflow/step/step.js +2 -0
- package/dist/workflow/step/step.js.map +1 -0
- package/package.json +117 -24
- package/dist/auth/authenticate.d.ts +0 -24
- package/dist/auth/authenticate.d.ts.map +0 -1
- package/dist/auth/authenticate.js +0 -29
- package/dist/auth/authenticate.js.map +0 -1
- package/dist/auth/check.d.ts +0 -38
- package/dist/auth/check.d.ts.map +0 -1
- package/dist/auth/check.js +0 -50
- package/dist/auth/check.js.map +0 -1
- package/dist/auth/compose.d.ts +0 -41
- package/dist/auth/compose.d.ts.map +0 -1
- package/dist/auth/compose.js +0 -45
- package/dist/auth/compose.js.map +0 -1
- package/dist/auth/errors.d.ts +0 -16
- package/dist/auth/errors.d.ts.map +0 -1
- package/dist/auth/errors.js +0 -26
- package/dist/auth/errors.js.map +0 -1
- package/dist/auth/function-context.d.ts +0 -28
- package/dist/auth/function-context.d.ts.map +0 -1
- package/dist/auth/function-context.js +0 -47
- package/dist/auth/function-context.js.map +0 -1
- package/dist/auth/identity.d.ts +0 -18
- package/dist/auth/identity.d.ts.map +0 -1
- package/dist/auth/identity.js +0 -2
- package/dist/auth/identity.js.map +0 -1
- package/dist/auth/issuer-mint.d.ts +0 -53
- package/dist/auth/issuer-mint.d.ts.map +0 -1
- package/dist/auth/issuer-mint.js +0 -35
- package/dist/auth/issuer-mint.js.map +0 -1
- package/dist/auth/kernel-client.d.ts +0 -37
- package/dist/auth/kernel-client.d.ts.map +0 -1
- package/dist/auth/kernel-client.js +0 -111
- package/dist/auth/kernel-client.js.map +0 -1
- package/dist/auth/resolve.d.ts +0 -19
- package/dist/auth/resolve.d.ts.map +0 -1
- package/dist/auth/resolve.js +0 -43
- package/dist/auth/resolve.js.map +0 -1
- package/dist/auth/sign.d.ts +0 -15
- package/dist/auth/sign.d.ts.map +0 -1
- package/dist/auth/sign.js +0 -24
- package/dist/auth/sign.js.map +0 -1
- package/dist/auth/verify.d.ts +0 -28
- package/dist/auth/verify.d.ts.map +0 -1
- package/dist/auth/verify.js +0 -151
- package/dist/auth/verify.js.map +0 -1
- package/dist/cli/spec.d.ts +0 -19
- package/dist/cli/spec.d.ts.map +0 -1
- package/dist/cli/spec.js +0 -33
- package/dist/cli/spec.js.map +0 -1
- package/dist/config/adapter.d.ts +0 -148
- package/dist/config/adapter.d.ts.map +0 -1
- package/dist/config/adapter.js +0 -40
- package/dist/config/adapter.js.map +0 -1
- package/dist/config/define-domain.d.ts +0 -177
- package/dist/config/define-domain.d.ts.map +0 -1
- package/dist/config/define-domain.js +0 -145
- package/dist/config/define-domain.js.map +0 -1
- package/dist/config/deploy.d.ts +0 -28
- package/dist/config/deploy.d.ts.map +0 -1
- package/dist/config/deploy.js +0 -24
- package/dist/config/deploy.js.map +0 -1
- package/dist/config/index.d.ts +0 -21
- package/dist/config/index.d.ts.map +0 -1
- package/dist/config/index.js +0 -18
- package/dist/config/index.js.map +0 -1
- package/dist/define/index.d.ts +0 -5
- package/dist/define/index.d.ts.map +0 -1
- package/dist/define/index.js +0 -3
- package/dist/define/index.js.map +0 -1
- package/dist/define/remote-function.d.ts +0 -120
- package/dist/define/remote-function.d.ts.map +0 -1
- package/dist/define/remote-function.js +0 -26
- package/dist/define/remote-function.js.map +0 -1
- package/dist/define/view.d.ts +0 -104
- package/dist/define/view.d.ts.map +0 -1
- package/dist/define/view.js +0 -30
- package/dist/define/view.js.map +0 -1
- package/dist/deploy/check.d.ts +0 -30
- package/dist/deploy/check.d.ts.map +0 -1
- package/dist/deploy/check.js +0 -82
- package/dist/deploy/check.js.map +0 -1
- package/dist/deploy/index.d.ts +0 -3
- package/dist/deploy/index.d.ts.map +0 -1
- package/dist/deploy/index.js +0 -3
- package/dist/deploy/index.js.map +0 -1
- package/dist/deploy/meta.d.ts +0 -29
- package/dist/deploy/meta.d.ts.map +0 -1
- package/dist/deploy/meta.js +0 -45
- package/dist/deploy/meta.js.map +0 -1
- package/dist/dispatch/authorize.d.ts +0 -14
- package/dist/dispatch/authorize.d.ts.map +0 -1
- package/dist/dispatch/authorize.js +0 -24
- package/dist/dispatch/authorize.js.map +0 -1
- package/dist/dispatch/dispatcher.d.ts +0 -59
- package/dist/dispatch/dispatcher.d.ts.map +0 -1
- package/dist/dispatch/dispatcher.js +0 -237
- package/dist/dispatch/dispatcher.js.map +0 -1
- package/dist/dispatch/errors.d.ts +0 -47
- package/dist/dispatch/errors.d.ts.map +0 -1
- package/dist/dispatch/errors.js +0 -76
- package/dist/dispatch/errors.js.map +0 -1
- package/dist/dispatch/execute.d.ts +0 -44
- package/dist/dispatch/execute.d.ts.map +0 -1
- package/dist/dispatch/execute.js +0 -29
- package/dist/dispatch/execute.js.map +0 -1
- package/dist/dispatch/identity.d.ts +0 -75
- package/dist/dispatch/identity.d.ts.map +0 -1
- package/dist/dispatch/identity.js +0 -101
- package/dist/dispatch/identity.js.map +0 -1
- package/dist/dispatch/index.d.ts +0 -7
- package/dist/dispatch/index.d.ts.map +0 -1
- package/dist/dispatch/index.js +0 -7
- package/dist/dispatch/index.js.map +0 -1
- package/dist/dispatch/resolve.d.ts +0 -27
- package/dist/dispatch/resolve.d.ts.map +0 -1
- package/dist/dispatch/resolve.js +0 -65
- package/dist/dispatch/resolve.js.map +0 -1
- package/dist/dispatch/self.d.ts +0 -51
- package/dist/dispatch/self.d.ts.map +0 -1
- package/dist/dispatch/self.js +0 -116
- package/dist/dispatch/self.js.map +0 -1
- package/dist/dispatch/validate.d.ts +0 -35
- package/dist/dispatch/validate.d.ts.map +0 -1
- package/dist/dispatch/validate.js +0 -27
- package/dist/dispatch/validate.js.map +0 -1
- package/dist/domain/binding.d.ts +0 -18
- package/dist/domain/binding.d.ts.map +0 -1
- package/dist/domain/binding.js +0 -29
- package/dist/domain/binding.js.map +0 -1
- package/dist/domain/build-spec.d.ts +0 -37
- package/dist/domain/build-spec.d.ts.map +0 -1
- package/dist/domain/build-spec.js +0 -114
- package/dist/domain/build-spec.js.map +0 -1
- package/dist/domain/contract.d.ts +0 -17
- package/dist/domain/contract.d.ts.map +0 -1
- package/dist/domain/contract.js +0 -26
- package/dist/domain/contract.js.map +0 -1
- package/dist/domain/extend-functions.d.ts +0 -48
- package/dist/domain/extend-functions.d.ts.map +0 -1
- package/dist/domain/extend-functions.js +0 -85
- package/dist/domain/extend-functions.js.map +0 -1
- package/dist/domain/extend-views.d.ts +0 -45
- package/dist/domain/extend-views.d.ts.map +0 -1
- package/dist/domain/extend-views.js +0 -116
- package/dist/domain/extend-views.js.map +0 -1
- package/dist/linter/analyze.d.ts +0 -6
- package/dist/linter/analyze.d.ts.map +0 -1
- package/dist/linter/analyze.js +0 -12
- package/dist/linter/analyze.js.map +0 -1
- package/dist/linter/diagnostic.d.ts +0 -38
- package/dist/linter/diagnostic.d.ts.map +0 -1
- package/dist/linter/diagnostic.js +0 -37
- package/dist/linter/diagnostic.js.map +0 -1
- package/dist/linter/oxlint/config.d.ts +0 -15
- package/dist/linter/oxlint/config.d.ts.map +0 -1
- package/dist/linter/oxlint/config.js +0 -23
- package/dist/linter/oxlint/config.js.map +0 -1
- package/dist/linter/oxlint/ignore-patterns.d.ts +0 -9
- package/dist/linter/oxlint/ignore-patterns.d.ts.map +0 -1
- package/dist/linter/oxlint/ignore-patterns.js +0 -18
- package/dist/linter/oxlint/ignore-patterns.js.map +0 -1
- package/dist/linter/oxlint/plugin.d.ts +0 -13
- package/dist/linter/oxlint/plugin.d.ts.map +0 -1
- package/dist/linter/oxlint/plugin.js +0 -14
- package/dist/linter/oxlint/plugin.js.map +0 -1
- package/dist/linter/preflight.d.ts +0 -2
- package/dist/linter/preflight.d.ts.map +0 -1
- package/dist/linter/preflight.js +0 -162
- package/dist/linter/preflight.js.map +0 -1
- package/dist/linter/project.d.ts +0 -18
- package/dist/linter/project.d.ts.map +0 -1
- package/dist/linter/project.js +0 -150
- package/dist/linter/project.js.map +0 -1
- package/dist/linter/report.d.ts +0 -4
- package/dist/linter/report.d.ts.map +0 -1
- package/dist/linter/report.js +0 -22
- package/dist/linter/report.js.map +0 -1
- package/dist/linter/rules/catalog.d.ts +0 -56
- package/dist/linter/rules/catalog.d.ts.map +0 -1
- package/dist/linter/rules/catalog.js +0 -53
- package/dist/linter/rules/catalog.js.map +0 -1
- package/dist/linter/rules/core-has-no-async.d.ts +0 -3
- package/dist/linter/rules/core-has-no-async.d.ts.map +0 -1
- package/dist/linter/rules/core-has-no-async.js +0 -43
- package/dist/linter/rules/core-has-no-async.js.map +0 -1
- package/dist/linter/rules/core-is-pure.d.ts +0 -3
- package/dist/linter/rules/core-is-pure.d.ts.map +0 -1
- package/dist/linter/rules/core-is-pure.js +0 -74
- package/dist/linter/rules/core-is-pure.js.map +0 -1
- package/dist/linter/rules/no-nested-steps.d.ts +0 -3
- package/dist/linter/rules/no-nested-steps.d.ts.map +0 -1
- package/dist/linter/rules/no-nested-steps.js +0 -32
- package/dist/linter/rules/no-nested-steps.js.map +0 -1
- package/dist/linter/rules/no-read-inside-mutate.d.ts +0 -3
- package/dist/linter/rules/no-read-inside-mutate.d.ts.map +0 -1
- package/dist/linter/rules/no-read-inside-mutate.js +0 -64
- package/dist/linter/rules/no-read-inside-mutate.js.map +0 -1
- package/dist/linter/rules/one-remote-definition-per-file.d.ts +0 -3
- package/dist/linter/rules/one-remote-definition-per-file.d.ts.map +0 -1
- package/dist/linter/rules/one-remote-definition-per-file.js +0 -23
- package/dist/linter/rules/one-remote-definition-per-file.js.map +0 -1
- package/dist/linter/rules/oxlint-ast.d.ts +0 -30
- package/dist/linter/rules/oxlint-ast.d.ts.map +0 -1
- package/dist/linter/rules/oxlint-ast.js +0 -104
- package/dist/linter/rules/oxlint-ast.js.map +0 -1
- package/dist/linter/rules/oxlint-rule.d.ts +0 -45
- package/dist/linter/rules/oxlint-rule.d.ts.map +0 -1
- package/dist/linter/rules/oxlint-rule.js +0 -2
- package/dist/linter/rules/oxlint-rule.js.map +0 -1
- package/dist/linter/rules/project-rule.d.ts +0 -10
- package/dist/linter/rules/project-rule.d.ts.map +0 -1
- package/dist/linter/rules/project-rule.js +0 -24
- package/dist/linter/rules/project-rule.js.map +0 -1
- package/dist/linter/rules/thin-schema-composition-root.d.ts +0 -3
- package/dist/linter/rules/thin-schema-composition-root.d.ts.map +0 -1
- package/dist/linter/rules/thin-schema-composition-root.js +0 -23
- package/dist/linter/rules/thin-schema-composition-root.js.map +0 -1
- package/dist/linter/source.d.ts +0 -24
- package/dist/linter/source.d.ts.map +0 -1
- package/dist/linter/source.js +0 -279
- package/dist/linter/source.js.map +0 -1
- package/dist/linter/suppression.d.ts +0 -3
- package/dist/linter/suppression.d.ts.map +0 -1
- package/dist/linter/suppression.js +0 -11
- package/dist/linter/suppression.js.map +0 -1
- package/dist/method/class.d.ts +0 -71
- package/dist/method/class.d.ts.map +0 -1
- package/dist/method/class.js +0 -26
- package/dist/method/class.js.map +0 -1
- package/dist/method/context.d.ts +0 -99
- package/dist/method/context.d.ts.map +0 -1
- package/dist/method/context.js +0 -11
- package/dist/method/context.js.map +0 -1
- package/dist/method/index.d.ts +0 -6
- package/dist/method/index.d.ts.map +0 -1
- package/dist/method/index.js +0 -3
- package/dist/method/index.js.map +0 -1
- package/dist/method/single.d.ts +0 -81
- package/dist/method/single.d.ts.map +0 -1
- package/dist/method/single.js +0 -8
- package/dist/method/single.js.map +0 -1
- package/dist/server/auxiliary-routes.d.ts +0 -48
- package/dist/server/auxiliary-routes.d.ts.map +0 -1
- package/dist/server/auxiliary-routes.js +0 -322
- package/dist/server/auxiliary-routes.js.map +0 -1
- package/dist/server/config.d.ts +0 -83
- package/dist/server/config.d.ts.map +0 -1
- package/dist/server/config.js +0 -8
- package/dist/server/config.js.map +0 -1
- package/dist/server/create.d.ts +0 -8
- package/dist/server/create.d.ts.map +0 -1
- package/dist/server/create.js +0 -171
- package/dist/server/create.js.map +0 -1
- package/dist/server/domain-entry.d.ts +0 -77
- package/dist/server/domain-entry.d.ts.map +0 -1
- package/dist/server/domain-entry.js +0 -60
- package/dist/server/domain-entry.js.map +0 -1
- package/dist/server/handle.d.ts +0 -35
- package/dist/server/handle.d.ts.map +0 -1
- package/dist/server/handle.js +0 -9
- package/dist/server/handle.js.map +0 -1
- package/dist/server/jwks.d.ts +0 -11
- package/dist/server/jwks.d.ts.map +0 -1
- package/dist/server/jwks.js +0 -15
- package/dist/server/jwks.js.map +0 -1
- package/dist/server/require-env.d.ts +0 -15
- package/dist/server/require-env.d.ts.map +0 -1
- package/dist/server/require-env.js +0 -21
- package/dist/server/require-env.js.map +0 -1
- package/dist/server/service-entry.d.ts +0 -32
- package/dist/server/service-entry.d.ts.map +0 -1
- package/dist/server/service-entry.js +0 -150
- package/dist/server/service-entry.js.map +0 -1
- package/dist/server/serving-url.d.ts +0 -14
- package/dist/server/serving-url.d.ts.map +0 -1
- package/dist/server/serving-url.js +0 -28
- package/dist/server/serving-url.js.map +0 -1
- package/dist/server/start.d.ts +0 -11
- package/dist/server/start.d.ts.map +0 -1
- package/dist/server/start.js +0 -34
- package/dist/server/start.js.map +0 -1
- package/dist/server/worker-entry.d.ts +0 -157
- package/dist/server/worker-entry.d.ts.map +0 -1
- package/dist/server/worker-entry.js +0 -201
- package/dist/server/worker-entry.js.map +0 -1
- package/dist/service/functions.d.ts +0 -148
- package/dist/service/functions.d.ts.map +0 -1
- package/dist/service/functions.js +0 -115
- package/dist/service/functions.js.map +0 -1
- package/dist/service/index.d.ts +0 -3
- package/dist/service/index.d.ts.map +0 -1
- package/dist/service/index.js +0 -2
- package/dist/service/index.js.map +0 -1
- package/dist/step/index.d.ts +0 -5
- package/dist/step/index.d.ts.map +0 -1
- package/dist/step/index.js +0 -3
- package/dist/step/index.js.map +0 -1
- package/dist/step/inline.d.ts +0 -8
- package/dist/step/inline.d.ts.map +0 -1
- package/dist/step/inline.js +0 -22
- package/dist/step/inline.js.map +0 -1
- package/dist/step/step.d.ts +0 -28
- package/dist/step/step.d.ts.map +0 -1
- package/dist/step/step.js +0 -53
- package/dist/step/step.js.map +0 -1
- package/src/auth/authenticate.ts +0 -51
- package/src/auth/check.ts +0 -69
- package/src/auth/compose.ts +0 -56
- package/src/auth/errors.ts +0 -32
- package/src/auth/function-context.ts +0 -108
- package/src/auth/identity.ts +0 -17
- package/src/auth/index.ts +0 -19
- package/src/auth/issuer-mint.ts +0 -76
- package/src/auth/kernel-client.ts +0 -153
- package/src/auth/resolve.ts +0 -63
- package/src/auth/sign.ts +0 -36
- package/src/auth/verify.ts +0 -199
- package/src/cli/bin.ts +0 -15
- package/src/cli/dotenv.ts +0 -65
- package/src/cli/index.ts +0 -15
- package/src/cli/log.ts +0 -18
- package/src/cli/publish.ts +0 -341
- package/src/cli/run.ts +0 -769
- package/src/cli/spec.ts +0 -44
- package/src/config/adapter.ts +0 -177
- package/src/config/define-domain.ts +0 -354
- package/src/config/deploy.ts +0 -35
- package/src/config/index.ts +0 -31
- package/src/define/index.ts +0 -10
- package/src/define/remote-function.ts +0 -184
- package/src/define/view.ts +0 -112
- package/src/deploy/check.ts +0 -124
- package/src/deploy/index.ts +0 -2
- package/src/deploy/meta.ts +0 -50
- package/src/dispatch/authorize.ts +0 -29
- package/src/dispatch/dispatcher.ts +0 -321
- package/src/dispatch/errors.ts +0 -94
- package/src/dispatch/execute.ts +0 -67
- package/src/dispatch/identity.ts +0 -143
- package/src/dispatch/index.ts +0 -16
- package/src/dispatch/resolve.ts +0 -78
- package/src/dispatch/self.ts +0 -198
- package/src/dispatch/validate.ts +0 -41
- package/src/domain/binding.ts +0 -37
- package/src/domain/build-spec.ts +0 -156
- package/src/domain/contract.ts +0 -41
- package/src/domain/define.ts +0 -162
- package/src/domain/extend-functions.ts +0 -110
- package/src/domain/extend-views.ts +0 -151
- package/src/domain/index.ts +0 -4
- package/src/index.ts +0 -165
- package/src/linter/analyze.ts +0 -17
- package/src/linter/diagnostic.ts +0 -85
- package/src/linter/docs/DIAGNOSTICS.md +0 -47
- package/src/linter/docs/JUDGMENT.md +0 -81
- package/src/linter/docs/PRINCIPLES.md +0 -97
- package/src/linter/docs/README.md +0 -38
- package/src/linter/docs/RULE-AUTHORING.md +0 -144
- package/src/linter/docs/RULES.md +0 -153
- package/src/linter/index.ts +0 -15
- package/src/linter/lint.ts +0 -34
- package/src/linter/oxlint/astrale-ox.d.ts +0 -5
- package/src/linter/oxlint/config.ts +0 -24
- package/src/linter/oxlint/ignore-patterns.ts +0 -17
- package/src/linter/oxlint/plugin.js +0 -16
- package/src/linter/oxlint/process.ts +0 -219
- package/src/linter/oxlint/run.ts +0 -175
- package/src/linter/preflight.ts +0 -182
- package/src/linter/project.ts +0 -190
- package/src/linter/report.ts +0 -25
- package/src/linter/rules/catalog.ts +0 -67
- package/src/linter/rules/core-has-no-async.js +0 -43
- package/src/linter/rules/core-is-pure.ts +0 -103
- package/src/linter/rules/no-nested-steps.js +0 -37
- package/src/linter/rules/no-read-inside-mutate.js +0 -72
- package/src/linter/rules/one-remote-definition-per-file.ts +0 -29
- package/src/linter/rules/oxlint-ast.js +0 -110
- package/src/linter/rules/oxlint-rule.ts +0 -35
- package/src/linter/rules/project-rule.ts +0 -37
- package/src/linter/rules/thin-schema-composition-root.ts +0 -26
- package/src/linter/source.ts +0 -323
- package/src/linter/suppression.ts +0 -11
- package/src/method/class.ts +0 -163
- package/src/method/context.ts +0 -135
- package/src/method/index.ts +0 -19
- package/src/method/single.ts +0 -166
- package/src/server/auxiliary-routes.ts +0 -456
- package/src/server/config.ts +0 -85
- package/src/server/create.ts +0 -210
- package/src/server/domain-entry.ts +0 -125
- package/src/server/handle.ts +0 -37
- package/src/server/index.ts +0 -19
- package/src/server/jwks.ts +0 -18
- package/src/server/require-env.ts +0 -19
- package/src/server/service-entry.ts +0 -209
- package/src/server/serving-url.ts +0 -28
- package/src/server/start.ts +0 -42
- package/src/server/worker-entry.ts +0 -286
- package/src/service/functions.ts +0 -164
- package/src/service/index.ts +0 -18
- package/src/step/index.ts +0 -4
- package/src/step/inline.ts +0 -38
- package/src/step/step.ts +0 -95
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Authoring a standalone remote function — a callable not bound to a class.
|
|
3
|
-
* (The verb keeps the `defineRemoteFunction` name; the node it materializes is
|
|
4
|
-
* the canonical kernel `Function` class, replacing the former remote-function wrapper.)
|
|
5
|
-
*
|
|
6
|
-
* Each entry in `defineRemoteDomain({ remoteFunctions: { ... } })` becomes:
|
|
7
|
-
* - a graph node at `/${origin}/functions/<slug>` — a first-class domain MEMBER,
|
|
8
|
-
* materialized as the kernel `Function` class and attached to the Domain via an
|
|
9
|
-
* `of_domain` edge (slug `function.<slug>`), so it is addressable by the
|
|
10
|
-
* semantic path `/:${origin}:function.<slug>` (the form a `postInstall` uses).
|
|
11
|
-
* - a Hono route on the worker at the path implied by `binding`
|
|
12
|
-
* (`/<functionsFolder>/<slug>` POST by default — the route URL is decoupled
|
|
13
|
-
* from the graph layout).
|
|
14
|
-
*
|
|
15
|
-
* The slug = the map key (single source of truth, no duplication). The member
|
|
16
|
-
* ref (`function.<slug>`), the layout (`/<origin>/functions/<slug>`), and the
|
|
17
|
-
* `of_domain` edge slug are all DERIVED from it — there is nothing else to name.
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
import type { AuthPolicy, FunctionBinding } from '@astrale-os/kernel-api/routed'
|
|
21
|
-
import type { FnMap } from '@astrale-os/kernel-client'
|
|
22
|
-
import type { BoundClientSessionView } from '@astrale-os/kernel-client/session'
|
|
23
|
-
import type { Defer, Sleep } from '@astrale-os/kernel-server'
|
|
24
|
-
import type { Context } from 'hono'
|
|
25
|
-
import type { z } from 'zod'
|
|
26
|
-
|
|
27
|
-
import type { FunctionContextApi } from '../auth/function-context.js'
|
|
28
|
-
import type { DomainAuthority } from '../auth/issuer-mint.js'
|
|
29
|
-
import type { AuthForPolicy, CallerContext, KernelForAuth, RemoteEnv } from '../method/context.js'
|
|
30
|
-
import type { Step } from '../step/index.js'
|
|
31
|
-
|
|
32
|
-
type RemoteFunctionBaseContext<
|
|
33
|
-
TParams,
|
|
34
|
-
TDeps = unknown,
|
|
35
|
-
TKernel = BoundClientSessionView<FnMap> | null,
|
|
36
|
-
TAuth extends AuthPolicy = AuthPolicy,
|
|
37
|
-
> = {
|
|
38
|
-
/** Validated params (Zod-checked against `inputSchema`). */
|
|
39
|
-
params: TParams
|
|
40
|
-
/** Hono request context — escape hatch for headers, raw body, etc. */
|
|
41
|
-
c: Context
|
|
42
|
-
/**
|
|
43
|
-
* Resolved auth context. Its nullability follows the function's `auth`
|
|
44
|
-
* policy: non-null for the default `'required'`, `... | null` for
|
|
45
|
-
* `'optional'`, and `null` for `'public'`.
|
|
46
|
-
*/
|
|
47
|
-
auth: AuthForPolicy<TAuth>
|
|
48
|
-
/** Typed dependency container injected at server startup. */
|
|
49
|
-
deps: TDeps
|
|
50
|
-
/** Local serving metadata. */
|
|
51
|
-
env: RemoteEnv
|
|
52
|
-
/**
|
|
53
|
-
* `BoundClientSessionView` to the parent kernel, bound to the composed
|
|
54
|
-
* credential `union(delegation, self)` — same shape as `RemoteContext.kernel`
|
|
55
|
-
* for `remoteMethod`, including the typed graph read/write sugar flattened onto
|
|
56
|
-
* it (`kernel.get` / `kernel.children` / `kernel.query`,
|
|
57
|
-
* `kernel.createNode` / `kernel.mutate(patch)`, …) over the `function.get` /
|
|
58
|
-
* `function.mutate` syscalls. Nullability follows {@link KernelForAuth} of the
|
|
59
|
-
* function's `auth`: non-null for the default `'required'`, `… | null` for
|
|
60
|
-
* `'optional'`, `null` for `'public'` (use `ctx.fn.kernel()` there, after
|
|
61
|
-
* verifying the upstream).
|
|
62
|
-
*/
|
|
63
|
-
kernel: TKernel
|
|
64
|
-
/** Inbound kernel/peer context. Present only for authenticated invocations. */
|
|
65
|
-
caller?: CallerContext
|
|
66
|
-
/** Mint seam for identities THIS DOMAIN issues. */
|
|
67
|
-
domain: DomainAuthority
|
|
68
|
-
/** Current function identity tools. */
|
|
69
|
-
fn: FunctionContextApi
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export type RemoteFunctionAuthorizeContext<
|
|
73
|
-
TParams,
|
|
74
|
-
TDeps = unknown,
|
|
75
|
-
TKernel = BoundClientSessionView<FnMap> | null,
|
|
76
|
-
TAuth extends AuthPolicy = AuthPolicy,
|
|
77
|
-
> = RemoteFunctionBaseContext<TParams, TDeps, TKernel, TAuth>
|
|
78
|
-
|
|
79
|
-
export interface RemoteFunctionContext<
|
|
80
|
-
TParams,
|
|
81
|
-
TDeps = unknown,
|
|
82
|
-
TKernel = BoundClientSessionView<FnMap> | null,
|
|
83
|
-
TAuth extends AuthPolicy = AuthPolicy,
|
|
84
|
-
> extends RemoteFunctionBaseContext<TParams, TDeps, TKernel, TAuth> {
|
|
85
|
-
/** Durable-shaped step builder. Inline today, replayable by future backends. */
|
|
86
|
-
step: Step
|
|
87
|
-
/** Run independent work without making its completion part of this result. */
|
|
88
|
-
defer: Defer
|
|
89
|
-
/** Pause execution for a relative duration. Durable hosts may persist the wait. */
|
|
90
|
-
sleep: Sleep
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export type RemoteFunctionDef<
|
|
94
|
-
TParams = unknown,
|
|
95
|
-
TResult = unknown,
|
|
96
|
-
TDeps = unknown,
|
|
97
|
-
TAuth extends AuthPolicy = 'required',
|
|
98
|
-
> = {
|
|
99
|
-
/** Zod schema for the call's parameters. */
|
|
100
|
-
inputSchema: z.ZodType<TParams>
|
|
101
|
-
/** Zod schema for the call's result. */
|
|
102
|
-
outputSchema: z.ZodType<TResult>
|
|
103
|
-
/**
|
|
104
|
-
* Override the binding (URL + route shape). When absent, SDK defaults to
|
|
105
|
-
* `{ remoteUrl: ${url}/<functionsFolder>/<slug> }`. The HTTP verb (POST
|
|
106
|
-
* for functions) is applied by the worker route mounter at mount time — it is
|
|
107
|
-
* NOT stored on the binding, so the materialized `Function.binding` carries
|
|
108
|
-
* `remoteUrl` only.
|
|
109
|
-
*
|
|
110
|
-
* Use this to bind to a custom host or REST-style path. Host + path
|
|
111
|
-
* placeholders both supported.
|
|
112
|
-
*/
|
|
113
|
-
binding?: FunctionBinding
|
|
114
|
-
/**
|
|
115
|
-
* Authentication policy. Defaults to `'required'`. Captured as a literal type
|
|
116
|
-
* so it drives `ctx.auth` and {@link KernelForAuth} on the
|
|
117
|
-
* `execute`/`authorize` context: omit it (or `'required'`) makes both
|
|
118
|
-
* non-null; `'optional'` widens them to `... | null`; `'public'` makes them
|
|
119
|
-
* `null` (webhooks reach the graph via `ctx.fn.kernel()`).
|
|
120
|
-
*/
|
|
121
|
-
auth?: TAuth
|
|
122
|
-
/** Optional pre-execute authorization. Throw to deny. */
|
|
123
|
-
authorize?: (
|
|
124
|
-
ctx: RemoteFunctionAuthorizeContext<TParams, TDeps, KernelForAuth<TAuth>, TAuth>,
|
|
125
|
-
) => void | Promise<void>
|
|
126
|
-
/** The function body. May be async. */
|
|
127
|
-
execute: (
|
|
128
|
-
ctx: RemoteFunctionContext<TParams, TDeps, KernelForAuth<TAuth>, TAuth>,
|
|
129
|
-
) => TResult | Promise<TResult>
|
|
130
|
-
/** Optional human-readable description. */
|
|
131
|
-
description?: string
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
// Loosely-typed "bag" for the per-domain function maps. The PRECISE typing is
|
|
135
|
-
// enforced at each `defineRemoteFunction` call site; this only has to HOLD defs
|
|
136
|
-
// of ANY auth policy. We deliberately do NOT pin a single concrete `TAuth`:
|
|
137
|
-
// `RemoteFunctionContext` carries `kernel: KernelForAuth<TAuth>` (an
|
|
138
|
-
// auth-dependent type that resolves to a concrete union), so any single concrete
|
|
139
|
-
// policy — `'required'` OR the full `AuthPolicy` union — rejects the others when
|
|
140
|
-
// a handler is assigned into the bag under parameter contravariance (a public
|
|
141
|
-
// handler wants `kernel: null`, a required one `kernel: Kernel`; neither fits a
|
|
142
|
-
// fixed bag). Relaxing the `authorize`/`execute` PARAMS to `any` is what makes
|
|
143
|
-
// the bag accept every policy; soundness is unchanged — the bag was already
|
|
144
|
-
// `any, any, any`, and the real contract is checked at the call site.
|
|
145
|
-
// oxlint-disable no-explicit-any
|
|
146
|
-
export type AnyRemoteFunctionDef = Omit<
|
|
147
|
-
RemoteFunctionDef<any, any, any, AuthPolicy>,
|
|
148
|
-
'authorize' | 'execute'
|
|
149
|
-
> & {
|
|
150
|
-
authorize?: (ctx: any) => void | Promise<void>
|
|
151
|
-
execute: (ctx: any) => any
|
|
152
|
-
}
|
|
153
|
-
// oxlint-enable no-explicit-any
|
|
154
|
-
|
|
155
|
-
// Compile-time regression guards (pure `type` aliases — zero runtime emit, but
|
|
156
|
-
// checked by `pnpm typecheck` since this file is under `src/`). Each asserts a
|
|
157
|
-
// function of the given auth policy still FITS the bag. If `AnyRemoteFunctionDef`
|
|
158
|
-
// ever narrows back and rejects a policy, the matching `_Assert<false>` errors.
|
|
159
|
-
type _AssertTrue<T extends true> = T
|
|
160
|
-
type _FnFitsBag<D> = D extends AnyRemoteFunctionDef ? true : false
|
|
161
|
-
// Exported only so `noUnusedLocals` treats the assertions as used — it is NOT
|
|
162
|
-
// re-exported by `../define`, so it never reaches the package's public surface.
|
|
163
|
-
// A regression that makes the bag reject a policy turns the matching
|
|
164
|
-
// `_AssertTrue<false>` into a compile error here.
|
|
165
|
-
export type _AuthPolicyBagGuards = [
|
|
166
|
-
_AssertTrue<_FnFitsBag<RemoteFunctionDef<unknown, unknown, unknown, 'public'>>>,
|
|
167
|
-
_AssertTrue<_FnFitsBag<RemoteFunctionDef<unknown, unknown, unknown, 'optional'>>>,
|
|
168
|
-
_AssertTrue<_FnFitsBag<RemoteFunctionDef<unknown, unknown, unknown, 'required'>>>,
|
|
169
|
-
]
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Identity helper for authoring a RemoteFunction. Returns its argument
|
|
173
|
-
* unchanged — `defineRemoteDomain` consumes the typed shape.
|
|
174
|
-
*/
|
|
175
|
-
export function defineRemoteFunction<
|
|
176
|
-
TParams,
|
|
177
|
-
TResult,
|
|
178
|
-
TDeps = unknown,
|
|
179
|
-
TAuth extends AuthPolicy = 'required',
|
|
180
|
-
>(
|
|
181
|
-
def: RemoteFunctionDef<TParams, TResult, TDeps, TAuth>,
|
|
182
|
-
): RemoteFunctionDef<TParams, TResult, TDeps, TAuth> {
|
|
183
|
-
return def
|
|
184
|
-
}
|
package/src/define/view.ts
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Authoring a `View` — iframe-mountable callable served by the domain worker.
|
|
3
|
-
*
|
|
4
|
-
* Each entry in `defineRemoteDomain({ views: { ... } })` becomes both:
|
|
5
|
-
* - a first-class domain MEMBER: a `View` node at `/${origin}/views/<slug>`
|
|
6
|
-
* attached to the Domain via an `of_domain` edge (slug `view.<slug>`),
|
|
7
|
-
* addressable as `/:${origin}:view.<slug>`. `<slug>` is the map key, so it
|
|
8
|
-
* lives in exactly one place.
|
|
9
|
-
* - a Hono route on the worker at the path implied by `binding`
|
|
10
|
-
* (`/<viewsFolder>/<slug>` by default).
|
|
11
|
-
*
|
|
12
|
-
* The graph layout (`/<origin>/views/<slug>`) is a fixed kernel convention; the
|
|
13
|
-
* URL path that lands in `Function.binding.remoteUrl` is
|
|
14
|
-
* `${url}/<viewsFolder>/<slug>` — DECOUPLED from the graph layout.
|
|
15
|
-
*
|
|
16
|
-
* The author can override the URL via `binding` — host and/or path
|
|
17
|
-
* placeholders are supported (the kernel's `route` mechanism does the
|
|
18
|
-
* substitution + Hono matching, same as for methods). When `render` is
|
|
19
|
-
* omitted, no worker route is mounted — useful for Views whose iframe
|
|
20
|
-
* lives at an external host.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
import type { AuthPolicy, FunctionBinding } from '@astrale-os/kernel-api/routed'
|
|
24
|
-
import type { EdgeEndpoint } from '@astrale-os/kernel-dsl'
|
|
25
|
-
import type { Context } from 'hono'
|
|
26
|
-
|
|
27
|
-
import type { FunctionContextApi } from '../auth/function-context.js'
|
|
28
|
-
import type { AuthForPolicy } from '../method/context.js'
|
|
29
|
-
import type { RemoteEnv } from '../method/context.js'
|
|
30
|
-
|
|
31
|
-
export type ViewRenderContext<TDeps = unknown, TAuth extends AuthPolicy = AuthPolicy> = {
|
|
32
|
-
/** Hono request context — read params, headers, query, etc. */
|
|
33
|
-
c: Context
|
|
34
|
-
/**
|
|
35
|
-
* Placeholders extracted from the request URL (host + path placeholders
|
|
36
|
-
* declared in `binding.remoteUrl` / `binding.route.path`). Empty when
|
|
37
|
-
* the binding has no placeholders.
|
|
38
|
-
*/
|
|
39
|
-
params: Record<string, string>
|
|
40
|
-
/**
|
|
41
|
-
* Resolved auth context. Its nullability follows the View's `auth` policy:
|
|
42
|
-
* non-null for `'required'`, `... | null` for `'optional'`, and `null` for
|
|
43
|
-
* `'public'`.
|
|
44
|
-
*/
|
|
45
|
-
auth: AuthForPolicy<TAuth>
|
|
46
|
-
/** Typed dependency container injected at server startup. */
|
|
47
|
-
deps: TDeps
|
|
48
|
-
/** Local serving metadata. */
|
|
49
|
-
env: RemoteEnv
|
|
50
|
-
/** View function identity tools. Use `fn.kernel()` for server-rendered graph reads. */
|
|
51
|
-
fn: FunctionContextApi
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export type ViewDef<TDeps = unknown, TAuth extends AuthPolicy = AuthPolicy> = {
|
|
55
|
-
/**
|
|
56
|
-
* Override the binding (URL + route shape). When absent, SDK defaults to
|
|
57
|
-
* `{ remoteUrl: ${url}/<viewsFolder>/<slug> }`. The HTTP verb (GET for
|
|
58
|
-
* views) is applied by the worker route mounter at mount time — it is NOT
|
|
59
|
-
* stored on the binding.
|
|
60
|
-
*
|
|
61
|
-
* Use this to bind to a custom host (e.g. `https://{tenant}.example.com`)
|
|
62
|
-
* or REST-style path. Host + path placeholders both supported.
|
|
63
|
-
*/
|
|
64
|
-
binding?: FunctionBinding
|
|
65
|
-
/**
|
|
66
|
-
* Worker-relative path the View's iframe is served from (e.g. `'/ui/note'`),
|
|
67
|
-
* for Views backed by the client SPA instead of a `render`. The spec producer
|
|
68
|
-
* resolves it against the serving url (`binding.remoteUrl = ${url}${mount}`)
|
|
69
|
-
* at materialize time — so the dev never hardcodes a URL. Mutually exclusive
|
|
70
|
-
* with `render`; takes precedence over `binding`.
|
|
71
|
-
*/
|
|
72
|
-
mount?: string
|
|
73
|
-
/**
|
|
74
|
-
* Shell handshake mode for the mounted iframe. Omit for the common case:
|
|
75
|
-
* SPA-mounted views (`mount`) use the shell handshake; inline `render` views
|
|
76
|
-
* default to `'none'` because they do not include the shell client.
|
|
77
|
-
*/
|
|
78
|
-
handshake?: 'shell' | 'none'
|
|
79
|
-
/** Authentication policy. Defaults to `'required'`. */
|
|
80
|
-
auth?: TAuth
|
|
81
|
-
/**
|
|
82
|
-
* Optional pre-render authorization. Runs after auth resolution; throw to
|
|
83
|
-
* deny. SDK wraps as 403.
|
|
84
|
-
*/
|
|
85
|
-
authorize?: (ctx: ViewRenderContext<TDeps, TAuth>) => void | Promise<void>
|
|
86
|
-
/**
|
|
87
|
-
* Render the iframe response. May return a redirect, a proxy, or inline
|
|
88
|
-
* HTML. When omitted, no worker route is mounted — the binding URL
|
|
89
|
-
* points elsewhere (CDN, external service).
|
|
90
|
-
*/
|
|
91
|
-
render?: (ctx: ViewRenderContext<TDeps, TAuth>) => Response | Promise<Response>
|
|
92
|
-
/**
|
|
93
|
-
* Optional target(s) the View attaches to via `view_for` edge(s). Typically
|
|
94
|
-
* `selfOf(SomeClass)` to bind to a class meta-node, or a `CorePath`
|
|
95
|
-
* pointing at a specific instance. Pass an array to attach the same View
|
|
96
|
-
* to multiple targets (one `view_for` edge is materialized per entry).
|
|
97
|
-
*/
|
|
98
|
-
viewFor?: EdgeEndpoint | EdgeEndpoint[]
|
|
99
|
-
/** Optional human-readable description. */
|
|
100
|
-
description?: string
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Identity helper for authoring a View. Returns its argument unchanged —
|
|
105
|
-
* `defineRemoteDomain` consumes the typed shape and the author retains
|
|
106
|
-
* full type inference on `render` / `authorize`.
|
|
107
|
-
*/
|
|
108
|
-
export function defineView<TDeps = unknown, TAuth extends AuthPolicy = 'required'>(
|
|
109
|
-
def: ViewDef<TDeps, TAuth>,
|
|
110
|
-
): ViewDef<TDeps, TAuth> {
|
|
111
|
-
return def
|
|
112
|
-
}
|
package/src/deploy/check.ts
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { spawnSync } from 'node:child_process'
|
|
2
|
-
import { join } from 'node:path'
|
|
3
|
-
|
|
4
|
-
import type { Meta } from './meta.js'
|
|
5
|
-
|
|
6
|
-
import { MetaSchema } from './meta.js'
|
|
7
|
-
|
|
8
|
-
export type DeployCheckOptions = {
|
|
9
|
-
/** Deployed worker URL (e.g. `https://example.astrale.ai`). */
|
|
10
|
-
url: string
|
|
11
|
-
/**
|
|
12
|
-
* Expected `meta.schemaHash` — the hash of the domain's install graph (via
|
|
13
|
-
* `buildInstallGraphHash(domain, url)`). REQUIRED to verify schema drift: when
|
|
14
|
-
* the worker advertises a `schemaHash` but this is absent, the check fails
|
|
15
|
-
* loudly rather than silently "passing" an unverified deploy. Per-domain
|
|
16
|
-
* deploy scripts compute it (`buildInstallGraphHash(...)`) and pass it.
|
|
17
|
-
*/
|
|
18
|
-
expectedSchemaHash?: string
|
|
19
|
-
/**
|
|
20
|
-
* Path to the SDK repo used to read `sdkCommit`. If omitted and
|
|
21
|
-
* `workspaceRoot` is provided, defaults to `<workspaceRoot>/sdk`.
|
|
22
|
-
*/
|
|
23
|
-
sdkRepoPath?: string
|
|
24
|
-
/** Astrale workspace root — enables auto-resolution of `sdkRepoPath` (`<root>/sdk`). */
|
|
25
|
-
workspaceRoot?: string
|
|
26
|
-
/** Sink for progress output. Defaults to `console.log`. */
|
|
27
|
-
log?: (line: string) => void
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Validate a deployed worker against local state by fetching `/meta` and
|
|
32
|
-
* verifying sdkCommit / schemaHash / JWKS reachability.
|
|
33
|
-
*
|
|
34
|
-
* Throws on any mismatch. Returns `Meta` on success.
|
|
35
|
-
*/
|
|
36
|
-
export async function deployCheck(opts: DeployCheckOptions): Promise<Meta> {
|
|
37
|
-
// oxlint-disable-next-line no-console
|
|
38
|
-
const log = opts.log ?? ((line: string) => console.log(line))
|
|
39
|
-
const base = opts.url.replace(/\/+$/, '')
|
|
40
|
-
|
|
41
|
-
log(`# deploy:check ${base}`)
|
|
42
|
-
|
|
43
|
-
const meta = await fetchMeta(base)
|
|
44
|
-
log(` meta: ${JSON.stringify(meta)}`)
|
|
45
|
-
// `meta.iss` is required + non-empty by `MetaSchema`, enforced in `fetchMeta`.
|
|
46
|
-
|
|
47
|
-
await Promise.all([
|
|
48
|
-
checkSdkCommit(meta, opts, log),
|
|
49
|
-
checkSchemaHash(meta, opts, log),
|
|
50
|
-
checkJwks(meta.iss, log),
|
|
51
|
-
])
|
|
52
|
-
|
|
53
|
-
return meta
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
async function fetchMeta(base: string): Promise<Meta> {
|
|
57
|
-
const res = await fetch(`${base}/meta`)
|
|
58
|
-
if (!res.ok) throw new Error(`GET ${base}/meta → ${res.status}`)
|
|
59
|
-
return MetaSchema.parse(await res.json())
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
async function checkSdkCommit(
|
|
63
|
-
meta: Meta,
|
|
64
|
-
opts: DeployCheckOptions,
|
|
65
|
-
log: (line: string) => void,
|
|
66
|
-
): Promise<void> {
|
|
67
|
-
if (!meta.sdkCommit) {
|
|
68
|
-
log(' ! meta.sdkCommit absent — skipping sdkCommit check')
|
|
69
|
-
return
|
|
70
|
-
}
|
|
71
|
-
const sdkRepo =
|
|
72
|
-
opts.sdkRepoPath ?? (opts.workspaceRoot ? join(opts.workspaceRoot, 'sdk') : undefined)
|
|
73
|
-
if (!sdkRepo) {
|
|
74
|
-
log(` ! no sdkRepoPath / workspaceRoot — skipping sdkCommit check`)
|
|
75
|
-
return
|
|
76
|
-
}
|
|
77
|
-
const localSha = gitHead(sdkRepo)
|
|
78
|
-
if (!localSha) {
|
|
79
|
-
log(` ! could not read git HEAD from ${sdkRepo} — skipping sdkCommit check`)
|
|
80
|
-
return
|
|
81
|
-
}
|
|
82
|
-
if (!localSha.startsWith(meta.sdkCommit) && !meta.sdkCommit.startsWith(localSha)) {
|
|
83
|
-
throw new Error(`sdkCommit mismatch: deployed=${meta.sdkCommit} local=${localSha} (${sdkRepo})`)
|
|
84
|
-
}
|
|
85
|
-
log(` ✓ sdkCommit ${meta.sdkCommit} matches local HEAD`)
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
async function checkSchemaHash(
|
|
89
|
-
meta: Meta,
|
|
90
|
-
opts: DeployCheckOptions,
|
|
91
|
-
log: (line: string) => void,
|
|
92
|
-
): Promise<void> {
|
|
93
|
-
if (!meta.schemaHash) return
|
|
94
|
-
// Fail loud: the worker advertises a schemaHash, so a missing expected value
|
|
95
|
-
// means we CANNOT verify drift — never silently "pass" an unverified deploy.
|
|
96
|
-
if (!opts.expectedSchemaHash) {
|
|
97
|
-
throw new Error(
|
|
98
|
-
`worker advertises schemaHash=${meta.schemaHash} but no expectedSchemaHash was provided — ` +
|
|
99
|
-
`cannot verify schema drift (pass expectedSchemaHash, e.g. buildInstallGraphHash(domain, url))`,
|
|
100
|
-
)
|
|
101
|
-
}
|
|
102
|
-
if (meta.schemaHash !== opts.expectedSchemaHash) {
|
|
103
|
-
throw new Error(
|
|
104
|
-
`schemaHash mismatch: deployed=${meta.schemaHash} local=${opts.expectedSchemaHash}`,
|
|
105
|
-
)
|
|
106
|
-
}
|
|
107
|
-
log(` ✓ schemaHash ${meta.schemaHash} matches local`)
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
async function checkJwks(iss: string, log: (line: string) => void): Promise<void> {
|
|
111
|
-
const jwksUrl = `${iss.replace(/\/+$/, '')}/.well-known/jwks.json`
|
|
112
|
-
const res = await fetch(jwksUrl)
|
|
113
|
-
if (!res.ok) throw new Error(`GET ${jwksUrl} → ${res.status}`)
|
|
114
|
-
const body = (await res.json()) as { keys?: Array<{ kid?: string }> }
|
|
115
|
-
const keys = body.keys ?? []
|
|
116
|
-
if (keys.length === 0) throw new Error(`${jwksUrl} returned no keys`)
|
|
117
|
-
log(` ✓ JWKS resolves (${keys.length} key${keys.length === 1 ? '' : 's'})`)
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
function gitHead(repoPath: string): string | null {
|
|
121
|
-
const r = spawnSync('git', ['-C', repoPath, 'rev-parse', 'HEAD'], { encoding: 'utf-8' })
|
|
122
|
-
if (r.status !== 0) return null
|
|
123
|
-
return r.stdout.trim()
|
|
124
|
-
}
|
package/src/deploy/index.ts
DELETED
package/src/deploy/meta.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `/meta` payload — the contract between `createRemoteServer` (producer)
|
|
3
|
-
* and `deployCheck` (verifier). Both sides parse through `MetaSchema`, so
|
|
4
|
-
* a new field added here flows to both paths and drift is caught at the
|
|
5
|
-
* boundary rather than silently skipped.
|
|
6
|
-
*
|
|
7
|
-
* Scope: **domain workers only**. Kernels rely on OIDC discovery
|
|
8
|
-
* (`/.well-known/openid-configuration`) + JWKS — they have no `/meta`.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import { z } from 'zod'
|
|
12
|
-
|
|
13
|
-
export const MetaSchema = z.object({
|
|
14
|
-
// The version of the meta payload. Incremented on any change to the payload
|
|
15
|
-
version: z.number().int().min(1).default(1),
|
|
16
|
-
/** Base URL where JWKS is published. Always stamped by `createRemoteServer`
|
|
17
|
-
* and required by `deployCheck` to verify JWKS reachability. */
|
|
18
|
-
iss: z.string().min(1),
|
|
19
|
-
/** Short git SHA of the SDK used to build the worker. */
|
|
20
|
-
sdkCommit: z.string().optional(),
|
|
21
|
-
/** Deterministic hash of the compiled spec (`sha256:<hex>`). */
|
|
22
|
-
schemaHash: z.string().optional(),
|
|
23
|
-
/** Local directory name under `kernel/domains/<...>/` — used to auto-resolve the local spec. */
|
|
24
|
-
domainName: z.string().optional(),
|
|
25
|
-
/**
|
|
26
|
-
* Optional presentation metadata declared on the domain (`defineDomain`):
|
|
27
|
-
* `logo` (inline SVG / `data:` URL), `entrypoint` (a view slug — the domain's
|
|
28
|
-
* entry surface), and the domain's declared `roles` (registered by a workspace
|
|
29
|
-
* at app install). Served verbatim so a host UI can brand a freshly-installed
|
|
30
|
-
* domain.
|
|
31
|
-
*/
|
|
32
|
-
manifest: z
|
|
33
|
-
.object({
|
|
34
|
-
logo: z.string().optional(),
|
|
35
|
-
entrypoint: z.string().optional(),
|
|
36
|
-
roles: z
|
|
37
|
-
.array(
|
|
38
|
-
z.object({
|
|
39
|
-
slug: z.string().min(1),
|
|
40
|
-
name: z.string().optional(),
|
|
41
|
-
description: z.string().optional(),
|
|
42
|
-
default: z.boolean().optional(),
|
|
43
|
-
}),
|
|
44
|
-
)
|
|
45
|
-
.optional(),
|
|
46
|
-
})
|
|
47
|
-
.optional(),
|
|
48
|
-
})
|
|
49
|
-
|
|
50
|
-
export type Meta = z.infer<typeof MetaSchema>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shared `authorize`-hook runner.
|
|
3
|
-
*
|
|
4
|
-
* Both the method dispatcher (`dispatcher.ts`) and the worker-side aux routes
|
|
5
|
-
* (`server/auxiliary-routes.ts`) let an author deny a call by throwing from an
|
|
6
|
-
* `authorize` hook. They MUST agree on the wire semantics: an already-typed
|
|
7
|
-
* `AuthorizationDeniedError` passes through unchanged (so callers can attach
|
|
8
|
-
* hints), and any other thrown error is wrapped into `AuthorizationDeniedError`
|
|
9
|
-
* (→ `PERMISSION_DENIED` / HTTP 403). Centralised here so the two call sites
|
|
10
|
-
* cannot drift — previously the aux routes awaited `authorize` directly, so a
|
|
11
|
-
* plain `Error` thrown to deny leaked out as a 500 instead of a 403.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
import { AuthorizationDeniedError } from './errors.js'
|
|
15
|
-
|
|
16
|
-
export async function runAuthorize<C>(
|
|
17
|
-
hook: (ctx: C) => void | Promise<void>,
|
|
18
|
-
ctx: C,
|
|
19
|
-
): Promise<void> {
|
|
20
|
-
try {
|
|
21
|
-
await hook(ctx)
|
|
22
|
-
} catch (err) {
|
|
23
|
-
if (err instanceof AuthorizationDeniedError) throw err
|
|
24
|
-
throw new AuthorizationDeniedError(
|
|
25
|
-
err instanceof Error ? err.message : 'Authorization denied',
|
|
26
|
-
err,
|
|
27
|
-
)
|
|
28
|
-
}
|
|
29
|
-
}
|