@xemahq/kernel-contracts 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-composition/index.d.ts +7 -0
- package/dist/agent-composition/index.d.ts.map +1 -0
- package/dist/agent-composition/index.js +23 -0
- package/dist/agent-composition/index.js.map +1 -0
- package/dist/agent-composition/lib/capability-layer.d.ts +11 -0
- package/dist/agent-composition/lib/capability-layer.d.ts.map +1 -0
- package/dist/agent-composition/lib/capability-layer.js +10 -0
- package/dist/agent-composition/lib/capability-layer.js.map +1 -0
- package/dist/agent-composition/lib/composition-limits-schema.d.ts +4 -0
- package/dist/agent-composition/lib/composition-limits-schema.d.ts.map +1 -0
- package/dist/agent-composition/lib/composition-limits-schema.js +13 -0
- package/dist/agent-composition/lib/composition-limits-schema.js.map +1 -0
- package/dist/agent-composition/lib/composition-workspace.d.ts +35 -0
- package/dist/agent-composition/lib/composition-workspace.d.ts.map +1 -0
- package/dist/agent-composition/lib/composition-workspace.js +9 -0
- package/dist/agent-composition/lib/composition-workspace.js.map +1 -0
- package/dist/agent-composition/lib/composition.d.ts +66 -0
- package/dist/agent-composition/lib/composition.d.ts.map +1 -0
- package/dist/agent-composition/lib/composition.js +18 -0
- package/dist/agent-composition/lib/composition.js.map +1 -0
- package/dist/agent-composition/lib/intrinsic-floor.d.ts +15 -0
- package/dist/agent-composition/lib/intrinsic-floor.d.ts.map +1 -0
- package/dist/agent-composition/lib/intrinsic-floor.js +22 -0
- package/dist/agent-composition/lib/intrinsic-floor.js.map +1 -0
- package/dist/agent-composition/lib/model-resolution-matrix.d.ts +38 -0
- package/dist/agent-composition/lib/model-resolution-matrix.d.ts.map +1 -0
- package/dist/agent-composition/lib/model-resolution-matrix.js +12 -0
- package/dist/agent-composition/lib/model-resolution-matrix.js.map +1 -0
- package/dist/agent-workspace/awp-spec.json +225 -0
- package/dist/agent-workspace/index.d.ts +12 -0
- package/dist/agent-workspace/index.d.ts.map +1 -0
- package/dist/agent-workspace/index.js +28 -0
- package/dist/agent-workspace/index.js.map +1 -0
- package/dist/agent-workspace/lib/agent-run-context.d.ts +12 -0
- package/dist/agent-workspace/lib/agent-run-context.d.ts.map +1 -0
- package/dist/agent-workspace/lib/agent-run-context.js +3 -0
- package/dist/agent-workspace/lib/agent-run-context.js.map +1 -0
- package/dist/agent-workspace/lib/agent-tool-defaults.d.ts +21 -0
- package/dist/agent-workspace/lib/agent-tool-defaults.d.ts.map +1 -0
- package/dist/agent-workspace/lib/agent-tool-defaults.js +111 -0
- package/dist/agent-workspace/lib/agent-tool-defaults.js.map +1 -0
- package/dist/agent-workspace/lib/awp-v1.d.ts +15 -0
- package/dist/agent-workspace/lib/awp-v1.d.ts.map +1 -0
- package/dist/agent-workspace/lib/awp-v1.js +197 -0
- package/dist/agent-workspace/lib/awp-v1.js.map +1 -0
- package/dist/agent-workspace/lib/context-json.d.ts +35 -0
- package/dist/agent-workspace/lib/context-json.d.ts.map +1 -0
- package/dist/agent-workspace/lib/context-json.js +3 -0
- package/dist/agent-workspace/lib/context-json.js.map +1 -0
- package/dist/agent-workspace/lib/deliverable-spec-ref.d.ts +10 -0
- package/dist/agent-workspace/lib/deliverable-spec-ref.d.ts.map +1 -0
- package/dist/agent-workspace/lib/deliverable-spec-ref.js +33 -0
- package/dist/agent-workspace/lib/deliverable-spec-ref.js.map +1 -0
- package/dist/agent-workspace/lib/endpoint-fetch-spec.d.ts +31 -0
- package/dist/agent-workspace/lib/endpoint-fetch-spec.d.ts.map +1 -0
- package/dist/agent-workspace/lib/endpoint-fetch-spec.js +20 -0
- package/dist/agent-workspace/lib/endpoint-fetch-spec.js.map +1 -0
- package/dist/agent-workspace/lib/manifest.d.ts +28 -0
- package/dist/agent-workspace/lib/manifest.d.ts.map +1 -0
- package/dist/agent-workspace/lib/manifest.js +16 -0
- package/dist/agent-workspace/lib/manifest.js.map +1 -0
- package/dist/agent-workspace/lib/mount-apply.d.ts +42 -0
- package/dist/agent-workspace/lib/mount-apply.d.ts.map +1 -0
- package/dist/agent-workspace/lib/mount-apply.js +15 -0
- package/dist/agent-workspace/lib/mount-apply.js.map +1 -0
- package/dist/agent-workspace/lib/working-file.d.ts +20 -0
- package/dist/agent-workspace/lib/working-file.d.ts.map +1 -0
- package/dist/agent-workspace/lib/working-file.js +42 -0
- package/dist/agent-workspace/lib/working-file.js.map +1 -0
- package/dist/agent-workspace/lib/workspace-layout.d.ts +34 -0
- package/dist/agent-workspace/lib/workspace-layout.d.ts.map +1 -0
- package/dist/agent-workspace/lib/workspace-layout.js +31 -0
- package/dist/agent-workspace/lib/workspace-layout.js.map +1 -0
- package/dist/agent-workspace/lib/workspace-spec.d.ts +61 -0
- package/dist/agent-workspace/lib/workspace-spec.d.ts.map +1 -0
- package/dist/agent-workspace/lib/workspace-spec.js +19 -0
- package/dist/agent-workspace/lib/workspace-spec.js.map +1 -0
- package/dist/biome/index.d.ts +11 -0
- package/dist/biome/index.d.ts.map +1 -0
- package/dist/biome/index.js +27 -0
- package/dist/biome/index.js.map +1 -0
- package/dist/biome/lib/biome-api.d.ts +12 -0
- package/dist/biome/lib/biome-api.d.ts.map +1 -0
- package/dist/biome/lib/biome-api.js +14 -0
- package/dist/biome/lib/biome-api.js.map +1 -0
- package/dist/biome/lib/biome-capability-refs.d.ts +11 -0
- package/dist/biome/lib/biome-capability-refs.d.ts.map +1 -0
- package/dist/biome/lib/biome-capability-refs.js +12 -0
- package/dist/biome/lib/biome-capability-refs.js.map +1 -0
- package/dist/biome/lib/biome-engines.d.ts +6 -0
- package/dist/biome/lib/biome-engines.d.ts.map +1 -0
- package/dist/biome/lib/biome-engines.js +8 -0
- package/dist/biome/lib/biome-engines.js.map +1 -0
- package/dist/biome/lib/biome-lifecycle-hooks.d.ts +10 -0
- package/dist/biome/lib/biome-lifecycle-hooks.d.ts.map +1 -0
- package/dist/biome/lib/biome-lifecycle-hooks.js +12 -0
- package/dist/biome/lib/biome-lifecycle-hooks.js.map +1 -0
- package/dist/biome/lib/biome-lifecycle.d.ts +12 -0
- package/dist/biome/lib/biome-lifecycle.d.ts.map +1 -0
- package/dist/biome/lib/biome-lifecycle.js +16 -0
- package/dist/biome/lib/biome-lifecycle.js.map +1 -0
- package/dist/biome/lib/biome-manifest.d.ts +36 -0
- package/dist/biome/lib/biome-manifest.d.ts.map +1 -0
- package/dist/biome/lib/biome-manifest.js +38 -0
- package/dist/biome/lib/biome-manifest.js.map +1 -0
- package/dist/biome/lib/biome-permissions.d.ts +9 -0
- package/dist/biome/lib/biome-permissions.d.ts.map +1 -0
- package/dist/biome/lib/biome-permissions.js +11 -0
- package/dist/biome/lib/biome-permissions.js.map +1 -0
- package/dist/biome/lib/biome-scope.d.ts +9 -0
- package/dist/biome/lib/biome-scope.d.ts.map +1 -0
- package/dist/biome/lib/biome-scope.js +13 -0
- package/dist/biome/lib/biome-scope.js.map +1 -0
- package/dist/biome/lib/biome-trust-tier.d.ts +11 -0
- package/dist/biome/lib/biome-trust-tier.d.ts.map +1 -0
- package/dist/biome/lib/biome-trust-tier.js +15 -0
- package/dist/biome/lib/biome-trust-tier.js.map +1 -0
- package/dist/biome/lib/trust-tier-policies.d.ts +8 -0
- package/dist/biome/lib/trust-tier-policies.d.ts.map +1 -0
- package/dist/biome/lib/trust-tier-policies.js +66 -0
- package/dist/biome/lib/trust-tier-policies.js.map +1 -0
- package/dist/capability/index.d.ts +9 -0
- package/dist/capability/index.d.ts.map +1 -0
- package/dist/capability/index.js +25 -0
- package/dist/capability/index.js.map +1 -0
- package/dist/capability/lib/capability-contribution.d.ts +18 -0
- package/dist/capability/lib/capability-contribution.d.ts.map +1 -0
- package/dist/capability/lib/capability-contribution.js +23 -0
- package/dist/capability/lib/capability-contribution.js.map +1 -0
- package/dist/capability/lib/capability-grant.d.ts +22 -0
- package/dist/capability/lib/capability-grant.d.ts.map +1 -0
- package/dist/capability/lib/capability-grant.js +27 -0
- package/dist/capability/lib/capability-grant.js.map +1 -0
- package/dist/capability/lib/capability-policy.d.ts +12 -0
- package/dist/capability/lib/capability-policy.d.ts.map +1 -0
- package/dist/capability/lib/capability-policy.js +14 -0
- package/dist/capability/lib/capability-policy.js.map +1 -0
- package/dist/capability/lib/capability-ref.d.ts +19 -0
- package/dist/capability/lib/capability-ref.d.ts.map +1 -0
- package/dist/capability/lib/capability-ref.js +63 -0
- package/dist/capability/lib/capability-ref.js.map +1 -0
- package/dist/capability/lib/errors.d.ts +60 -0
- package/dist/capability/lib/errors.d.ts.map +1 -0
- package/dist/capability/lib/errors.js +73 -0
- package/dist/capability/lib/errors.js.map +1 -0
- package/dist/capability/lib/meta-tool.d.ts +77 -0
- package/dist/capability/lib/meta-tool.d.ts.map +1 -0
- package/dist/capability/lib/meta-tool.js +76 -0
- package/dist/capability/lib/meta-tool.js.map +1 -0
- package/dist/capability/lib/permission-profile.d.ts +35 -0
- package/dist/capability/lib/permission-profile.d.ts.map +1 -0
- package/dist/capability/lib/permission-profile.js +38 -0
- package/dist/capability/lib/permission-profile.js.map +1 -0
- package/dist/capability/lib/shell-command-descriptor.d.ts +19 -0
- package/dist/capability/lib/shell-command-descriptor.d.ts.map +1 -0
- package/dist/capability/lib/shell-command-descriptor.js +20 -0
- package/dist/capability/lib/shell-command-descriptor.js.map +1 -0
- package/dist/contribution/index.d.ts +5 -0
- package/dist/contribution/index.d.ts.map +1 -0
- package/dist/contribution/index.js +21 -0
- package/dist/contribution/index.js.map +1 -0
- package/dist/contribution/lib/contribution-kind.d.ts +44 -0
- package/dist/contribution/lib/contribution-kind.d.ts.map +1 -0
- package/dist/contribution/lib/contribution-kind.js +47 -0
- package/dist/contribution/lib/contribution-kind.js.map +1 -0
- package/dist/contribution/lib/contribution-source.d.ts +11 -0
- package/dist/contribution/lib/contribution-source.d.ts.map +1 -0
- package/dist/contribution/lib/contribution-source.js +14 -0
- package/dist/contribution/lib/contribution-source.js.map +1 -0
- package/dist/contribution/lib/contribution.d.ts +36 -0
- package/dist/contribution/lib/contribution.d.ts.map +1 -0
- package/dist/contribution/lib/contribution.js +56 -0
- package/dist/contribution/lib/contribution.js.map +1 -0
- package/dist/contribution/lib/registry.d.ts +25 -0
- package/dist/contribution/lib/registry.d.ts.map +1 -0
- package/dist/contribution/lib/registry.js +54 -0
- package/dist/contribution/lib/registry.js.map +1 -0
- package/dist/document-templates/index.d.ts +3 -0
- package/dist/document-templates/index.d.ts.map +1 -0
- package/dist/document-templates/index.js +19 -0
- package/dist/document-templates/index.js.map +1 -0
- package/dist/document-templates/lib/document-template.d.ts +24 -0
- package/dist/document-templates/lib/document-template.d.ts.map +1 -0
- package/dist/document-templates/lib/document-template.js +10 -0
- package/dist/document-templates/lib/document-template.js.map +1 -0
- package/dist/document-templates/lib/index.d.ts +3 -0
- package/dist/document-templates/lib/index.d.ts.map +1 -0
- package/dist/document-templates/lib/index.js +19 -0
- package/dist/document-templates/lib/index.js.map +1 -0
- package/dist/document-templates/lib/rendering-shape.d.ts +7 -0
- package/dist/document-templates/lib/rendering-shape.d.ts.map +1 -0
- package/dist/document-templates/lib/rendering-shape.js +20 -0
- package/dist/document-templates/lib/rendering-shape.js.map +1 -0
- package/dist/document-themes/index.d.ts +3 -0
- package/dist/document-themes/index.d.ts.map +1 -0
- package/dist/document-themes/index.js +19 -0
- package/dist/document-themes/index.js.map +1 -0
- package/dist/document-themes/lib/component-vocabulary.d.ts +16 -0
- package/dist/document-themes/lib/component-vocabulary.d.ts.map +1 -0
- package/dist/document-themes/lib/component-vocabulary.js +55 -0
- package/dist/document-themes/lib/component-vocabulary.js.map +1 -0
- package/dist/document-themes/lib/document-theme.d.ts +57 -0
- package/dist/document-themes/lib/document-theme.d.ts.map +1 -0
- package/dist/document-themes/lib/document-theme.js +10 -0
- package/dist/document-themes/lib/document-theme.js.map +1 -0
- package/dist/document-themes/lib/index.d.ts +3 -0
- package/dist/document-themes/lib/index.d.ts.map +1 -0
- package/dist/document-themes/lib/index.js +19 -0
- package/dist/document-themes/lib/index.js.map +1 -0
- package/dist/entitlement/index.d.ts +2 -0
- package/dist/entitlement/index.d.ts.map +1 -0
- package/dist/entitlement/index.js +18 -0
- package/dist/entitlement/index.js.map +1 -0
- package/dist/entitlement/lib/entitlement.d.ts +25 -0
- package/dist/entitlement/lib/entitlement.d.ts.map +1 -0
- package/dist/entitlement/lib/entitlement.js +54 -0
- package/dist/entitlement/lib/entitlement.js.map +1 -0
- package/dist/execution-context/index.d.ts +4 -0
- package/dist/execution-context/index.d.ts.map +1 -0
- package/dist/execution-context/index.js +20 -0
- package/dist/execution-context/index.js.map +1 -0
- package/dist/execution-context/lib/caller.d.ts +19 -0
- package/dist/execution-context/lib/caller.d.ts.map +1 -0
- package/dist/execution-context/lib/caller.js +22 -0
- package/dist/execution-context/lib/caller.js.map +1 -0
- package/dist/execution-context/lib/execution-context.d.ts +60 -0
- package/dist/execution-context/lib/execution-context.d.ts.map +1 -0
- package/dist/execution-context/lib/execution-context.js +58 -0
- package/dist/execution-context/lib/execution-context.js.map +1 -0
- package/dist/execution-context/lib/subject.d.ts +3 -0
- package/dist/execution-context/lib/subject.d.ts.map +1 -0
- package/dist/execution-context/lib/subject.js +11 -0
- package/dist/execution-context/lib/subject.js.map +1 -0
- package/dist/execution-environment/index.d.ts +4 -0
- package/dist/execution-environment/index.d.ts.map +1 -0
- package/dist/execution-environment/index.js +20 -0
- package/dist/execution-environment/index.js.map +1 -0
- package/dist/execution-environment/lib/approval-rule.d.ts +10 -0
- package/dist/execution-environment/lib/approval-rule.d.ts.map +1 -0
- package/dist/execution-environment/lib/approval-rule.js +12 -0
- package/dist/execution-environment/lib/approval-rule.js.map +1 -0
- package/dist/execution-environment/lib/built-in-environments.d.ts +16 -0
- package/dist/execution-environment/lib/built-in-environments.d.ts.map +1 -0
- package/dist/execution-environment/lib/built-in-environments.js +33 -0
- package/dist/execution-environment/lib/built-in-environments.js.map +1 -0
- package/dist/execution-environment/lib/execution-environment.d.ts +58 -0
- package/dist/execution-environment/lib/execution-environment.d.ts.map +1 -0
- package/dist/execution-environment/lib/execution-environment.js +89 -0
- package/dist/execution-environment/lib/execution-environment.js.map +1 -0
- package/dist/kernel-state/index.d.ts +4 -0
- package/dist/kernel-state/index.d.ts.map +1 -0
- package/dist/kernel-state/index.js +20 -0
- package/dist/kernel-state/index.js.map +1 -0
- package/dist/kernel-state/lib/adapter-kind.d.ts +5 -0
- package/dist/kernel-state/lib/adapter-kind.d.ts.map +1 -0
- package/dist/kernel-state/lib/adapter-kind.js +9 -0
- package/dist/kernel-state/lib/adapter-kind.js.map +1 -0
- package/dist/kernel-state/lib/kernel-state.d.ts +37 -0
- package/dist/kernel-state/lib/kernel-state.d.ts.map +1 -0
- package/dist/kernel-state/lib/kernel-state.js +9 -0
- package/dist/kernel-state/lib/kernel-state.js.map +1 -0
- package/dist/kernel-state/lib/key-grammar.d.ts +16 -0
- package/dist/kernel-state/lib/key-grammar.d.ts.map +1 -0
- package/dist/kernel-state/lib/key-grammar.js +56 -0
- package/dist/kernel-state/lib/key-grammar.js.map +1 -0
- package/dist/llm-gateway/index.d.ts +3 -0
- package/dist/llm-gateway/index.d.ts.map +1 -0
- package/dist/llm-gateway/index.js +19 -0
- package/dist/llm-gateway/index.js.map +1 -0
- package/dist/llm-gateway/lib/caller.d.ts +14 -0
- package/dist/llm-gateway/lib/caller.d.ts.map +1 -0
- package/dist/llm-gateway/lib/caller.js +11 -0
- package/dist/llm-gateway/lib/caller.js.map +1 -0
- package/dist/llm-gateway/lib/errors.d.ts +27 -0
- package/dist/llm-gateway/lib/errors.d.ts.map +1 -0
- package/dist/llm-gateway/lib/errors.js +36 -0
- package/dist/llm-gateway/lib/errors.js.map +1 -0
- package/dist/mcp-tool/index.d.ts +7 -0
- package/dist/mcp-tool/index.d.ts.map +1 -0
- package/dist/mcp-tool/index.js +23 -0
- package/dist/mcp-tool/index.js.map +1 -0
- package/dist/mcp-tool/lib/mcp-protocol.d.ts +75 -0
- package/dist/mcp-tool/lib/mcp-protocol.d.ts.map +1 -0
- package/dist/mcp-tool/lib/mcp-protocol.js +19 -0
- package/dist/mcp-tool/lib/mcp-protocol.js.map +1 -0
- package/dist/mcp-tool/lib/mcp-server-config.d.ts +8 -0
- package/dist/mcp-tool/lib/mcp-server-config.d.ts.map +1 -0
- package/dist/mcp-tool/lib/mcp-server-config.js +3 -0
- package/dist/mcp-tool/lib/mcp-server-config.js.map +1 -0
- package/dist/mcp-tool/lib/provider-kind.d.ts +10 -0
- package/dist/mcp-tool/lib/provider-kind.d.ts.map +1 -0
- package/dist/mcp-tool/lib/provider-kind.js +14 -0
- package/dist/mcp-tool/lib/provider-kind.js.map +1 -0
- package/dist/mcp-tool/lib/resolver-scope.d.ts +16 -0
- package/dist/mcp-tool/lib/resolver-scope.d.ts.map +1 -0
- package/dist/mcp-tool/lib/resolver-scope.js +12 -0
- package/dist/mcp-tool/lib/resolver-scope.js.map +1 -0
- package/dist/mcp-tool/lib/tool-provider.d.ts +21 -0
- package/dist/mcp-tool/lib/tool-provider.d.ts.map +1 -0
- package/dist/mcp-tool/lib/tool-provider.js +3 -0
- package/dist/mcp-tool/lib/tool-provider.js.map +1 -0
- package/dist/mcp-tool/lib/tool-selection.d.ts +34 -0
- package/dist/mcp-tool/lib/tool-selection.d.ts.map +1 -0
- package/dist/mcp-tool/lib/tool-selection.js +18 -0
- package/dist/mcp-tool/lib/tool-selection.js.map +1 -0
- package/dist/object/index.d.ts +5 -0
- package/dist/object/index.d.ts.map +1 -0
- package/dist/object/index.js +21 -0
- package/dist/object/index.js.map +1 -0
- package/dist/object/lib/object-lifecycle.d.ts +8 -0
- package/dist/object/lib/object-lifecycle.d.ts.map +1 -0
- package/dist/object/lib/object-lifecycle.js +12 -0
- package/dist/object/lib/object-lifecycle.js.map +1 -0
- package/dist/object/lib/xema-object-kind.d.ts +43 -0
- package/dist/object/lib/xema-object-kind.d.ts.map +1 -0
- package/dist/object/lib/xema-object-kind.js +47 -0
- package/dist/object/lib/xema-object-kind.js.map +1 -0
- package/dist/object/lib/xema-object-ref.d.ts +20 -0
- package/dist/object/lib/xema-object-ref.d.ts.map +1 -0
- package/dist/object/lib/xema-object-ref.js +133 -0
- package/dist/object/lib/xema-object-ref.js.map +1 -0
- package/dist/object/lib/xema-object.d.ts +24 -0
- package/dist/object/lib/xema-object.d.ts.map +1 -0
- package/dist/object/lib/xema-object.js +24 -0
- package/dist/object/lib/xema-object.js.map +1 -0
- package/dist/policy/index.d.ts +4 -0
- package/dist/policy/index.d.ts.map +1 -0
- package/dist/policy/index.js +20 -0
- package/dist/policy/index.js.map +1 -0
- package/dist/policy/lib/obligations.d.ts +91 -0
- package/dist/policy/lib/obligations.d.ts.map +1 -0
- package/dist/policy/lib/obligations.js +76 -0
- package/dist/policy/lib/obligations.js.map +1 -0
- package/dist/policy/lib/policy.d.ts +29 -0
- package/dist/policy/lib/policy.d.ts.map +1 -0
- package/dist/policy/lib/policy.js +32 -0
- package/dist/policy/lib/policy.js.map +1 -0
- package/dist/policy/lib/route-hints.d.ts +11 -0
- package/dist/policy/lib/route-hints.d.ts.map +1 -0
- package/dist/policy/lib/route-hints.js +15 -0
- package/dist/policy/lib/route-hints.js.map +1 -0
- package/dist/runner/index.d.ts +12 -0
- package/dist/runner/index.d.ts.map +1 -0
- package/dist/runner/index.js +28 -0
- package/dist/runner/index.js.map +1 -0
- package/dist/runner/lib/dispatch.d.ts +13 -0
- package/dist/runner/lib/dispatch.d.ts.map +1 -0
- package/dist/runner/lib/dispatch.js +15 -0
- package/dist/runner/lib/dispatch.js.map +1 -0
- package/dist/runner/lib/input-hash.d.ts +2 -0
- package/dist/runner/lib/input-hash.d.ts.map +1 -0
- package/dist/runner/lib/input-hash.js +37 -0
- package/dist/runner/lib/input-hash.js.map +1 -0
- package/dist/runner/lib/job-token.d.ts +22 -0
- package/dist/runner/lib/job-token.d.ts.map +1 -0
- package/dist/runner/lib/job-token.js +3 -0
- package/dist/runner/lib/job-token.js.map +1 -0
- package/dist/runner/lib/runner-attestation.d.ts +10 -0
- package/dist/runner/lib/runner-attestation.d.ts.map +1 -0
- package/dist/runner/lib/runner-attestation.js +5 -0
- package/dist/runner/lib/runner-attestation.js.map +1 -0
- package/dist/runner/lib/runner-job.d.ts +26 -0
- package/dist/runner/lib/runner-job.d.ts.map +1 -0
- package/dist/runner/lib/runner-job.js +36 -0
- package/dist/runner/lib/runner-job.js.map +1 -0
- package/dist/runner/lib/runner-kind.d.ts +2 -0
- package/dist/runner/lib/runner-kind.d.ts.map +1 -0
- package/dist/runner/lib/runner-kind.js +7 -0
- package/dist/runner/lib/runner-kind.js.map +1 -0
- package/dist/runner/lib/runner-mode.d.ts +5 -0
- package/dist/runner/lib/runner-mode.d.ts.map +1 -0
- package/dist/runner/lib/runner-mode.js +9 -0
- package/dist/runner/lib/runner-mode.js.map +1 -0
- package/dist/runner/lib/runner-plane.d.ts +19 -0
- package/dist/runner/lib/runner-plane.d.ts.map +1 -0
- package/dist/runner/lib/runner-plane.js +31 -0
- package/dist/runner/lib/runner-plane.js.map +1 -0
- package/dist/runner/lib/runner-registration.d.ts +60 -0
- package/dist/runner/lib/runner-registration.d.ts.map +1 -0
- package/dist/runner/lib/runner-registration.js +62 -0
- package/dist/runner/lib/runner-registration.js.map +1 -0
- package/dist/runner/lib/runner.d.ts +24 -0
- package/dist/runner/lib/runner.d.ts.map +1 -0
- package/dist/runner/lib/runner.js +26 -0
- package/dist/runner/lib/runner.js.map +1 -0
- package/dist/runner/lib/runtime-isolation.d.ts +10 -0
- package/dist/runner/lib/runtime-isolation.d.ts.map +1 -0
- package/dist/runner/lib/runtime-isolation.js +23 -0
- package/dist/runner/lib/runtime-isolation.js.map +1 -0
- package/dist/search-source/index.d.ts +5 -0
- package/dist/search-source/index.d.ts.map +1 -0
- package/dist/search-source/index.js +21 -0
- package/dist/search-source/index.js.map +1 -0
- package/dist/search-source/lib/indexable-document.d.ts +40 -0
- package/dist/search-source/lib/indexable-document.d.ts.map +1 -0
- package/dist/search-source/lib/indexable-document.js +26 -0
- package/dist/search-source/lib/indexable-document.js.map +1 -0
- package/dist/search-source/lib/search-index-event.d.ts +52 -0
- package/dist/search-source/lib/search-index-event.d.ts.map +1 -0
- package/dist/search-source/lib/search-index-event.js +29 -0
- package/dist/search-source/lib/search-index-event.js.map +1 -0
- package/dist/search-source/lib/search-replay.d.ts +46 -0
- package/dist/search-source/lib/search-replay.d.ts.map +1 -0
- package/dist/search-source/lib/search-replay.js +36 -0
- package/dist/search-source/lib/search-replay.js.map +1 -0
- package/dist/search-source/lib/search-source-descriptor.d.ts +15 -0
- package/dist/search-source/lib/search-source-descriptor.d.ts.map +1 -0
- package/dist/search-source/lib/search-source-descriptor.js +3 -0
- package/dist/search-source/lib/search-source-descriptor.js.map +1 -0
- package/dist/service-registry/index.d.ts +4 -0
- package/dist/service-registry/index.d.ts.map +1 -0
- package/dist/service-registry/index.js +20 -0
- package/dist/service-registry/index.js.map +1 -0
- package/dist/service-registry/lib/inject-service.d.ts +6 -0
- package/dist/service-registry/lib/inject-service.d.ts.map +1 -0
- package/dist/service-registry/lib/inject-service.js +5 -0
- package/dist/service-registry/lib/inject-service.js.map +1 -0
- package/dist/service-registry/lib/service-descriptor.d.ts +28 -0
- package/dist/service-registry/lib/service-descriptor.d.ts.map +1 -0
- package/dist/service-registry/lib/service-descriptor.js +17 -0
- package/dist/service-registry/lib/service-descriptor.js.map +1 -0
- package/dist/service-registry/lib/service-registry-client.d.ts +30 -0
- package/dist/service-registry/lib/service-registry-client.d.ts.map +1 -0
- package/dist/service-registry/lib/service-registry-client.js +3 -0
- package/dist/service-registry/lib/service-registry-client.js.map +1 -0
- package/dist/skill/index.d.ts +5 -0
- package/dist/skill/index.d.ts.map +1 -0
- package/dist/skill/index.js +21 -0
- package/dist/skill/index.js.map +1 -0
- package/dist/skill/lib/skill-enums.d.ts +41 -0
- package/dist/skill/lib/skill-enums.d.ts.map +1 -0
- package/dist/skill/lib/skill-enums.js +54 -0
- package/dist/skill/lib/skill-enums.js.map +1 -0
- package/dist/skill/lib/skill-governance.d.ts +106 -0
- package/dist/skill/lib/skill-governance.d.ts.map +1 -0
- package/dist/skill/lib/skill-governance.js +61 -0
- package/dist/skill/lib/skill-governance.js.map +1 -0
- package/dist/skill/lib/skill-source.d.ts +14 -0
- package/dist/skill/lib/skill-source.d.ts.map +1 -0
- package/dist/skill/lib/skill-source.js +3 -0
- package/dist/skill/lib/skill-source.js.map +1 -0
- package/dist/skill/lib/skill.d.ts +52 -0
- package/dist/skill/lib/skill.d.ts.map +1 -0
- package/dist/skill/lib/skill.js +3 -0
- package/dist/skill/lib/skill.js.map +1 -0
- package/dist/space/index.d.ts +4 -0
- package/dist/space/index.d.ts.map +1 -0
- package/dist/space/index.js +20 -0
- package/dist/space/index.js.map +1 -0
- package/dist/space/lib/space-ref-parser.d.ts +8 -0
- package/dist/space/lib/space-ref-parser.d.ts.map +1 -0
- package/dist/space/lib/space-ref-parser.js +149 -0
- package/dist/space/lib/space-ref-parser.js.map +1 -0
- package/dist/space/lib/space-traversal.d.ts +3 -0
- package/dist/space/lib/space-traversal.d.ts.map +1 -0
- package/dist/space/lib/space-traversal.js +56 -0
- package/dist/space/lib/space-traversal.js.map +1 -0
- package/dist/space/lib/space.d.ts +53 -0
- package/dist/space/lib/space.d.ts.map +1 -0
- package/dist/space/lib/space.js +98 -0
- package/dist/space/lib/space.js.map +1 -0
- package/dist/subject/index.d.ts +3 -0
- package/dist/subject/index.d.ts.map +1 -0
- package/dist/subject/index.js +19 -0
- package/dist/subject/index.js.map +1 -0
- package/dist/subject/lib/subject.d.ts +29 -0
- package/dist/subject/lib/subject.d.ts.map +1 -0
- package/dist/subject/lib/subject.js +47 -0
- package/dist/subject/lib/subject.js.map +1 -0
- package/dist/subject/lib/token-class.d.ts +11 -0
- package/dist/subject/lib/token-class.d.ts.map +1 -0
- package/dist/subject/lib/token-class.js +15 -0
- package/dist/subject/lib/token-class.js.map +1 -0
- package/dist/workflow/index.d.ts +31 -0
- package/dist/workflow/index.d.ts.map +1 -0
- package/dist/workflow/index.js +47 -0
- package/dist/workflow/index.js.map +1 -0
- package/dist/workflow/lib/action-ref.d.ts +12 -0
- package/dist/workflow/lib/action-ref.d.ts.map +1 -0
- package/dist/workflow/lib/action-ref.js +3 -0
- package/dist/workflow/lib/action-ref.js.map +1 -0
- package/dist/workflow/lib/activity-outputs.d.ts +14 -0
- package/dist/workflow/lib/activity-outputs.d.ts.map +1 -0
- package/dist/workflow/lib/activity-outputs.js +3 -0
- package/dist/workflow/lib/activity-outputs.js.map +1 -0
- package/dist/workflow/lib/agent-role.d.ts +6 -0
- package/dist/workflow/lib/agent-role.d.ts.map +1 -0
- package/dist/workflow/lib/agent-role.js +41 -0
- package/dist/workflow/lib/agent-role.js.map +1 -0
- package/dist/workflow/lib/artifact-ref.d.ts +21 -0
- package/dist/workflow/lib/artifact-ref.d.ts.map +1 -0
- package/dist/workflow/lib/artifact-ref.js +38 -0
- package/dist/workflow/lib/artifact-ref.js.map +1 -0
- package/dist/workflow/lib/briefcase.d.ts +107 -0
- package/dist/workflow/lib/briefcase.d.ts.map +1 -0
- package/dist/workflow/lib/briefcase.js +62 -0
- package/dist/workflow/lib/briefcase.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/canonical-concept-registry.d.ts +18 -0
- package/dist/workflow/lib/canonical-concepts/canonical-concept-registry.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/canonical-concept-registry.js +45 -0
- package/dist/workflow/lib/canonical-concepts/canonical-concept-registry.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/change-intent.concepts.d.ts +3 -0
- package/dist/workflow/lib/canonical-concepts/concepts/change-intent.concepts.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/change-intent.concepts.js +79 -0
- package/dist/workflow/lib/canonical-concepts/concepts/change-intent.concepts.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/concern.concepts.d.ts +3 -0
- package/dist/workflow/lib/canonical-concepts/concepts/concern.concepts.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/concern.concepts.js +133 -0
- package/dist/workflow/lib/canonical-concepts/concepts/concern.concepts.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/domain.concepts.d.ts +3 -0
- package/dist/workflow/lib/canonical-concepts/concepts/domain.concepts.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/domain.concepts.js +116 -0
- package/dist/workflow/lib/canonical-concepts/concepts/domain.concepts.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/index.d.ts +8 -0
- package/dist/workflow/lib/canonical-concepts/concepts/index.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/index.js +18 -0
- package/dist/workflow/lib/canonical-concepts/concepts/index.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/technology.concepts.d.ts +3 -0
- package/dist/workflow/lib/canonical-concepts/concepts/technology.concepts.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/concepts/technology.concepts.js +462 -0
- package/dist/workflow/lib/canonical-concepts/concepts/technology.concepts.js.map +1 -0
- package/dist/workflow/lib/canonical-concepts/index.d.ts +3 -0
- package/dist/workflow/lib/canonical-concepts/index.d.ts.map +1 -0
- package/dist/workflow/lib/canonical-concepts/index.js +16 -0
- package/dist/workflow/lib/canonical-concepts/index.js.map +1 -0
- package/dist/workflow/lib/catalog-taxonomies.d.ts +41 -0
- package/dist/workflow/lib/catalog-taxonomies.d.ts.map +1 -0
- package/dist/workflow/lib/catalog-taxonomies.js +3475 -0
- package/dist/workflow/lib/catalog-taxonomies.js.map +1 -0
- package/dist/workflow/lib/compiled-run.d.ts +118 -0
- package/dist/workflow/lib/compiled-run.d.ts.map +1 -0
- package/dist/workflow/lib/compiled-run.js +3 -0
- package/dist/workflow/lib/compiled-run.js.map +1 -0
- package/dist/workflow/lib/compiled-working-file.d.ts +11 -0
- package/dist/workflow/lib/compiled-working-file.d.ts.map +1 -0
- package/dist/workflow/lib/compiled-working-file.js +3 -0
- package/dist/workflow/lib/compiled-working-file.js.map +1 -0
- package/dist/workflow/lib/compiled-workspace-manifest.d.ts +101 -0
- package/dist/workflow/lib/compiled-workspace-manifest.d.ts.map +1 -0
- package/dist/workflow/lib/compiled-workspace-manifest.js +3 -0
- package/dist/workflow/lib/compiled-workspace-manifest.js.map +1 -0
- package/dist/workflow/lib/concurrency-group.d.ts +6 -0
- package/dist/workflow/lib/concurrency-group.d.ts.map +1 -0
- package/dist/workflow/lib/concurrency-group.js +3 -0
- package/dist/workflow/lib/concurrency-group.js.map +1 -0
- package/dist/workflow/lib/deliverable-result.d.ts +124 -0
- package/dist/workflow/lib/deliverable-result.d.ts.map +1 -0
- package/dist/workflow/lib/deliverable-result.js +27 -0
- package/dist/workflow/lib/deliverable-result.js.map +1 -0
- package/dist/workflow/lib/domain-tag.d.ts +2 -0
- package/dist/workflow/lib/domain-tag.d.ts.map +1 -0
- package/dist/workflow/lib/domain-tag.js +3 -0
- package/dist/workflow/lib/domain-tag.js.map +1 -0
- package/dist/workflow/lib/enums.d.ts +138 -0
- package/dist/workflow/lib/enums.d.ts.map +1 -0
- package/dist/workflow/lib/enums.js +166 -0
- package/dist/workflow/lib/enums.js.map +1 -0
- package/dist/workflow/lib/errors.d.ts +35 -0
- package/dist/workflow/lib/errors.d.ts.map +1 -0
- package/dist/workflow/lib/errors.js +62 -0
- package/dist/workflow/lib/errors.js.map +1 -0
- package/dist/workflow/lib/job-run.d.ts +32 -0
- package/dist/workflow/lib/job-run.d.ts.map +1 -0
- package/dist/workflow/lib/job-run.js +3 -0
- package/dist/workflow/lib/job-run.js.map +1 -0
- package/dist/workflow/lib/model-ref.d.ts +40 -0
- package/dist/workflow/lib/model-ref.d.ts.map +1 -0
- package/dist/workflow/lib/model-ref.js +34 -0
- package/dist/workflow/lib/model-ref.js.map +1 -0
- package/dist/workflow/lib/mount-plan.d.ts +105 -0
- package/dist/workflow/lib/mount-plan.d.ts.map +1 -0
- package/dist/workflow/lib/mount-plan.js +3 -0
- package/dist/workflow/lib/mount-plan.js.map +1 -0
- package/dist/workflow/lib/phase-report.d.ts +9 -0
- package/dist/workflow/lib/phase-report.d.ts.map +1 -0
- package/dist/workflow/lib/phase-report.js +30 -0
- package/dist/workflow/lib/phase-report.js.map +1 -0
- package/dist/workflow/lib/platform-task-queue.d.ts +17 -0
- package/dist/workflow/lib/platform-task-queue.d.ts.map +1 -0
- package/dist/workflow/lib/platform-task-queue.js +33 -0
- package/dist/workflow/lib/platform-task-queue.js.map +1 -0
- package/dist/workflow/lib/review-subject/index.d.ts +5 -0
- package/dist/workflow/lib/review-subject/index.d.ts.map +1 -0
- package/dist/workflow/lib/review-subject/index.js +8 -0
- package/dist/workflow/lib/review-subject/index.js.map +1 -0
- package/dist/workflow/lib/review-subject/kinds.d.ts +5 -0
- package/dist/workflow/lib/review-subject/kinds.d.ts.map +1 -0
- package/dist/workflow/lib/review-subject/kinds.js +9 -0
- package/dist/workflow/lib/review-subject/kinds.js.map +1 -0
- package/dist/workflow/lib/review-subject/narrow.d.ts +5 -0
- package/dist/workflow/lib/review-subject/narrow.d.ts.map +1 -0
- package/dist/workflow/lib/review-subject/narrow.js +79 -0
- package/dist/workflow/lib/review-subject/narrow.js.map +1 -0
- package/dist/workflow/lib/review-subject/producers/artifact-ref.d.ts +9 -0
- package/dist/workflow/lib/review-subject/producers/artifact-ref.d.ts.map +1 -0
- package/dist/workflow/lib/review-subject/producers/artifact-ref.js +16 -0
- package/dist/workflow/lib/review-subject/producers/artifact-ref.js.map +1 -0
- package/dist/workflow/lib/review-subject/producers/string.d.ts +7 -0
- package/dist/workflow/lib/review-subject/producers/string.d.ts.map +1 -0
- package/dist/workflow/lib/review-subject/producers/string.js +11 -0
- package/dist/workflow/lib/review-subject/producers/string.js.map +1 -0
- package/dist/workflow/lib/role-capability.d.ts +16 -0
- package/dist/workflow/lib/role-capability.d.ts.map +1 -0
- package/dist/workflow/lib/role-capability.js +19 -0
- package/dist/workflow/lib/role-capability.js.map +1 -0
- package/dist/workflow/lib/run-progress.d.ts +100 -0
- package/dist/workflow/lib/run-progress.d.ts.map +1 -0
- package/dist/workflow/lib/run-progress.js +96 -0
- package/dist/workflow/lib/run-progress.js.map +1 -0
- package/dist/workflow/lib/sampling-profiles.d.ts +18 -0
- package/dist/workflow/lib/sampling-profiles.d.ts.map +1 -0
- package/dist/workflow/lib/sampling-profiles.js +56 -0
- package/dist/workflow/lib/sampling-profiles.js.map +1 -0
- package/dist/workflow/lib/snapshot-ref.d.ts +10 -0
- package/dist/workflow/lib/snapshot-ref.d.ts.map +1 -0
- package/dist/workflow/lib/snapshot-ref.js +3 -0
- package/dist/workflow/lib/snapshot-ref.js.map +1 -0
- package/dist/workflow/lib/temporal-namespace.d.ts +5 -0
- package/dist/workflow/lib/temporal-namespace.d.ts.map +1 -0
- package/dist/workflow/lib/temporal-namespace.js +34 -0
- package/dist/workflow/lib/temporal-namespace.js.map +1 -0
- package/dist/workflow/lib/trigger-payload.d.ts +35 -0
- package/dist/workflow/lib/trigger-payload.d.ts.map +1 -0
- package/dist/workflow/lib/trigger-payload.js +3 -0
- package/dist/workflow/lib/trigger-payload.js.map +1 -0
- package/dist/workflow/lib/variable-requirement.d.ts +18 -0
- package/dist/workflow/lib/variable-requirement.d.ts.map +1 -0
- package/dist/workflow/lib/variable-requirement.js +3 -0
- package/dist/workflow/lib/variable-requirement.js.map +1 -0
- package/dist/workflow/lib/work-item-payloads.d.ts +114 -0
- package/dist/workflow/lib/work-item-payloads.d.ts.map +1 -0
- package/dist/workflow/lib/work-item-payloads.js +60 -0
- package/dist/workflow/lib/work-item-payloads.js.map +1 -0
- package/dist/workflow/lib/workflow-stage.d.ts +11 -0
- package/dist/workflow/lib/workflow-stage.d.ts.map +1 -0
- package/dist/workflow/lib/workflow-stage.js +28 -0
- package/dist/workflow/lib/workflow-stage.js.map +1 -0
- package/dist/workflow/lib/workspace-manifest-enums.d.ts +42 -0
- package/dist/workflow/lib/workspace-manifest-enums.d.ts.map +1 -0
- package/dist/workflow/lib/workspace-manifest-enums.js +80 -0
- package/dist/workflow/lib/workspace-manifest-enums.js.map +1 -0
- package/package.json +173 -0
- package/src/agent-composition/index.ts +17 -0
- package/src/agent-composition/lib/capability-layer.ts +46 -0
- package/src/agent-composition/lib/composition-limits-schema.ts +38 -0
- package/src/agent-composition/lib/composition-workspace.ts +210 -0
- package/src/agent-composition/lib/composition.ts +205 -0
- package/src/agent-composition/lib/intrinsic-floor.ts +50 -0
- package/src/agent-composition/lib/model-resolution-matrix.ts +112 -0
- package/src/agent-workspace/index.ts +27 -0
- package/src/agent-workspace/lib/agent-run-context.ts +44 -0
- package/src/agent-workspace/lib/agent-tool-defaults.ts +252 -0
- package/src/agent-workspace/lib/awp-v1.ts +289 -0
- package/src/agent-workspace/lib/context-json.ts +92 -0
- package/src/agent-workspace/lib/deliverable-spec-ref.ts +60 -0
- package/src/agent-workspace/lib/endpoint-fetch-spec.ts +66 -0
- package/src/agent-workspace/lib/manifest.ts +53 -0
- package/src/agent-workspace/lib/mount-apply.ts +79 -0
- package/src/agent-workspace/lib/working-file.ts +173 -0
- package/src/agent-workspace/lib/workspace-layout.ts +106 -0
- package/src/agent-workspace/lib/workspace-spec.ts +212 -0
- package/src/biome/index.ts +10 -0
- package/src/biome/lib/biome-api.ts +33 -0
- package/src/biome/lib/biome-capability-refs.ts +29 -0
- package/src/biome/lib/biome-engines.ts +18 -0
- package/src/biome/lib/biome-lifecycle-hooks.ts +28 -0
- package/src/biome/lib/biome-lifecycle.ts +29 -0
- package/src/biome/lib/biome-manifest.ts +102 -0
- package/src/biome/lib/biome-permissions.ts +35 -0
- package/src/biome/lib/biome-scope.ts +19 -0
- package/src/biome/lib/biome-trust-tier.ts +21 -0
- package/src/biome/lib/trust-tier-policies.ts +99 -0
- package/src/capability/index.ts +8 -0
- package/src/capability/lib/capability-contribution.ts +99 -0
- package/src/capability/lib/capability-grant.ts +90 -0
- package/src/capability/lib/capability-policy.ts +37 -0
- package/src/capability/lib/capability-ref.ts +138 -0
- package/src/capability/lib/errors.ts +180 -0
- package/src/capability/lib/meta-tool.ts +213 -0
- package/src/capability/lib/permission-profile.ts +91 -0
- package/src/capability/lib/shell-command-descriptor.ts +66 -0
- package/src/contribution/index.ts +4 -0
- package/src/contribution/lib/contribution-kind.ts +132 -0
- package/src/contribution/lib/contribution-source.ts +29 -0
- package/src/contribution/lib/contribution.ts +209 -0
- package/src/contribution/lib/registry.ts +100 -0
- package/src/document-templates/index.ts +24 -0
- package/src/document-templates/lib/document-template.ts +88 -0
- package/src/document-templates/lib/index.ts +2 -0
- package/src/document-templates/lib/rendering-shape.ts +48 -0
- package/src/document-themes/index.ts +21 -0
- package/src/document-themes/lib/component-vocabulary.ts +100 -0
- package/src/document-themes/lib/document-theme.ts +110 -0
- package/src/document-themes/lib/index.ts +2 -0
- package/src/entitlement/index.ts +1 -0
- package/src/entitlement/lib/entitlement.ts +142 -0
- package/src/execution-context/index.ts +3 -0
- package/src/execution-context/lib/caller.ts +46 -0
- package/src/execution-context/lib/execution-context.ts +205 -0
- package/src/execution-context/lib/subject.ts +17 -0
- package/src/execution-environment/index.ts +3 -0
- package/src/execution-environment/lib/approval-rule.ts +32 -0
- package/src/execution-environment/lib/built-in-environments.ts +89 -0
- package/src/execution-environment/lib/execution-environment.ts +266 -0
- package/src/kernel-state/index.ts +3 -0
- package/src/kernel-state/lib/adapter-kind.ts +18 -0
- package/src/kernel-state/lib/kernel-state.ts +139 -0
- package/src/kernel-state/lib/key-grammar.ts +105 -0
- package/src/llm-gateway/index.ts +2 -0
- package/src/llm-gateway/lib/caller.ts +48 -0
- package/src/llm-gateway/lib/errors.ts +111 -0
- package/src/mcp-tool/index.ts +6 -0
- package/src/mcp-tool/lib/mcp-protocol.ts +94 -0
- package/src/mcp-tool/lib/mcp-server-config.ts +17 -0
- package/src/mcp-tool/lib/provider-kind.ts +35 -0
- package/src/mcp-tool/lib/resolver-scope.ts +32 -0
- package/src/mcp-tool/lib/tool-provider.ts +62 -0
- package/src/mcp-tool/lib/tool-selection.ts +48 -0
- package/src/object/index.ts +4 -0
- package/src/object/lib/object-lifecycle.ts +22 -0
- package/src/object/lib/xema-object-kind.ts +73 -0
- package/src/object/lib/xema-object-ref.ts +233 -0
- package/src/object/lib/xema-object.ts +81 -0
- package/src/policy/index.ts +3 -0
- package/src/policy/lib/obligations.ts +155 -0
- package/src/policy/lib/policy.ts +104 -0
- package/src/policy/lib/route-hints.ts +51 -0
- package/src/runner/index.ts +11 -0
- package/src/runner/lib/dispatch.ts +61 -0
- package/src/runner/lib/input-hash.ts +66 -0
- package/src/runner/lib/job-token.ts +80 -0
- package/src/runner/lib/runner-attestation.ts +53 -0
- package/src/runner/lib/runner-job.ts +90 -0
- package/src/runner/lib/runner-kind.ts +10 -0
- package/src/runner/lib/runner-mode.ts +16 -0
- package/src/runner/lib/runner-plane.ts +101 -0
- package/src/runner/lib/runner-registration.ts +204 -0
- package/src/runner/lib/runner.ts +103 -0
- package/src/runner/lib/runtime-isolation.ts +53 -0
- package/src/search-source/index.ts +4 -0
- package/src/search-source/lib/indexable-document.ts +70 -0
- package/src/search-source/lib/search-index-event.ts +56 -0
- package/src/search-source/lib/search-replay.ts +96 -0
- package/src/search-source/lib/search-source-descriptor.ts +50 -0
- package/src/service-registry/index.ts +3 -0
- package/src/service-registry/lib/inject-service.ts +25 -0
- package/src/service-registry/lib/service-descriptor.ts +75 -0
- package/src/service-registry/lib/service-registry-client.ts +107 -0
- package/src/skill/index.ts +15 -0
- package/src/skill/lib/skill-enums.ts +124 -0
- package/src/skill/lib/skill-governance.ts +281 -0
- package/src/skill/lib/skill-source.ts +41 -0
- package/src/skill/lib/skill.ts +150 -0
- package/src/space/index.ts +3 -0
- package/src/space/lib/space-ref-parser.ts +198 -0
- package/src/space/lib/space-traversal.ts +55 -0
- package/src/space/lib/space.ts +173 -0
- package/src/subject/index.ts +2 -0
- package/src/subject/lib/subject.ts +111 -0
- package/src/subject/lib/token-class.ts +27 -0
- package/src/workflow/index.ts +45 -0
- package/src/workflow/lib/action-ref.ts +48 -0
- package/src/workflow/lib/activity-outputs.ts +105 -0
- package/src/workflow/lib/agent-role.ts +136 -0
- package/src/workflow/lib/artifact-ref.ts +93 -0
- package/src/workflow/lib/briefcase.ts +194 -0
- package/src/workflow/lib/canonical-concepts/canonical-concept-registry.ts +99 -0
- package/src/workflow/lib/canonical-concepts/concepts/change-intent.concepts.ts +124 -0
- package/src/workflow/lib/canonical-concepts/concepts/concern.concepts.ts +194 -0
- package/src/workflow/lib/canonical-concepts/concepts/domain.concepts.ts +205 -0
- package/src/workflow/lib/canonical-concepts/concepts/index.ts +15 -0
- package/src/workflow/lib/canonical-concepts/concepts/technology.concepts.ts +667 -0
- package/src/workflow/lib/canonical-concepts/index.ts +2 -0
- package/src/workflow/lib/catalog-taxonomies.ts +3695 -0
- package/src/workflow/lib/compiled-run.ts +376 -0
- package/src/workflow/lib/compiled-working-file.ts +35 -0
- package/src/workflow/lib/compiled-workspace-manifest.ts +185 -0
- package/src/workflow/lib/concurrency-group.ts +17 -0
- package/src/workflow/lib/deliverable-result.ts +238 -0
- package/src/workflow/lib/domain-tag.ts +48 -0
- package/src/workflow/lib/enums.ts +288 -0
- package/src/workflow/lib/errors.ts +171 -0
- package/src/workflow/lib/job-run.ts +65 -0
- package/src/workflow/lib/model-ref.ts +118 -0
- package/src/workflow/lib/mount-plan.ts +230 -0
- package/src/workflow/lib/phase-report.ts +67 -0
- package/src/workflow/lib/platform-task-queue.ts +83 -0
- package/src/workflow/lib/review-subject/index.ts +15 -0
- package/src/workflow/lib/review-subject/kinds.ts +31 -0
- package/src/workflow/lib/review-subject/narrow.ts +123 -0
- package/src/workflow/lib/review-subject/producers/artifact-ref.ts +33 -0
- package/src/workflow/lib/review-subject/producers/string.ts +24 -0
- package/src/workflow/lib/role-capability.ts +80 -0
- package/src/workflow/lib/run-progress.ts +254 -0
- package/src/workflow/lib/sampling-profiles.ts +153 -0
- package/src/workflow/lib/snapshot-ref.ts +27 -0
- package/src/workflow/lib/temporal-namespace.ts +78 -0
- package/src/workflow/lib/trigger-payload.ts +69 -0
- package/src/workflow/lib/variable-requirement.ts +66 -0
- package/src/workflow/lib/work-item-payloads.ts +139 -0
- package/src/workflow/lib/workflow-stage.ts +89 -0
- package/src/workflow/lib/workspace-manifest-enums.ts +143 -0
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TECHNOLOGY_CONCEPTS = void 0;
|
|
4
|
+
const canonical_concept_registry_1 = require("../canonical-concept-registry");
|
|
5
|
+
const K = canonical_concept_registry_1.ConceptKind.Technology;
|
|
6
|
+
exports.TECHNOLOGY_CONCEPTS = [
|
|
7
|
+
{ key: 'postgresql', aliases: ['postgres', 'psql', 'pg', 'postgresql'], kind: K, parents: ['database', 'sql'], related: ['query-optimization', 'migration'] },
|
|
8
|
+
{ key: 'mysql', aliases: ['mysql', 'mariadb'], kind: K, parents: ['database', 'sql'] },
|
|
9
|
+
{ key: 'sqlite', aliases: ['sqlite', 'sqlite3'], kind: K, parents: ['database', 'sql'] },
|
|
10
|
+
{ key: 'mssql', aliases: ['mssql', 'sql-server', 'microsoft-sql-server', 'tsql'], kind: K, parents: ['database', 'sql'] },
|
|
11
|
+
{ key: 'oracle-db', aliases: ['oracle-db', 'oracle', 'oracledb', 'plsql'], kind: K, parents: ['database', 'sql'] },
|
|
12
|
+
{ key: 'cockroachdb', aliases: ['cockroachdb', 'cockroach', 'crdb'], kind: K, parents: ['database', 'sql', 'distributed-database'] },
|
|
13
|
+
{ key: 'vitess', aliases: ['vitess'], kind: K, parents: ['database', 'mysql', 'distributed-database'] },
|
|
14
|
+
{ key: 'tidb', aliases: ['tidb'], kind: K, parents: ['database', 'sql', 'distributed-database'] },
|
|
15
|
+
{ key: 'planetscale', aliases: ['planetscale'], kind: K, parents: ['database', 'mysql'] },
|
|
16
|
+
{ key: 'supabase', aliases: ['supabase'], kind: K, parents: ['database', 'postgresql', 'baas'] },
|
|
17
|
+
{ key: 'neon', aliases: ['neon', 'neon-db', 'neondb'], kind: K, parents: ['database', 'postgresql', 'serverless'] },
|
|
18
|
+
{ key: 'mongodb', aliases: ['mongodb', 'mongo'], kind: K, parents: ['database', 'nosql'] },
|
|
19
|
+
{ key: 'dynamodb', aliases: ['dynamodb', 'dynamo'], kind: K, parents: ['database', 'nosql', 'aws'] },
|
|
20
|
+
{ key: 'couchbase', aliases: ['couchbase', 'couch'], kind: K, parents: ['database', 'nosql'] },
|
|
21
|
+
{ key: 'couchdb', aliases: ['couchdb', 'apache-couchdb'], kind: K, parents: ['database', 'nosql'] },
|
|
22
|
+
{ key: 'firestore', aliases: ['firestore', 'cloud-firestore'], kind: K, parents: ['database', 'nosql', 'firebase', 'gcp'] },
|
|
23
|
+
{ key: 'cosmos-db', aliases: ['cosmos-db', 'cosmosdb', 'azure-cosmos'], kind: K, parents: ['database', 'nosql', 'azure'] },
|
|
24
|
+
{ key: 'fauna', aliases: ['fauna', 'faunadb'], kind: K, parents: ['database', 'nosql', 'serverless'] },
|
|
25
|
+
{ key: 'neo4j', aliases: ['neo4j', 'cypher'], kind: K, parents: ['database', 'graph-database'] },
|
|
26
|
+
{ key: 'neptune', aliases: ['neptune', 'amazon-neptune'], kind: K, parents: ['database', 'graph-database', 'aws'] },
|
|
27
|
+
{ key: 'dgraph', aliases: ['dgraph'], kind: K, parents: ['database', 'graph-database'] },
|
|
28
|
+
{ key: 'arangodb', aliases: ['arangodb', 'arango'], kind: K, parents: ['database', 'graph-database', 'nosql'] },
|
|
29
|
+
{ key: 'influxdb', aliases: ['influxdb', 'influx'], kind: K, parents: ['database', 'time-series'] },
|
|
30
|
+
{ key: 'timescaledb', aliases: ['timescaledb', 'timescale'], kind: K, parents: ['database', 'time-series', 'postgresql'] },
|
|
31
|
+
{ key: 'clickhouse', aliases: ['clickhouse'], kind: K, parents: ['database', 'columnar', 'analytics'] },
|
|
32
|
+
{ key: 'cassandra', aliases: ['cassandra', 'apache-cassandra'], kind: K, parents: ['database', 'nosql', 'columnar'] },
|
|
33
|
+
{ key: 'scylladb', aliases: ['scylladb', 'scylla'], kind: K, parents: ['database', 'nosql', 'columnar'] },
|
|
34
|
+
{ key: 'druid', aliases: ['druid', 'apache-druid'], kind: K, parents: ['database', 'columnar', 'analytics'] },
|
|
35
|
+
{ key: 'elasticsearch', aliases: ['elasticsearch', 'elastic', 'es', 'opensearch'], kind: K, parents: ['search', 'nosql'] },
|
|
36
|
+
{ key: 'meilisearch', aliases: ['meilisearch', 'meili'], kind: K, parents: ['search'] },
|
|
37
|
+
{ key: 'typesense', aliases: ['typesense'], kind: K, parents: ['search'] },
|
|
38
|
+
{ key: 'algolia', aliases: ['algolia'], kind: K, parents: ['search'] },
|
|
39
|
+
{ key: 'solr', aliases: ['solr', 'apache-solr'], kind: K, parents: ['search'] },
|
|
40
|
+
{ key: 'pinecone', aliases: ['pinecone'], kind: K, parents: ['vector-database', 'ai-infrastructure'] },
|
|
41
|
+
{ key: 'weaviate', aliases: ['weaviate'], kind: K, parents: ['vector-database', 'ai-infrastructure'] },
|
|
42
|
+
{ key: 'qdrant', aliases: ['qdrant'], kind: K, parents: ['vector-database', 'ai-infrastructure'] },
|
|
43
|
+
{ key: 'chromadb', aliases: ['chromadb', 'chroma'], kind: K, parents: ['vector-database', 'ai-infrastructure'] },
|
|
44
|
+
{ key: 'milvus', aliases: ['milvus'], kind: K, parents: ['vector-database', 'ai-infrastructure'] },
|
|
45
|
+
{ key: 'pgvector', aliases: ['pgvector'], kind: K, parents: ['vector-database', 'postgresql'] },
|
|
46
|
+
{ key: 'redis', aliases: ['redis', 'redis-cluster'], kind: K, parents: ['cache', 'nosql'], related: ['async-processing'] },
|
|
47
|
+
{ key: 'memcached', aliases: ['memcached', 'memcache'], kind: K, parents: ['cache'] },
|
|
48
|
+
{ key: 'valkey', aliases: ['valkey'], kind: K, parents: ['cache', 'nosql'] },
|
|
49
|
+
{ key: 'dragonfly', aliases: ['dragonfly', 'dragonflydb'], kind: K, parents: ['cache', 'nosql'] },
|
|
50
|
+
{ key: 'hazelcast', aliases: ['hazelcast'], kind: K, parents: ['cache', 'distributed-computing'] },
|
|
51
|
+
{ key: 'prisma', aliases: ['prisma', 'prisma-orm'], kind: K, parents: ['orm', 'database'] },
|
|
52
|
+
{ key: 'typeorm', aliases: ['typeorm'], kind: K, parents: ['orm', 'database'] },
|
|
53
|
+
{ key: 'sequelize', aliases: ['sequelize'], kind: K, parents: ['orm', 'database'] },
|
|
54
|
+
{ key: 'drizzle', aliases: ['drizzle', 'drizzle-orm'], kind: K, parents: ['orm', 'database'] },
|
|
55
|
+
{ key: 'knex', aliases: ['knex', 'knexjs'], kind: K, parents: ['query-builder', 'database'] },
|
|
56
|
+
{ key: 'kysely', aliases: ['kysely'], kind: K, parents: ['query-builder', 'database', 'typescript'] },
|
|
57
|
+
{ key: 'mikro-orm', aliases: ['mikro-orm', 'mikroorm'], kind: K, parents: ['orm', 'database'] },
|
|
58
|
+
{ key: 'sqlalchemy', aliases: ['sqlalchemy', 'sql-alchemy'], kind: K, parents: ['orm', 'python', 'database'] },
|
|
59
|
+
{ key: 'django-orm', aliases: ['django-orm'], kind: K, parents: ['orm', 'python', 'database', 'django'] },
|
|
60
|
+
{ key: 'hibernate', aliases: ['hibernate', 'jpa'], kind: K, parents: ['orm', 'java', 'database'] },
|
|
61
|
+
{ key: 'entity-framework', aliases: ['entity-framework', 'ef-core', 'efcore'], kind: K, parents: ['orm', 'dotnet', 'database'] },
|
|
62
|
+
{ key: 'gorm', aliases: ['gorm'], kind: K, parents: ['orm', 'golang', 'database'] },
|
|
63
|
+
{ key: 'active-record', aliases: ['active-record', 'activerecord'], kind: K, parents: ['orm', 'ruby', 'database', 'rails'] },
|
|
64
|
+
{ key: 'typescript', aliases: ['typescript', 'ts'], kind: K, parents: ['javascript'] },
|
|
65
|
+
{ key: 'javascript', aliases: ['javascript', 'js', 'ecmascript', 'es6', 'es2015'], kind: K },
|
|
66
|
+
{ key: 'python', aliases: ['python', 'python3', 'py'], kind: K },
|
|
67
|
+
{ key: 'java', aliases: ['java', 'jdk', 'jvm'], kind: K },
|
|
68
|
+
{ key: 'ruby', aliases: ['ruby', 'rb'], kind: K },
|
|
69
|
+
{ key: 'golang', aliases: ['go', 'golang'], kind: K, parents: ['backend'] },
|
|
70
|
+
{ key: 'rust', aliases: ['rust', 'rustlang'], kind: K, parents: ['systems'] },
|
|
71
|
+
{ key: 'csharp', aliases: ['c#', 'csharp', 'c-sharp'], kind: K, parents: ['dotnet'] },
|
|
72
|
+
{ key: 'php', aliases: ['php', 'php8'], kind: K },
|
|
73
|
+
{ key: 'scala', aliases: ['scala'], kind: K, parents: ['jvm'] },
|
|
74
|
+
{ key: 'kotlin', aliases: ['kotlin', 'kt'], kind: K, parents: ['jvm'] },
|
|
75
|
+
{ key: 'swift', aliases: ['swift', 'swiftui'], kind: K, parents: ['apple'] },
|
|
76
|
+
{ key: 'objective-c', aliases: ['objective-c', 'objc', 'obj-c'], kind: K, parents: ['apple'] },
|
|
77
|
+
{ key: 'dart', aliases: ['dart'], kind: K, parents: ['flutter'] },
|
|
78
|
+
{ key: 'elixir', aliases: ['elixir', 'ex'], kind: K, parents: ['erlang', 'beam'] },
|
|
79
|
+
{ key: 'erlang', aliases: ['erlang', 'beam', 'otp'], kind: K },
|
|
80
|
+
{ key: 'haskell', aliases: ['haskell', 'hs'], kind: K },
|
|
81
|
+
{ key: 'clojure', aliases: ['clojure', 'clj', 'clojurescript'], kind: K, parents: ['jvm', 'lisp'] },
|
|
82
|
+
{ key: 'lua', aliases: ['lua', 'luajit'], kind: K },
|
|
83
|
+
{ key: 'zig', aliases: ['zig'], kind: K, parents: ['systems'] },
|
|
84
|
+
{ key: 'c-lang', aliases: ['c', 'c-lang', 'ansi-c'], kind: K, parents: ['systems'] },
|
|
85
|
+
{ key: 'cpp', aliases: ['c++', 'cpp', 'cplusplus'], kind: K, parents: ['systems'] },
|
|
86
|
+
{ key: 'r-lang', aliases: ['r', 'r-lang', 'rlang', 'r-project'], kind: K, parents: ['data-science'] },
|
|
87
|
+
{ key: 'julia', aliases: ['julia', 'julialang'], kind: K, parents: ['data-science'] },
|
|
88
|
+
{ key: 'nim', aliases: ['nim', 'nimlang'], kind: K, parents: ['systems'] },
|
|
89
|
+
{ key: 'ocaml', aliases: ['ocaml', 'reasonml', 'rescript'], kind: K },
|
|
90
|
+
{ key: 'fsharp', aliases: ['f#', 'fsharp'], kind: K, parents: ['dotnet'] },
|
|
91
|
+
{ key: 'groovy', aliases: ['groovy'], kind: K, parents: ['jvm'] },
|
|
92
|
+
{ key: 'perl', aliases: ['perl', 'perl5'], kind: K },
|
|
93
|
+
{ key: 'wasm', aliases: ['wasm', 'webassembly', 'web-assembly'], kind: K },
|
|
94
|
+
{ key: 'nodejs', aliases: ['node', 'nodejs', 'node.js'], kind: K, parents: ['runtime', 'javascript'] },
|
|
95
|
+
{ key: 'deno', aliases: ['deno'], kind: K, parents: ['runtime', 'typescript'] },
|
|
96
|
+
{ key: 'bun', aliases: ['bun', 'bunjs'], kind: K, parents: ['runtime', 'javascript'] },
|
|
97
|
+
{ key: 'graalvm', aliases: ['graalvm', 'graal'], kind: K, parents: ['runtime', 'jvm'] },
|
|
98
|
+
{ key: 'dotnet-runtime', aliases: ['dotnet-runtime', 'clr', '.net-runtime'], kind: K, parents: ['runtime', 'dotnet'] },
|
|
99
|
+
{ key: 'reactjs', aliases: ['react', 'reactjs', 'react.js'], kind: K, parents: ['frontend', 'javascript'] },
|
|
100
|
+
{ key: 'nextjs', aliases: ['nextjs', 'next.js', 'next'], kind: K, parents: ['frontend', 'reactjs'] },
|
|
101
|
+
{ key: 'vuejs', aliases: ['vue', 'vuejs', 'vue.js', 'vue3'], kind: K, parents: ['frontend', 'javascript'] },
|
|
102
|
+
{ key: 'nuxt', aliases: ['nuxt', 'nuxtjs', 'nuxt.js', 'nuxt3'], kind: K, parents: ['frontend', 'vuejs'] },
|
|
103
|
+
{ key: 'angular', aliases: ['angular', 'angularjs', 'ng'], kind: K, parents: ['frontend', 'typescript'] },
|
|
104
|
+
{ key: 'svelte', aliases: ['svelte', 'sveltekit'], kind: K, parents: ['frontend', 'javascript'] },
|
|
105
|
+
{ key: 'solidjs', aliases: ['solidjs', 'solid.js', 'solid'], kind: K, parents: ['frontend', 'javascript'] },
|
|
106
|
+
{ key: 'qwik', aliases: ['qwik', 'qwik-city'], kind: K, parents: ['frontend', 'javascript'] },
|
|
107
|
+
{ key: 'remix', aliases: ['remix', 'remix-run'], kind: K, parents: ['frontend', 'reactjs'] },
|
|
108
|
+
{ key: 'astro', aliases: ['astro', 'astro.build'], kind: K, parents: ['frontend', 'javascript'] },
|
|
109
|
+
{ key: 'gatsby', aliases: ['gatsby', 'gatsbyjs'], kind: K, parents: ['frontend', 'reactjs'] },
|
|
110
|
+
{ key: 'preact', aliases: ['preact'], kind: K, parents: ['frontend', 'javascript'] },
|
|
111
|
+
{ key: 'htmx', aliases: ['htmx'], kind: K, parents: ['frontend'] },
|
|
112
|
+
{ key: 'alpine', aliases: ['alpinejs', 'alpine.js', 'alpine'], kind: K, parents: ['frontend', 'javascript'] },
|
|
113
|
+
{ key: 'ember', aliases: ['ember', 'emberjs', 'ember.js'], kind: K, parents: ['frontend', 'javascript'] },
|
|
114
|
+
{ key: 'lit', aliases: ['lit', 'lit-element', 'web-components'], kind: K, parents: ['frontend', 'javascript'] },
|
|
115
|
+
{ key: 'tailwindcss', aliases: ['tailwind', 'tailwindcss', 'tailwind-css'], kind: K, parents: ['css', 'frontend'] },
|
|
116
|
+
{ key: 'sass', aliases: ['sass', 'scss'], kind: K, parents: ['css', 'frontend'] },
|
|
117
|
+
{ key: 'css-modules', aliases: ['css-modules'], kind: K, parents: ['css', 'frontend'] },
|
|
118
|
+
{ key: 'styled-components', aliases: ['styled-components', 'css-in-js'], kind: K, parents: ['css', 'frontend', 'reactjs'] },
|
|
119
|
+
{ key: 'emotion', aliases: ['emotion', 'emotion-css'], kind: K, parents: ['css', 'frontend'] },
|
|
120
|
+
{ key: 'material-ui', aliases: ['material-ui', 'mui', 'material-design'], kind: K, parents: ['ui-library', 'reactjs'] },
|
|
121
|
+
{ key: 'chakra-ui', aliases: ['chakra-ui', 'chakra'], kind: K, parents: ['ui-library', 'reactjs'] },
|
|
122
|
+
{ key: 'ant-design', aliases: ['ant-design', 'antd'], kind: K, parents: ['ui-library', 'reactjs'] },
|
|
123
|
+
{ key: 'radix-ui', aliases: ['radix-ui', 'radix'], kind: K, parents: ['ui-library', 'reactjs'] },
|
|
124
|
+
{ key: 'shadcn-ui', aliases: ['shadcn', 'shadcn-ui', 'shadcn/ui'], kind: K, parents: ['ui-library', 'reactjs', 'tailwindcss'] },
|
|
125
|
+
{ key: 'bootstrap', aliases: ['bootstrap', 'bootstrap5'], kind: K, parents: ['css', 'frontend'] },
|
|
126
|
+
{ key: 'bulma', aliases: ['bulma'], kind: K, parents: ['css', 'frontend'] },
|
|
127
|
+
{ key: 'redux', aliases: ['redux', 'redux-toolkit', 'rtk', 'rtk-query'], kind: K, parents: ['state-management', 'reactjs'] },
|
|
128
|
+
{ key: 'mobx', aliases: ['mobx'], kind: K, parents: ['state-management'] },
|
|
129
|
+
{ key: 'zustand', aliases: ['zustand'], kind: K, parents: ['state-management', 'reactjs'] },
|
|
130
|
+
{ key: 'jotai', aliases: ['jotai'], kind: K, parents: ['state-management', 'reactjs'] },
|
|
131
|
+
{ key: 'recoil', aliases: ['recoil'], kind: K, parents: ['state-management', 'reactjs'] },
|
|
132
|
+
{ key: 'xstate', aliases: ['xstate', 'state-machine'], kind: K, parents: ['state-management'] },
|
|
133
|
+
{ key: 'pinia', aliases: ['pinia'], kind: K, parents: ['state-management', 'vuejs'] },
|
|
134
|
+
{ key: 'vuex', aliases: ['vuex'], kind: K, parents: ['state-management', 'vuejs'] },
|
|
135
|
+
{ key: 'ngrx', aliases: ['ngrx'], kind: K, parents: ['state-management', 'angular'] },
|
|
136
|
+
{ key: 'tanstack-query', aliases: ['tanstack-query', 'react-query', 'vue-query'], kind: K, parents: ['state-management', 'data-fetching'] },
|
|
137
|
+
{ key: 'swr', aliases: ['swr'], kind: K, parents: ['data-fetching', 'reactjs'] },
|
|
138
|
+
{ key: 'vite', aliases: ['vite', 'vitejs'], kind: K, parents: ['build-tool', 'frontend'] },
|
|
139
|
+
{ key: 'webpack', aliases: ['webpack'], kind: K, parents: ['build-tool', 'frontend'] },
|
|
140
|
+
{ key: 'esbuild', aliases: ['esbuild'], kind: K, parents: ['build-tool'] },
|
|
141
|
+
{ key: 'turbopack', aliases: ['turbopack'], kind: K, parents: ['build-tool', 'frontend'] },
|
|
142
|
+
{ key: 'rollup', aliases: ['rollup', 'rollupjs'], kind: K, parents: ['build-tool'] },
|
|
143
|
+
{ key: 'parcel', aliases: ['parcel', 'parceljs'], kind: K, parents: ['build-tool', 'frontend'] },
|
|
144
|
+
{ key: 'swc', aliases: ['swc'], kind: K, parents: ['build-tool', 'compiler'] },
|
|
145
|
+
{ key: 'babel', aliases: ['babel', 'babeljs'], kind: K, parents: ['build-tool', 'compiler', 'javascript'] },
|
|
146
|
+
{ key: 'tsup', aliases: ['tsup'], kind: K, parents: ['build-tool', 'typescript'] },
|
|
147
|
+
{ key: 'nestjs', aliases: ['nestjs', 'nest.js', 'nest'], kind: K, parents: ['backend', 'nodejs', 'typescript'] },
|
|
148
|
+
{ key: 'express', aliases: ['express', 'expressjs', 'express.js'], kind: K, parents: ['backend', 'nodejs'] },
|
|
149
|
+
{ key: 'fastify', aliases: ['fastify'], kind: K, parents: ['backend', 'nodejs'] },
|
|
150
|
+
{ key: 'hono', aliases: ['hono'], kind: K, parents: ['backend', 'typescript'] },
|
|
151
|
+
{ key: 'koa', aliases: ['koa', 'koajs'], kind: K, parents: ['backend', 'nodejs'] },
|
|
152
|
+
{ key: 'adonisjs', aliases: ['adonisjs', 'adonis'], kind: K, parents: ['backend', 'nodejs'] },
|
|
153
|
+
{ key: 'trpc', aliases: ['trpc', 'trpc.io'], kind: K, parents: ['api', 'typescript'] },
|
|
154
|
+
{ key: 'django', aliases: ['django', 'drf', 'django-rest-framework'], kind: K, parents: ['backend', 'python'] },
|
|
155
|
+
{ key: 'flask', aliases: ['flask'], kind: K, parents: ['backend', 'python'] },
|
|
156
|
+
{ key: 'fastapi', aliases: ['fastapi'], kind: K, parents: ['backend', 'python'] },
|
|
157
|
+
{ key: 'starlette', aliases: ['starlette'], kind: K, parents: ['backend', 'python'] },
|
|
158
|
+
{ key: 'celery', aliases: ['celery'], kind: K, parents: ['task-queue', 'python'] },
|
|
159
|
+
{ key: 'tornado', aliases: ['tornado'], kind: K, parents: ['backend', 'python'] },
|
|
160
|
+
{ key: 'spring', aliases: ['spring', 'spring-boot', 'springboot', 'spring-framework'], kind: K, parents: ['backend', 'java'] },
|
|
161
|
+
{ key: 'quarkus', aliases: ['quarkus'], kind: K, parents: ['backend', 'java'] },
|
|
162
|
+
{ key: 'micronaut', aliases: ['micronaut'], kind: K, parents: ['backend', 'java'] },
|
|
163
|
+
{ key: 'ktor', aliases: ['ktor'], kind: K, parents: ['backend', 'kotlin'] },
|
|
164
|
+
{ key: 'play-framework', aliases: ['play-framework', 'play', 'playframework'], kind: K, parents: ['backend', 'scala'] },
|
|
165
|
+
{ key: 'akka', aliases: ['akka', 'akka-http'], kind: K, parents: ['backend', 'scala', 'actor-model'] },
|
|
166
|
+
{ key: 'gin', aliases: ['gin', 'gin-gonic'], kind: K, parents: ['backend', 'golang'] },
|
|
167
|
+
{ key: 'fiber', aliases: ['fiber', 'gofiber'], kind: K, parents: ['backend', 'golang'] },
|
|
168
|
+
{ key: 'echo', aliases: ['echo', 'labstack-echo'], kind: K, parents: ['backend', 'golang'] },
|
|
169
|
+
{ key: 'chi', aliases: ['chi', 'go-chi'], kind: K, parents: ['backend', 'golang'] },
|
|
170
|
+
{ key: 'actix', aliases: ['actix', 'actix-web'], kind: K, parents: ['backend', 'rust'] },
|
|
171
|
+
{ key: 'axum', aliases: ['axum'], kind: K, parents: ['backend', 'rust'] },
|
|
172
|
+
{ key: 'rocket', aliases: ['rocket', 'rocket-rs'], kind: K, parents: ['backend', 'rust'] },
|
|
173
|
+
{ key: 'tokio', aliases: ['tokio'], kind: K, parents: ['async-runtime', 'rust'] },
|
|
174
|
+
{ key: 'rails', aliases: ['rails', 'ruby-on-rails', 'ror'], kind: K, parents: ['backend', 'ruby'] },
|
|
175
|
+
{ key: 'sinatra', aliases: ['sinatra'], kind: K, parents: ['backend', 'ruby'] },
|
|
176
|
+
{ key: 'hanami', aliases: ['hanami'], kind: K, parents: ['backend', 'ruby'] },
|
|
177
|
+
{ key: 'laravel', aliases: ['laravel'], kind: K, parents: ['backend', 'php'] },
|
|
178
|
+
{ key: 'symfony', aliases: ['symfony'], kind: K, parents: ['backend', 'php'] },
|
|
179
|
+
{ key: 'wordpress', aliases: ['wordpress', 'wp'], kind: K, parents: ['cms', 'php'] },
|
|
180
|
+
{ key: 'phoenix', aliases: ['phoenix', 'phoenix-framework'], kind: K, parents: ['backend', 'elixir'] },
|
|
181
|
+
{ key: 'livebook', aliases: ['livebook', 'phoenix-liveview', 'liveview'], kind: K, parents: ['frontend', 'elixir', 'phoenix'] },
|
|
182
|
+
{ key: 'dotnet', aliases: ['.net', 'dotnet', 'asp.net', 'aspnet', 'asp-net-core'], kind: K, parents: ['backend'] },
|
|
183
|
+
{ key: 'blazor', aliases: ['blazor'], kind: K, parents: ['frontend', 'dotnet'] },
|
|
184
|
+
{ key: 'maui', aliases: ['maui', '.net-maui', 'dotnet-maui'], kind: K, parents: ['mobile', 'dotnet'] },
|
|
185
|
+
{ key: 'graphql', aliases: ['graphql', 'gql'], kind: K, parents: ['api'] },
|
|
186
|
+
{ key: 'grpc', aliases: ['grpc', 'protobuf', 'protocol-buffers'], kind: K, parents: ['api'] },
|
|
187
|
+
{ key: 'rest', aliases: ['rest', 'restful', 'rest-api'], kind: K, parents: ['api'] },
|
|
188
|
+
{ key: 'openapi', aliases: ['openapi', 'swagger', 'oas'], kind: K, parents: ['api', 'documentation'] },
|
|
189
|
+
{ key: 'asyncapi', aliases: ['asyncapi'], kind: K, parents: ['api', 'event-driven'] },
|
|
190
|
+
{ key: 'json-rpc', aliases: ['json-rpc', 'jsonrpc'], kind: K, parents: ['api'] },
|
|
191
|
+
{ key: 'soap', aliases: ['soap', 'wsdl'], kind: K, parents: ['api'] },
|
|
192
|
+
{ key: 'websocket', aliases: ['websocket', 'ws', 'wss', 'socket.io'], kind: K, parents: ['real-time', 'api'] },
|
|
193
|
+
{ key: 'sse', aliases: ['sse', 'server-sent-events'], kind: K, parents: ['real-time', 'api'] },
|
|
194
|
+
{ key: 'kafka', aliases: ['kafka', 'apache-kafka', 'confluent'], kind: K, parents: ['messaging', 'event-streaming'] },
|
|
195
|
+
{ key: 'rabbitmq', aliases: ['rabbitmq', 'rabbit', 'amqp'], kind: K, parents: ['messaging'] },
|
|
196
|
+
{ key: 'sqs', aliases: ['sqs', 'amazon-sqs'], kind: K, parents: ['messaging', 'aws'] },
|
|
197
|
+
{ key: 'sns', aliases: ['sns', 'amazon-sns'], kind: K, parents: ['messaging', 'aws'] },
|
|
198
|
+
{ key: 'nats', aliases: ['nats', 'nats.io', 'nats-jetstream'], kind: K, parents: ['messaging'] },
|
|
199
|
+
{ key: 'pulsar', aliases: ['pulsar', 'apache-pulsar'], kind: K, parents: ['messaging', 'event-streaming'] },
|
|
200
|
+
{ key: 'eventbridge', aliases: ['eventbridge', 'aws-eventbridge'], kind: K, parents: ['messaging', 'event-driven', 'aws'] },
|
|
201
|
+
{ key: 'kinesis', aliases: ['kinesis', 'amazon-kinesis'], kind: K, parents: ['event-streaming', 'aws'] },
|
|
202
|
+
{ key: 'pubsub', aliases: ['pubsub', 'google-pubsub', 'cloud-pubsub'], kind: K, parents: ['messaging', 'gcp'] },
|
|
203
|
+
{ key: 'azure-service-bus', aliases: ['azure-service-bus', 'service-bus'], kind: K, parents: ['messaging', 'azure'] },
|
|
204
|
+
{ key: 'zeromq', aliases: ['zeromq', 'zmq', '0mq'], kind: K, parents: ['messaging'] },
|
|
205
|
+
{ key: 'mqtt', aliases: ['mqtt', 'mosquitto'], kind: K, parents: ['messaging', 'iot'] },
|
|
206
|
+
{ key: 'bullmq', aliases: ['bullmq', 'bull'], kind: K, parents: ['task-queue', 'redis', 'nodejs'] },
|
|
207
|
+
{ key: 'sidekiq', aliases: ['sidekiq'], kind: K, parents: ['task-queue', 'ruby', 'redis'] },
|
|
208
|
+
{ key: 'aws', aliases: ['aws', 'amazon-web-services', 'amazon'], kind: K, parents: ['cloud'] },
|
|
209
|
+
{ key: 'gcp', aliases: ['gcp', 'google-cloud', 'google-cloud-platform'], kind: K, parents: ['cloud'] },
|
|
210
|
+
{ key: 'azure', aliases: ['azure', 'microsoft-azure'], kind: K, parents: ['cloud'] },
|
|
211
|
+
{ key: 'cloudflare', aliases: ['cloudflare', 'cf', 'cloudflare-workers'], kind: K, parents: ['cloud', 'edge'] },
|
|
212
|
+
{ key: 'vercel', aliases: ['vercel'], kind: K, parents: ['cloud', 'frontend-hosting'] },
|
|
213
|
+
{ key: 'netlify', aliases: ['netlify'], kind: K, parents: ['cloud', 'frontend-hosting'] },
|
|
214
|
+
{ key: 'digitalocean', aliases: ['digitalocean', 'do'], kind: K, parents: ['cloud'] },
|
|
215
|
+
{ key: 'fly-io', aliases: ['fly.io', 'fly', 'flyio'], kind: K, parents: ['cloud', 'edge'] },
|
|
216
|
+
{ key: 'railway', aliases: ['railway', 'railway.app'], kind: K, parents: ['cloud', 'paas'] },
|
|
217
|
+
{ key: 'render', aliases: ['render', 'render.com'], kind: K, parents: ['cloud', 'paas'] },
|
|
218
|
+
{ key: 'heroku', aliases: ['heroku'], kind: K, parents: ['cloud', 'paas'] },
|
|
219
|
+
{ key: 'linode', aliases: ['linode', 'akamai-cloud'], kind: K, parents: ['cloud'] },
|
|
220
|
+
{ key: 'hetzner', aliases: ['hetzner'], kind: K, parents: ['cloud'] },
|
|
221
|
+
{ key: 'oracle-cloud', aliases: ['oracle-cloud', 'oci'], kind: K, parents: ['cloud'] },
|
|
222
|
+
{ key: 'lambda', aliases: ['lambda', 'aws-lambda'], kind: K, parents: ['serverless', 'aws'] },
|
|
223
|
+
{ key: 'ec2', aliases: ['ec2', 'aws-ec2'], kind: K, parents: ['compute', 'aws'] },
|
|
224
|
+
{ key: 'ecs', aliases: ['ecs', 'aws-ecs', 'fargate'], kind: K, parents: ['container-orchestration', 'aws'] },
|
|
225
|
+
{ key: 'eks', aliases: ['eks', 'aws-eks'], kind: K, parents: ['kubernetes', 'aws'] },
|
|
226
|
+
{ key: 's3', aliases: ['s3', 'aws-s3'], kind: K, parents: ['object-storage', 'aws'] },
|
|
227
|
+
{ key: 'cloudfront', aliases: ['cloudfront', 'aws-cloudfront'], kind: K, parents: ['cdn', 'aws'] },
|
|
228
|
+
{ key: 'rds', aliases: ['rds', 'aws-rds', 'aurora', 'aws-aurora'], kind: K, parents: ['database', 'aws'] },
|
|
229
|
+
{ key: 'elasticache', aliases: ['elasticache', 'aws-elasticache'], kind: K, parents: ['cache', 'aws'] },
|
|
230
|
+
{ key: 'step-functions', aliases: ['step-functions', 'aws-step-functions', 'sfn'], kind: K, parents: ['workflow', 'aws', 'serverless'] },
|
|
231
|
+
{ key: 'api-gateway', aliases: ['api-gateway', 'aws-api-gateway', 'apigw'], kind: K, parents: ['api', 'aws'] },
|
|
232
|
+
{ key: 'cognito', aliases: ['cognito', 'aws-cognito'], kind: K, parents: ['authentication', 'aws'] },
|
|
233
|
+
{ key: 'cloudwatch', aliases: ['cloudwatch', 'aws-cloudwatch'], kind: K, parents: ['observability', 'aws'] },
|
|
234
|
+
{ key: 'iam', aliases: ['iam', 'aws-iam'], kind: K, parents: ['security', 'aws'] },
|
|
235
|
+
{ key: 'route53', aliases: ['route53', 'aws-route53'], kind: K, parents: ['dns', 'aws'] },
|
|
236
|
+
{ key: 'secretsmanager', aliases: ['secretsmanager', 'aws-secrets-manager', 'aws-ssm'], kind: K, parents: ['secret-management', 'aws'] },
|
|
237
|
+
{ key: 'cloud-run', aliases: ['cloud-run', 'gcp-cloud-run'], kind: K, parents: ['serverless', 'gcp'] },
|
|
238
|
+
{ key: 'cloud-functions', aliases: ['cloud-functions', 'gcp-cloud-functions', 'gcf'], kind: K, parents: ['serverless', 'gcp'] },
|
|
239
|
+
{ key: 'gke', aliases: ['gke', 'google-kubernetes-engine'], kind: K, parents: ['kubernetes', 'gcp'] },
|
|
240
|
+
{ key: 'bigquery', aliases: ['bigquery', 'bq'], kind: K, parents: ['analytics', 'data-warehouse', 'gcp'] },
|
|
241
|
+
{ key: 'cloud-spanner', aliases: ['cloud-spanner', 'spanner'], kind: K, parents: ['database', 'distributed-database', 'gcp'] },
|
|
242
|
+
{ key: 'vertex-ai', aliases: ['vertex-ai', 'vertex'], kind: K, parents: ['ai-infrastructure', 'gcp'] },
|
|
243
|
+
{ key: 'azure-functions', aliases: ['azure-functions'], kind: K, parents: ['serverless', 'azure'] },
|
|
244
|
+
{ key: 'aks', aliases: ['aks', 'azure-kubernetes-service'], kind: K, parents: ['kubernetes', 'azure'] },
|
|
245
|
+
{ key: 'azure-devops', aliases: ['azure-devops', 'ado'], kind: K, parents: ['ci-cd', 'azure'] },
|
|
246
|
+
{ key: 'azure-ad', aliases: ['azure-ad', 'entra-id', 'azure-active-directory'], kind: K, parents: ['authentication', 'azure'] },
|
|
247
|
+
{ key: 'docker', aliases: ['docker', 'dockerfile', 'container', 'docker-compose'], kind: K, parents: ['containerization'] },
|
|
248
|
+
{ key: 'kubernetes', aliases: ['kubernetes', 'k8s', 'kube'], kind: K, parents: ['container-orchestration'], related: ['docker', 'helm'] },
|
|
249
|
+
{ key: 'helm', aliases: ['helm', 'helm-chart', 'helmfile'], kind: K, parents: ['kubernetes'] },
|
|
250
|
+
{ key: 'kustomize', aliases: ['kustomize'], kind: K, parents: ['kubernetes'] },
|
|
251
|
+
{ key: 'nomad', aliases: ['nomad', 'hashicorp-nomad'], kind: K, parents: ['container-orchestration'] },
|
|
252
|
+
{ key: 'podman', aliases: ['podman'], kind: K, parents: ['containerization'] },
|
|
253
|
+
{ key: 'containerd', aliases: ['containerd'], kind: K, parents: ['containerization'] },
|
|
254
|
+
{ key: 'docker-swarm', aliases: ['docker-swarm', 'swarm'], kind: K, parents: ['container-orchestration'] },
|
|
255
|
+
{ key: 'terraform', aliases: ['terraform', 'tf', 'hcl', 'opentofu', 'tofu'], kind: K, parents: ['infrastructure-as-code'], related: ['aws', 'gcp', 'azure'] },
|
|
256
|
+
{ key: 'pulumi', aliases: ['pulumi'], kind: K, parents: ['infrastructure-as-code'] },
|
|
257
|
+
{ key: 'ansible', aliases: ['ansible', 'ansible-playbook'], kind: K, parents: ['infrastructure-as-code', 'configuration-management'] },
|
|
258
|
+
{ key: 'cloudformation', aliases: ['cloudformation', 'cfn', 'aws-cloudformation'], kind: K, parents: ['infrastructure-as-code', 'aws'] },
|
|
259
|
+
{ key: 'cdk', aliases: ['cdk', 'aws-cdk', 'cloud-development-kit'], kind: K, parents: ['infrastructure-as-code', 'aws'] },
|
|
260
|
+
{ key: 'cdktf', aliases: ['cdktf', 'cdk-for-terraform'], kind: K, parents: ['infrastructure-as-code', 'terraform'] },
|
|
261
|
+
{ key: 'crossplane', aliases: ['crossplane'], kind: K, parents: ['infrastructure-as-code', 'kubernetes'] },
|
|
262
|
+
{ key: 'chef', aliases: ['chef'], kind: K, parents: ['configuration-management'] },
|
|
263
|
+
{ key: 'puppet', aliases: ['puppet'], kind: K, parents: ['configuration-management'] },
|
|
264
|
+
{ key: 'saltstack', aliases: ['saltstack', 'salt'], kind: K, parents: ['configuration-management'] },
|
|
265
|
+
{ key: 'packer', aliases: ['packer', 'hashicorp-packer'], kind: K, parents: ['infrastructure-as-code', 'image-building'] },
|
|
266
|
+
{ key: 'vagrant', aliases: ['vagrant'], kind: K, parents: ['infrastructure-as-code', 'development-environment'] },
|
|
267
|
+
{ key: 'github-actions', aliases: ['github-actions', 'gha'], kind: K, parents: ['ci-cd'] },
|
|
268
|
+
{ key: 'gitlab-ci', aliases: ['gitlab-ci', 'gitlab'], kind: K, parents: ['ci-cd'] },
|
|
269
|
+
{ key: 'jenkins', aliases: ['jenkins', 'jenkinsfile'], kind: K, parents: ['ci-cd'] },
|
|
270
|
+
{ key: 'circleci', aliases: ['circleci', 'circle-ci'], kind: K, parents: ['ci-cd'] },
|
|
271
|
+
{ key: 'travis-ci', aliases: ['travis-ci', 'travis'], kind: K, parents: ['ci-cd'] },
|
|
272
|
+
{ key: 'buildkite', aliases: ['buildkite'], kind: K, parents: ['ci-cd'] },
|
|
273
|
+
{ key: 'argocd', aliases: ['argocd', 'argo-cd', 'argo'], kind: K, parents: ['ci-cd', 'gitops', 'kubernetes'] },
|
|
274
|
+
{ key: 'fluxcd', aliases: ['fluxcd', 'flux-cd', 'flux'], kind: K, parents: ['ci-cd', 'gitops', 'kubernetes'] },
|
|
275
|
+
{ key: 'tekton', aliases: ['tekton'], kind: K, parents: ['ci-cd', 'kubernetes'] },
|
|
276
|
+
{ key: 'drone', aliases: ['drone', 'drone-ci'], kind: K, parents: ['ci-cd'] },
|
|
277
|
+
{ key: 'spinnaker', aliases: ['spinnaker'], kind: K, parents: ['ci-cd', 'deployment'] },
|
|
278
|
+
{ key: 'concourse', aliases: ['concourse', 'concourse-ci'], kind: K, parents: ['ci-cd'] },
|
|
279
|
+
{ key: 'nginx', aliases: ['nginx'], kind: K, parents: ['reverse-proxy', 'web-server'] },
|
|
280
|
+
{ key: 'caddy', aliases: ['caddy', 'caddyserver'], kind: K, parents: ['reverse-proxy', 'web-server'] },
|
|
281
|
+
{ key: 'haproxy', aliases: ['haproxy'], kind: K, parents: ['load-balancer', 'reverse-proxy'] },
|
|
282
|
+
{ key: 'traefik', aliases: ['traefik'], kind: K, parents: ['reverse-proxy', 'kubernetes'] },
|
|
283
|
+
{ key: 'envoy', aliases: ['envoy', 'envoy-proxy'], kind: K, parents: ['service-mesh', 'proxy'] },
|
|
284
|
+
{ key: 'istio', aliases: ['istio'], kind: K, parents: ['service-mesh', 'kubernetes'] },
|
|
285
|
+
{ key: 'linkerd', aliases: ['linkerd'], kind: K, parents: ['service-mesh', 'kubernetes'] },
|
|
286
|
+
{ key: 'consul', aliases: ['consul', 'hashicorp-consul'], kind: K, parents: ['service-discovery', 'service-mesh'] },
|
|
287
|
+
{ key: 'kong', aliases: ['kong', 'kong-gateway'], kind: K, parents: ['api-gateway'] },
|
|
288
|
+
{ key: 'apisix', aliases: ['apisix', 'apache-apisix'], kind: K, parents: ['api-gateway'] },
|
|
289
|
+
{ key: 'prometheus', aliases: ['prometheus', 'prom'], kind: K, parents: ['monitoring', 'observability'] },
|
|
290
|
+
{ key: 'grafana', aliases: ['grafana'], kind: K, parents: ['monitoring', 'visualization'] },
|
|
291
|
+
{ key: 'datadog', aliases: ['datadog', 'dd'], kind: K, parents: ['monitoring', 'observability', 'apm'] },
|
|
292
|
+
{ key: 'newrelic', aliases: ['newrelic', 'new-relic'], kind: K, parents: ['monitoring', 'observability', 'apm'] },
|
|
293
|
+
{ key: 'sentry', aliases: ['sentry'], kind: K, parents: ['error-tracking', 'observability'] },
|
|
294
|
+
{ key: 'jaeger', aliases: ['jaeger'], kind: K, parents: ['tracing', 'observability'] },
|
|
295
|
+
{ key: 'opentelemetry', aliases: ['opentelemetry', 'otel'], kind: K, parents: ['observability', 'tracing'] },
|
|
296
|
+
{ key: 'zipkin', aliases: ['zipkin'], kind: K, parents: ['tracing', 'observability'] },
|
|
297
|
+
{ key: 'pagerduty', aliases: ['pagerduty', 'pd'], kind: K, parents: ['alerting', 'incident-management'] },
|
|
298
|
+
{ key: 'opsgenie', aliases: ['opsgenie'], kind: K, parents: ['alerting', 'incident-management'] },
|
|
299
|
+
{ key: 'loki', aliases: ['loki', 'grafana-loki'], kind: K, parents: ['logging', 'observability'] },
|
|
300
|
+
{ key: 'fluentd', aliases: ['fluentd', 'fluent-bit', 'fluentbit'], kind: K, parents: ['logging'] },
|
|
301
|
+
{ key: 'logstash', aliases: ['logstash', 'elk'], kind: K, parents: ['logging'] },
|
|
302
|
+
{ key: 'kibana', aliases: ['kibana'], kind: K, parents: ['visualization', 'logging'] },
|
|
303
|
+
{ key: 'splunk', aliases: ['splunk'], kind: K, parents: ['logging', 'observability'] },
|
|
304
|
+
{ key: 'tempo', aliases: ['tempo', 'grafana-tempo'], kind: K, parents: ['tracing', 'observability'] },
|
|
305
|
+
{ key: 'jest', aliases: ['jest'], kind: K, parents: ['testing', 'javascript'] },
|
|
306
|
+
{ key: 'vitest', aliases: ['vitest'], kind: K, parents: ['testing', 'javascript'] },
|
|
307
|
+
{ key: 'mocha', aliases: ['mocha'], kind: K, parents: ['testing', 'javascript'] },
|
|
308
|
+
{ key: 'cypress', aliases: ['cypress'], kind: K, parents: ['e2e-testing', 'frontend'] },
|
|
309
|
+
{ key: 'playwright', aliases: ['playwright'], kind: K, parents: ['e2e-testing', 'frontend'] },
|
|
310
|
+
{ key: 'selenium', aliases: ['selenium', 'webdriver'], kind: K, parents: ['e2e-testing'] },
|
|
311
|
+
{ key: 'puppeteer', aliases: ['puppeteer'], kind: K, parents: ['e2e-testing', 'frontend'] },
|
|
312
|
+
{ key: 'testing-library', aliases: ['testing-library', 'rtl', 'react-testing-library'], kind: K, parents: ['testing', 'reactjs'] },
|
|
313
|
+
{ key: 'pytest', aliases: ['pytest'], kind: K, parents: ['testing', 'python'] },
|
|
314
|
+
{ key: 'junit', aliases: ['junit', 'junit5'], kind: K, parents: ['testing', 'java'] },
|
|
315
|
+
{ key: 'rspec', aliases: ['rspec'], kind: K, parents: ['testing', 'ruby'] },
|
|
316
|
+
{ key: 'go-test', aliases: ['go-test', 'gotest'], kind: K, parents: ['testing', 'golang'] },
|
|
317
|
+
{ key: 'k6', aliases: ['k6', 'grafana-k6'], kind: K, parents: ['load-testing', 'performance'] },
|
|
318
|
+
{ key: 'artillery', aliases: ['artillery'], kind: K, parents: ['load-testing', 'performance'] },
|
|
319
|
+
{ key: 'jmeter', aliases: ['jmeter', 'apache-jmeter'], kind: K, parents: ['load-testing', 'performance'] },
|
|
320
|
+
{ key: 'gatling', aliases: ['gatling'], kind: K, parents: ['load-testing', 'performance'] },
|
|
321
|
+
{ key: 'locust', aliases: ['locust'], kind: K, parents: ['load-testing', 'python'] },
|
|
322
|
+
{ key: 'storybook', aliases: ['storybook'], kind: K, parents: ['testing', 'frontend', 'documentation'] },
|
|
323
|
+
{ key: 'cucumber', aliases: ['cucumber', 'gherkin', 'bdd'], kind: K, parents: ['testing'] },
|
|
324
|
+
{ key: 'testcontainers', aliases: ['testcontainers'], kind: K, parents: ['testing', 'docker'] },
|
|
325
|
+
{ key: 'pact', aliases: ['pact', 'pact-testing'], kind: K, parents: ['contract-testing'] },
|
|
326
|
+
{ key: 'supertest', aliases: ['supertest'], kind: K, parents: ['testing', 'nodejs'] },
|
|
327
|
+
{ key: 'keycloak', aliases: ['keycloak'], kind: K, parents: ['authentication', 'oidc'] },
|
|
328
|
+
{ key: 'auth0', aliases: ['auth0'], kind: K, parents: ['authentication', 'oidc'] },
|
|
329
|
+
{ key: 'okta', aliases: ['okta'], kind: K, parents: ['authentication', 'oidc'] },
|
|
330
|
+
{ key: 'firebase-auth', aliases: ['firebase-auth', 'firebase-authentication'], kind: K, parents: ['authentication', 'firebase'] },
|
|
331
|
+
{ key: 'clerk', aliases: ['clerk'], kind: K, parents: ['authentication'] },
|
|
332
|
+
{ key: 'nextauth', aliases: ['nextauth', 'next-auth', 'authjs', 'auth.js'], kind: K, parents: ['authentication', 'nextjs'] },
|
|
333
|
+
{ key: 'passport', aliases: ['passport', 'passport.js', 'passportjs'], kind: K, parents: ['authentication', 'nodejs'] },
|
|
334
|
+
{ key: 'supertokens', aliases: ['supertokens'], kind: K, parents: ['authentication'] },
|
|
335
|
+
{ key: 'oauth', aliases: ['oauth', 'oauth2', 'oauth2.0'], kind: K, parents: ['authentication'] },
|
|
336
|
+
{ key: 'saml', aliases: ['saml', 'saml2'], kind: K, parents: ['authentication', 'enterprise'] },
|
|
337
|
+
{ key: 'jwt', aliases: ['jwt', 'json-web-token', 'json-web-tokens'], kind: K, parents: ['authentication'] },
|
|
338
|
+
{ key: 'oidc', aliases: ['oidc', 'openid-connect', 'openid'], kind: K, parents: ['authentication'] },
|
|
339
|
+
{ key: 'nx', aliases: ['nx', 'nrwl-nx'], kind: K, parents: ['monorepo', 'build-tool'] },
|
|
340
|
+
{ key: 'turborepo', aliases: ['turborepo', 'turbo'], kind: K, parents: ['monorepo', 'build-tool'] },
|
|
341
|
+
{ key: 'lerna', aliases: ['lerna'], kind: K, parents: ['monorepo'] },
|
|
342
|
+
{ key: 'pnpm', aliases: ['pnpm'], kind: K, parents: ['package-manager', 'nodejs'] },
|
|
343
|
+
{ key: 'yarn', aliases: ['yarn', 'yarn-berry'], kind: K, parents: ['package-manager', 'nodejs'] },
|
|
344
|
+
{ key: 'npm', aliases: ['npm'], kind: K, parents: ['package-manager', 'nodejs'] },
|
|
345
|
+
{ key: 'pip', aliases: ['pip', 'pip3', 'pipenv'], kind: K, parents: ['package-manager', 'python'] },
|
|
346
|
+
{ key: 'poetry', aliases: ['poetry'], kind: K, parents: ['package-manager', 'python'] },
|
|
347
|
+
{ key: 'uv', aliases: ['uv', 'astral-uv'], kind: K, parents: ['package-manager', 'python'] },
|
|
348
|
+
{ key: 'cargo', aliases: ['cargo'], kind: K, parents: ['package-manager', 'rust'] },
|
|
349
|
+
{ key: 'maven', aliases: ['maven', 'mvn'], kind: K, parents: ['build-tool', 'java'] },
|
|
350
|
+
{ key: 'gradle', aliases: ['gradle'], kind: K, parents: ['build-tool', 'java'] },
|
|
351
|
+
{ key: 'sbt', aliases: ['sbt'], kind: K, parents: ['build-tool', 'scala'] },
|
|
352
|
+
{ key: 'mix', aliases: ['mix'], kind: K, parents: ['build-tool', 'elixir'] },
|
|
353
|
+
{ key: 'bazel', aliases: ['bazel'], kind: K, parents: ['build-tool', 'monorepo'] },
|
|
354
|
+
{ key: 'make', aliases: ['make', 'makefile', 'gnu-make'], kind: K, parents: ['build-tool'] },
|
|
355
|
+
{ key: 'cmake', aliases: ['cmake'], kind: K, parents: ['build-tool', 'cpp'] },
|
|
356
|
+
{ key: 'meson', aliases: ['meson'], kind: K, parents: ['build-tool'] },
|
|
357
|
+
{ key: 'git', aliases: ['git'], kind: K, parents: ['version-control'] },
|
|
358
|
+
{ key: 'github', aliases: ['github', 'gh'], kind: K, parents: ['version-control', 'code-platform'] },
|
|
359
|
+
{ key: 'gitlab-platform', aliases: ['gitlab-platform', 'gitlab-saas'], kind: K, parents: ['version-control', 'code-platform'] },
|
|
360
|
+
{ key: 'bitbucket', aliases: ['bitbucket'], kind: K, parents: ['version-control', 'code-platform'] },
|
|
361
|
+
{ key: 'minio', aliases: ['minio'], kind: K, parents: ['object-storage'] },
|
|
362
|
+
{ key: 'gcs', aliases: ['gcs', 'google-cloud-storage'], kind: K, parents: ['object-storage', 'gcp'] },
|
|
363
|
+
{ key: 'azure-blob', aliases: ['azure-blob', 'azure-blob-storage'], kind: K, parents: ['object-storage', 'azure'] },
|
|
364
|
+
{ key: 'cloudinary', aliases: ['cloudinary'], kind: K, parents: ['media-storage', 'cdn'] },
|
|
365
|
+
{ key: 'imgix', aliases: ['imgix'], kind: K, parents: ['media-storage', 'cdn'] },
|
|
366
|
+
{ key: 'serverless-framework', aliases: ['serverless-framework', 'sls', 'serverless'], kind: K, parents: ['serverless'] },
|
|
367
|
+
{ key: 'sst', aliases: ['sst', 'serverless-stack'], kind: K, parents: ['serverless', 'aws'] },
|
|
368
|
+
{ key: 'deno-deploy', aliases: ['deno-deploy'], kind: K, parents: ['serverless', 'edge'] },
|
|
369
|
+
{ key: 'tensorflow', aliases: ['tensorflow', 'tf-ml', 'tf2'], kind: K, parents: ['machine-learning'] },
|
|
370
|
+
{ key: 'pytorch', aliases: ['pytorch', 'torch'], kind: K, parents: ['machine-learning'] },
|
|
371
|
+
{ key: 'huggingface', aliases: ['huggingface', 'hugging-face', 'transformers'], kind: K, parents: ['machine-learning', 'nlp'] },
|
|
372
|
+
{ key: 'langchain', aliases: ['langchain'], kind: K, parents: ['ai-infrastructure', 'llm'] },
|
|
373
|
+
{ key: 'llamaindex', aliases: ['llamaindex', 'llama-index'], kind: K, parents: ['ai-infrastructure', 'llm'] },
|
|
374
|
+
{ key: 'scikit-learn', aliases: ['scikit-learn', 'sklearn'], kind: K, parents: ['machine-learning', 'python'] },
|
|
375
|
+
{ key: 'pandas', aliases: ['pandas'], kind: K, parents: ['data-science', 'python'] },
|
|
376
|
+
{ key: 'numpy', aliases: ['numpy'], kind: K, parents: ['data-science', 'python'] },
|
|
377
|
+
{ key: 'openai-api', aliases: ['openai', 'openai-api', 'chatgpt-api', 'gpt'], kind: K, parents: ['ai-infrastructure', 'llm'] },
|
|
378
|
+
{ key: 'anthropic-api', aliases: ['anthropic', 'anthropic-api', 'claude-api'], kind: K, parents: ['ai-infrastructure', 'llm'] },
|
|
379
|
+
{ key: 'ollama', aliases: ['ollama'], kind: K, parents: ['ai-infrastructure', 'llm'] },
|
|
380
|
+
{ key: 'mlflow', aliases: ['mlflow'], kind: K, parents: ['ml-ops'] },
|
|
381
|
+
{ key: 'kubeflow', aliases: ['kubeflow'], kind: K, parents: ['ml-ops', 'kubernetes'] },
|
|
382
|
+
{ key: 'ray', aliases: ['ray', 'ray-io'], kind: K, parents: ['distributed-computing', 'machine-learning'] },
|
|
383
|
+
{ key: 'triton', aliases: ['triton', 'triton-inference-server'], kind: K, parents: ['ai-infrastructure', 'model-serving'] },
|
|
384
|
+
{ key: 'spark', aliases: ['spark', 'apache-spark', 'pyspark'], kind: K, parents: ['data-engineering', 'distributed-computing'] },
|
|
385
|
+
{ key: 'airflow', aliases: ['airflow', 'apache-airflow'], kind: K, parents: ['data-engineering', 'workflow'] },
|
|
386
|
+
{ key: 'dbt', aliases: ['dbt', 'data-build-tool'], kind: K, parents: ['data-engineering', 'analytics'] },
|
|
387
|
+
{ key: 'snowflake', aliases: ['snowflake'], kind: K, parents: ['data-warehouse', 'analytics'] },
|
|
388
|
+
{ key: 'databricks', aliases: ['databricks'], kind: K, parents: ['data-engineering', 'analytics'] },
|
|
389
|
+
{ key: 'flink', aliases: ['flink', 'apache-flink'], kind: K, parents: ['data-engineering', 'event-streaming'] },
|
|
390
|
+
{ key: 'dagster', aliases: ['dagster'], kind: K, parents: ['data-engineering', 'workflow'] },
|
|
391
|
+
{ key: 'prefect', aliases: ['prefect'], kind: K, parents: ['data-engineering', 'workflow'] },
|
|
392
|
+
{ key: 'redshift', aliases: ['redshift', 'aws-redshift'], kind: K, parents: ['data-warehouse', 'aws'] },
|
|
393
|
+
{ key: 'metabase', aliases: ['metabase'], kind: K, parents: ['analytics', 'visualization'] },
|
|
394
|
+
{ key: 'superset', aliases: ['superset', 'apache-superset'], kind: K, parents: ['analytics', 'visualization'] },
|
|
395
|
+
{ key: 'looker', aliases: ['looker'], kind: K, parents: ['analytics', 'visualization', 'gcp'] },
|
|
396
|
+
{ key: 'tableau', aliases: ['tableau'], kind: K, parents: ['analytics', 'visualization'] },
|
|
397
|
+
{ key: 'vault', aliases: ['vault', 'hashicorp-vault'], kind: K, parents: ['secret-management', 'security'] },
|
|
398
|
+
{ key: 'snyk', aliases: ['snyk'], kind: K, parents: ['security', 'dependency-scanning'] },
|
|
399
|
+
{ key: 'sonarqube', aliases: ['sonarqube', 'sonar'], kind: K, parents: ['code-quality', 'security'] },
|
|
400
|
+
{ key: 'trivy', aliases: ['trivy'], kind: K, parents: ['security', 'container-scanning'] },
|
|
401
|
+
{ key: 'dependabot', aliases: ['dependabot'], kind: K, parents: ['dependency-scanning', 'github'] },
|
|
402
|
+
{ key: 'renovate', aliases: ['renovate'], kind: K, parents: ['dependency-scanning'] },
|
|
403
|
+
{ key: 'falco', aliases: ['falco'], kind: K, parents: ['security', 'kubernetes', 'runtime-security'] },
|
|
404
|
+
{ key: 'cert-manager', aliases: ['cert-manager'], kind: K, parents: ['security', 'kubernetes', 'tls'] },
|
|
405
|
+
{ key: 'react-native', aliases: ['react-native', 'rn'], kind: K, parents: ['mobile', 'reactjs'] },
|
|
406
|
+
{ key: 'flutter', aliases: ['flutter'], kind: K, parents: ['mobile', 'dart'] },
|
|
407
|
+
{ key: 'expo', aliases: ['expo'], kind: K, parents: ['mobile', 'react-native'] },
|
|
408
|
+
{ key: 'capacitor', aliases: ['capacitor', 'capacitorjs'], kind: K, parents: ['mobile', 'hybrid'] },
|
|
409
|
+
{ key: 'ionic', aliases: ['ionic'], kind: K, parents: ['mobile', 'hybrid'] },
|
|
410
|
+
{ key: 'kotlin-multiplatform', aliases: ['kotlin-multiplatform', 'kmp', 'kmm'], kind: K, parents: ['mobile', 'kotlin'] },
|
|
411
|
+
{ key: 'swiftui', aliases: ['swiftui'], kind: K, parents: ['mobile', 'apple', 'swift'] },
|
|
412
|
+
{ key: 'jetpack-compose', aliases: ['jetpack-compose', 'compose'], kind: K, parents: ['mobile', 'android', 'kotlin'] },
|
|
413
|
+
{ key: 'strapi', aliases: ['strapi'], kind: K, parents: ['cms', 'headless-cms'] },
|
|
414
|
+
{ key: 'contentful', aliases: ['contentful'], kind: K, parents: ['cms', 'headless-cms'] },
|
|
415
|
+
{ key: 'sanity', aliases: ['sanity', 'sanity.io'], kind: K, parents: ['cms', 'headless-cms'] },
|
|
416
|
+
{ key: 'payload-cms', aliases: ['payload', 'payload-cms'], kind: K, parents: ['cms', 'headless-cms'] },
|
|
417
|
+
{ key: 'directus', aliases: ['directus'], kind: K, parents: ['cms', 'headless-cms'] },
|
|
418
|
+
{ key: 'ghost', aliases: ['ghost'], kind: K, parents: ['cms'] },
|
|
419
|
+
{ key: 'firebase', aliases: ['firebase', 'google-firebase'], kind: K, parents: ['baas', 'gcp'] },
|
|
420
|
+
{ key: 'appwrite', aliases: ['appwrite'], kind: K, parents: ['baas'] },
|
|
421
|
+
{ key: 'hasura', aliases: ['hasura'], kind: K, parents: ['graphql', 'baas'] },
|
|
422
|
+
{ key: 'supabase-realtime', aliases: ['supabase-realtime'], kind: K, parents: ['real-time', 'supabase'] },
|
|
423
|
+
{ key: 'launchdarkly', aliases: ['launchdarkly', 'launch-darkly'], kind: K, parents: ['feature-flags'] },
|
|
424
|
+
{ key: 'unleash', aliases: ['unleash'], kind: K, parents: ['feature-flags'] },
|
|
425
|
+
{ key: 'posthog', aliases: ['posthog'], kind: K, parents: ['analytics', 'feature-flags'] },
|
|
426
|
+
{ key: 'flagsmith', aliases: ['flagsmith'], kind: K, parents: ['feature-flags'] },
|
|
427
|
+
{ key: 'optimizely', aliases: ['optimizely'], kind: K, parents: ['experimentation', 'feature-flags'] },
|
|
428
|
+
{ key: 'growthbook', aliases: ['growthbook'], kind: K, parents: ['experimentation', 'feature-flags'] },
|
|
429
|
+
{ key: 'eslint', aliases: ['eslint'], kind: K, parents: ['linting', 'javascript'] },
|
|
430
|
+
{ key: 'prettier', aliases: ['prettier'], kind: K, parents: ['formatting'] },
|
|
431
|
+
{ key: 'biome', aliases: ['biome', 'biomejs'], kind: K, parents: ['linting', 'formatting'] },
|
|
432
|
+
{ key: 'oxlint', aliases: ['oxlint', 'oxc'], kind: K, parents: ['linting', 'javascript'] },
|
|
433
|
+
{ key: 'ruff', aliases: ['ruff'], kind: K, parents: ['linting', 'python'] },
|
|
434
|
+
{ key: 'black', aliases: ['black'], kind: K, parents: ['formatting', 'python'] },
|
|
435
|
+
{ key: 'golangci-lint', aliases: ['golangci-lint', 'golint'], kind: K, parents: ['linting', 'golang'] },
|
|
436
|
+
{ key: 'clippy', aliases: ['clippy', 'rust-clippy'], kind: K, parents: ['linting', 'rust'] },
|
|
437
|
+
{ key: 'rubocop', aliases: ['rubocop'], kind: K, parents: ['linting', 'ruby'] },
|
|
438
|
+
{ key: 'mypy', aliases: ['mypy'], kind: K, parents: ['type-checking', 'python'] },
|
|
439
|
+
{ key: 'pyright', aliases: ['pyright'], kind: K, parents: ['type-checking', 'python'] },
|
|
440
|
+
{ key: 'docusaurus', aliases: ['docusaurus'], kind: K, parents: ['documentation', 'reactjs'] },
|
|
441
|
+
{ key: 'mkdocs', aliases: ['mkdocs', 'mkdocs-material'], kind: K, parents: ['documentation', 'python'] },
|
|
442
|
+
{ key: 'typedoc', aliases: ['typedoc'], kind: K, parents: ['documentation', 'typescript'] },
|
|
443
|
+
{ key: 'swagger-ui', aliases: ['swagger-ui'], kind: K, parents: ['documentation', 'api'] },
|
|
444
|
+
{ key: 'redoc', aliases: ['redoc'], kind: K, parents: ['documentation', 'api'] },
|
|
445
|
+
{ key: 'mdx', aliases: ['mdx', 'markdown-jsx'], kind: K, parents: ['documentation', 'reactjs'] },
|
|
446
|
+
{ key: 'sendgrid', aliases: ['sendgrid', 'twilio-sendgrid'], kind: K, parents: ['email'] },
|
|
447
|
+
{ key: 'ses', aliases: ['ses', 'aws-ses', 'amazon-ses'], kind: K, parents: ['email', 'aws'] },
|
|
448
|
+
{ key: 'resend', aliases: ['resend'], kind: K, parents: ['email'] },
|
|
449
|
+
{ key: 'postmark', aliases: ['postmark'], kind: K, parents: ['email'] },
|
|
450
|
+
{ key: 'mailgun', aliases: ['mailgun'], kind: K, parents: ['email'] },
|
|
451
|
+
{ key: 'twilio', aliases: ['twilio'], kind: K, parents: ['sms', 'communications'] },
|
|
452
|
+
{ key: 'stripe', aliases: ['stripe', 'stripe-api'], kind: K, parents: ['payments'] },
|
|
453
|
+
{ key: 'paypal', aliases: ['paypal', 'braintree'], kind: K, parents: ['payments'] },
|
|
454
|
+
{ key: 'adyen', aliases: ['adyen'], kind: K, parents: ['payments'] },
|
|
455
|
+
{ key: 'square', aliases: ['square', 'square-api'], kind: K, parents: ['payments'] },
|
|
456
|
+
{ key: 'jira', aliases: ['jira', 'atlassian-jira'], kind: K, parents: ['project-management'] },
|
|
457
|
+
{ key: 'linear', aliases: ['linear', 'linear-app'], kind: K, parents: ['project-management'] },
|
|
458
|
+
{ key: 'slack', aliases: ['slack', 'slack-api'], kind: K, parents: ['communications'] },
|
|
459
|
+
{ key: 'confluence', aliases: ['confluence'], kind: K, parents: ['documentation', 'knowledge-base'] },
|
|
460
|
+
{ key: 'notion', aliases: ['notion', 'notion-api'], kind: K, parents: ['documentation', 'knowledge-base'] },
|
|
461
|
+
];
|
|
462
|
+
//# sourceMappingURL=technology.concepts.js.map
|