@aopslabs/aops-server 0.2.8 → 0.2.10

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.
Files changed (45) hide show
  1. package/LICENSE +54 -14
  2. package/NOTICE +3 -3
  3. package/THIRD_PARTY_NOTICES +411 -80
  4. package/THIRD_PARTY_NOTICES.inventory.json +114 -89
  5. package/build/client/_app/immutable/chunks/{DJuiD8rz.js → DOP91BI2.js} +1 -1
  6. package/build/client/_app/immutable/entry/{app.BduK9OLR.js → app.wWpgS-lj.js} +2 -2
  7. package/build/client/_app/immutable/entry/start.B6IoXHM8.js +1 -0
  8. package/build/client/_app/immutable/nodes/{1.BHCxdSGE.js → 1.ClIe_uwH.js} +1 -1
  9. package/build/client/_app/version.json +1 -1
  10. package/build/handler.js +3 -3
  11. package/build/index.js +3 -3
  12. package/build/server/chunks/{1-GRBtgJ_v.js → 1-CCFGO3E8.js} +2 -2
  13. package/build/server/chunks/{_server.ts-DtpMoDh-.js → _server.ts-5PfufGhQ.js} +1 -1
  14. package/build/server/chunks/{_server.ts-DkjpJaP-.js → _server.ts-7-tcIJf2.js} +1 -1
  15. package/build/server/chunks/{_server.ts-Ci0BptZv.js → _server.ts-AJ0imKUc.js} +4 -4
  16. package/build/server/chunks/{_server.ts-BhLQBWm_.js → _server.ts-BJ4evpqP.js} +1 -1
  17. package/build/server/chunks/{_server.ts-DalWyuOw.js → _server.ts-BXCdUW6X.js} +4 -4
  18. package/build/server/chunks/{_server.ts-C4xBUBHh.js → _server.ts-BzHZDsLU.js} +5 -5
  19. package/build/server/chunks/{_server.ts-Cs9jWH3k.js → _server.ts-C6tCqRgY.js} +4 -4
  20. package/build/server/chunks/{_server.ts-DeUAhH-J.js → _server.ts-C7O3p1BG.js} +4 -4
  21. package/build/server/chunks/{_server.ts-raSjtrvU.js → _server.ts-CCrjMhLK.js} +5 -5
  22. package/build/server/chunks/{_server.ts-BuU8t61N.js → _server.ts-CGIpzS6K.js} +1 -1
  23. package/build/server/chunks/{_server.ts-DOTH9xXj.js → _server.ts-CHX_s-fT.js} +1 -1
  24. package/build/server/chunks/{_server.ts-ZdQ0_9yR.js → _server.ts-CNd_VT19.js} +1 -1
  25. package/build/server/chunks/{_server.ts-BNKQJ2qc.js → _server.ts-ClvARLzg.js} +5 -5
  26. package/build/server/chunks/{_server.ts-DgNR5GlW.js → _server.ts-CuifGJTF.js} +1 -1
  27. package/build/server/chunks/{_server.ts-DI72y7Lg.js → _server.ts-DCkBCaJM.js} +1 -1
  28. package/build/server/chunks/{_server.ts-Bdsgci7u.js → _server.ts-DGOwt3F3.js} +1 -1
  29. package/build/server/chunks/{_server.ts-fIUNadx0.js → _server.ts-Dy3zDemo.js} +5 -5
  30. package/build/server/chunks/{_server.ts-Du57noDg.js → _server.ts-WWdSLatP.js} +2 -2
  31. package/build/server/chunks/{agent-gateway-runtime-DV-xLmJx.js → agent-gateway-runtime-D6-UoKQA.js} +1 -1
  32. package/build/server/chunks/{discovery-DL0RzVks.js → discovery-BaEpDyWT.js} +2 -2
  33. package/build/server/chunks/{error.svelte-B4Rmkkc5.js → error.svelte-B5_Vjwmk.js} +1 -1
  34. package/build/server/chunks/{handler-D5UAmE4n.js → handler-BsClyvu7.js} +2 -2
  35. package/build/server/chunks/{hooks.server-Bss596Cq.js → hooks.server-B8q2QwIQ.js} +1 -1
  36. package/build/server/chunks/{index.js-CTz0MIe6.js → index.js--6zD1xCG.js} +227 -118
  37. package/build/server/chunks/{manifest.js-C5OXPP13.js → manifest.js-zg9yAX8Y.js} +20 -20
  38. package/build/server/chunks/{registry-DIreA2IZ.js → registry-3GWqIriK.js} +48 -6
  39. package/npm-shrinkwrap.json +255 -192
  40. package/package.json +15 -15
  41. package/runtime/agentspace-tooling.mjs +16 -2
  42. package/runtime/docman-policy.mjs +5 -1
  43. package/runtime/manifest-policy.mjs +62 -0
  44. package/runtime-closure.package.json +62 -63
  45. package/build/client/_app/immutable/entry/start.BV23xbNR.js +0 -1
package/build/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import http from 'node:http';
2
2
  import fs__default from 'node:fs';
3
3
  import process from 'node:process';
4
- import { p as polka, h as handler, f as format_listening_address } from './server/chunks/handler-D5UAmE4n.js';
4
+ import { p as polka, h as handler, f as format_listening_address } from './server/chunks/handler-BsClyvu7.js';
5
5
  import { env, timeout_env } from './env.js';
6
6
  import { rm } from 'node:fs/promises';
7
7
  import './shims.js';
@@ -11,8 +11,8 @@ import 'node:path';
11
11
  import 'node:timers';
12
12
  import 'node:querystring';
13
13
  import 'node:stream';
14
- import './server/chunks/index.js-CTz0MIe6.js';
15
- import './server/chunks/manifest.js-C5OXPP13.js';
14
+ import './server/chunks/index.js--6zD1xCG.js';
15
+ import './server/chunks/manifest.js-zg9yAX8Y.js';
16
16
  import 'node:url';
17
17
 
18
18
  const path = env('SOCKET_PATH', false);
@@ -1,7 +1,7 @@
1
1
  const index = 1;
2
2
  let component_cache;
3
- const component = async () => component_cache ??= (await import('./error.svelte-B4Rmkkc5.js')).default;
4
- const imports = ["_app/immutable/nodes/1.BHCxdSGE.js","_app/immutable/chunks/rqnVXeyB.js","_app/immutable/chunks/2_TffmqH.js","_app/immutable/chunks/CMkIcmi1.js","_app/immutable/chunks/DJuiD8rz.js","_app/immutable/chunks/B2EkC-sy.js"];
3
+ const component = async () => component_cache ??= (await import('./error.svelte-B5_Vjwmk.js')).default;
4
+ const imports = ["_app/immutable/nodes/1.ClIe_uwH.js","_app/immutable/chunks/rqnVXeyB.js","_app/immutable/chunks/2_TffmqH.js","_app/immutable/chunks/CMkIcmi1.js","_app/immutable/chunks/DOP91BI2.js","_app/immutable/chunks/B2EkC-sy.js"];
5
5
  const stylesheets = [];
6
6
  const fonts = [];
7
7
 
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
 
3
3
  const API_ROOT_ERROR = {
4
4
  ok: false,
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { o as okResult } from './xf-result-BRDjvftr.js';
3
3
 
4
4
  const GET = async ({ locals }) => {
@@ -1,21 +1,21 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
3
3
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
4
4
  import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
7
- import './registry-DIreA2IZ.js';
7
+ import './registry-3GWqIriK.js';
8
8
  import 'node:fs';
9
9
  import 'node:os';
10
10
  import 'node:path';
11
11
  import 'node:url';
12
- import '@aopslabs/host-admission';
13
12
  import '@aopslabs/host-auth';
14
13
  import '@aopslabs/host-shell';
15
14
  import 'node:worker_threads';
16
15
  import '@aopslabs/artifact-trust-contracts';
17
16
  import './aops-runtime-config-CHpDUCdE.js';
18
17
  import 'pg';
18
+ import '@aopslabs/host-admission';
19
19
  import 'node:child_process';
20
20
  import 'node:module';
21
21
  import 'node:util';
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { Effect } from 'effect';
3
3
  import { normalizeDocmanFlowAction, saveDocmanGroupFlow, saveDocmanDocumentFlow, saveDocmanSectionFlow, copyDocmanSectionFlow, createLinkedDocmanSection, linkExistingDocmanSection, linkExistingDocmanPageVersion, updateDocmanDocumentSectionLinksFlow, updateDocmanSectionPageLinksFlow, saveDocmanPageVersionDraftFlow, updateDocmanDocumentVersionFlow, updateDocmanPageFlow, copyDocmanPageFlow, createDocmanDocumentVersionFlow, createDocmanPageWithInitialVersionFlow, createLinkedDocmanPage, inferDocmanFlowErrorStatus } from '@aopslabs/domain-product-docman';
4
4
  import { a as attachResolvedProjectScope, b as resolveProjectScopeFromLocals } from './request-context-9wzBoKrz.js';
@@ -1,21 +1,21 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
3
3
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
4
4
  import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
7
- import './registry-DIreA2IZ.js';
7
+ import './registry-3GWqIriK.js';
8
8
  import 'node:fs';
9
9
  import 'node:os';
10
10
  import 'node:path';
11
11
  import 'node:url';
12
- import '@aopslabs/host-admission';
13
12
  import '@aopslabs/host-auth';
14
13
  import '@aopslabs/host-shell';
15
14
  import 'node:worker_threads';
16
15
  import '@aopslabs/artifact-trust-contracts';
17
16
  import './aops-runtime-config-CHpDUCdE.js';
18
17
  import 'pg';
18
+ import '@aopslabs/host-admission';
19
19
  import 'node:child_process';
20
20
  import 'node:module';
21
21
  import 'node:util';
@@ -1,21 +1,21 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { g as getAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { g as getAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
3
3
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
4
- import './agent-gateway-runtime-DV-xLmJx.js';
4
+ import './agent-gateway-runtime-D6-UoKQA.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
7
- import './registry-DIreA2IZ.js';
7
+ import './registry-3GWqIriK.js';
8
8
  import 'node:fs';
9
9
  import 'node:os';
10
10
  import 'node:path';
11
11
  import 'node:url';
12
- import '@aopslabs/host-admission';
13
12
  import '@aopslabs/host-auth';
14
13
  import '@aopslabs/host-shell';
15
14
  import 'node:worker_threads';
16
15
  import '@aopslabs/artifact-trust-contracts';
17
16
  import './aops-runtime-config-CHpDUCdE.js';
18
17
  import 'pg';
18
+ import '@aopslabs/host-admission';
19
19
  import 'node:child_process';
20
20
  import 'node:module';
21
21
  import 'node:util';
@@ -1,22 +1,22 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { HostGatewayError, parseStrictInvokeEnvelope } from '@aopslabs/host-gateway';
3
- import { i as invokeKernelAgentTool } from './agent-gateway-runtime-DV-xLmJx.js';
3
+ import { i as invokeKernelAgentTool } from './agent-gateway-runtime-D6-UoKQA.js';
4
4
  import { n as normalizePluginFailure, t as toSafePluginFailureLogDetails, i as inferFailureStatusFromPayload, c as classifyInvokeFailureMessage } from './plugin-error-normalize-DNeRsopQ.js';
5
5
  import { a as attachResolvedProjectScope, r as resolveHostRequestContext } from './request-context-9wzBoKrz.js';
6
6
  import '@aopslabs/host-core';
7
7
  import '@aopslabs/manifest';
8
- import './registry-DIreA2IZ.js';
8
+ import './registry-3GWqIriK.js';
9
9
  import 'node:fs';
10
10
  import 'node:os';
11
11
  import 'node:path';
12
12
  import 'node:url';
13
- import '@aopslabs/host-admission';
14
13
  import '@aopslabs/host-auth';
15
14
  import '@aopslabs/host-shell';
16
15
  import 'node:worker_threads';
17
16
  import '@aopslabs/artifact-trust-contracts';
18
17
  import './aops-runtime-config-CHpDUCdE.js';
19
18
  import 'pg';
19
+ import '@aopslabs/host-admission';
20
20
  import 'node:child_process';
21
21
  import 'node:module';
22
22
  import 'node:util';
@@ -1,6 +1,6 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { b as getAgentGatewayDiagnostics } from './agent-gateway-runtime-DV-xLmJx.js';
3
- import { g as getHostConfig, a as getKernelRuntimeSnapshot, b as getHostRegistrationDiagnostics, c as getHostPluginRegistryDiagnostics, d as getHostAdmissionDiagnostics, r as resolveCommunityPackageModule } from './registry-DIreA2IZ.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { b as getAgentGatewayDiagnostics } from './agent-gateway-runtime-D6-UoKQA.js';
3
+ import { g as getHostConfig, a as getKernelRuntimeSnapshot, b as getHostRegistrationDiagnostics, c as getHostPluginRegistryDiagnostics, d as getHostAdmissionDiagnostics, r as resolveCommunityPackageModule } from './registry-3GWqIriK.js';
4
4
  import { r as readRuntimeConfigAdmin } from './aops-runtime-config-CHpDUCdE.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
@@ -16,10 +16,10 @@ import 'ajv';
16
16
  import 'zod';
17
17
  import 'node:fs';
18
18
  import 'node:os';
19
- import '@aopslabs/host-admission';
20
19
  import '@aopslabs/host-auth';
21
20
  import '@aopslabs/host-shell';
22
21
  import 'node:worker_threads';
22
+ import '@aopslabs/host-admission';
23
23
  import 'pg';
24
24
 
25
25
  const EXPECTED_PLUGINS = {
@@ -1,21 +1,21 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { g as getAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { g as getAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
3
3
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
4
- import './agent-gateway-runtime-DV-xLmJx.js';
4
+ import './agent-gateway-runtime-D6-UoKQA.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
7
- import './registry-DIreA2IZ.js';
7
+ import './registry-3GWqIriK.js';
8
8
  import 'node:fs';
9
9
  import 'node:os';
10
10
  import 'node:path';
11
11
  import 'node:url';
12
- import '@aopslabs/host-admission';
13
12
  import '@aopslabs/host-auth';
14
13
  import '@aopslabs/host-shell';
15
14
  import 'node:worker_threads';
16
15
  import '@aopslabs/artifact-trust-contracts';
17
16
  import './aops-runtime-config-CHpDUCdE.js';
18
17
  import 'pg';
18
+ import '@aopslabs/host-admission';
19
19
  import 'node:child_process';
20
20
  import 'node:module';
21
21
  import 'node:util';
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { Effect } from 'effect';
3
3
  import { normalizeProjectmanFlowAction, createProjectmanBoardFlow, applyProjectmanTemplateFlow, createProjectmanTemplateFlow, updateProjectmanTemplateFlow, deleteProjectmanTemplateFlow, createProjectmanBoardColumnFlow, createProjectmanTaskFlow, updateProjectmanTaskFlow, moveProjectmanTaskFlow, repositionProjectmanTaskFlow, createProjectmanSprintFlow, updateProjectmanSprintPlanFlow, createProjectmanSprintMicrotaskFlow, updateProjectmanSprintMicrotaskStatusFlow, createProjectmanIssueFlow, updateProjectmanIssueFlow, createProjectmanFeedbackFlow, updateProjectmanFeedbackFlow, convertProjectmanFeedbackToIssueFlow, convertProjectmanFeedbackToTaskFlow, inferProjectmanFlowErrorStatus } from '@aopslabs/domain-product-projectman';
4
4
  import './aops-runtime-config-CHpDUCdE.js';
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
 
3
3
  const GET = async () => {
4
4
  return json({
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { t as testRuntimeConfigAdminTarget, g as getResolvedAopsServerRuntimeConfig } from './aops-runtime-config-CHpDUCdE.js';
3
3
  import { o as okResult } from './xf-result-BRDjvftr.js';
4
4
  import 'node:fs';
@@ -1,7 +1,7 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { g as getAgentGateway } from './agent-gateway-runtime-DV-xLmJx.js';
3
- import { b as buildAgentDiscoveryDocument } from './discovery-DL0RzVks.js';
4
- import { g as getHostConfig } from './registry-DIreA2IZ.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { g as getAgentGateway } from './agent-gateway-runtime-D6-UoKQA.js';
3
+ import { b as buildAgentDiscoveryDocument } from './discovery-BaEpDyWT.js';
4
+ import { g as getHostConfig } from './registry-3GWqIriK.js';
5
5
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
6
6
  import '@aopslabs/host-core';
7
7
  import '@aopslabs/manifest';
@@ -18,12 +18,12 @@ import 'zod';
18
18
  import './auth-provider-C07OUlnz.js';
19
19
  import 'node:fs';
20
20
  import 'node:os';
21
- import '@aopslabs/host-admission';
22
21
  import '@aopslabs/host-auth';
23
22
  import '@aopslabs/host-shell';
24
23
  import 'node:worker_threads';
25
24
  import './aops-runtime-config-CHpDUCdE.js';
26
25
  import 'pg';
26
+ import '@aopslabs/host-admission';
27
27
 
28
28
  const AGENT_FLOW_OVERVIEW = {
29
29
  version: "1.0",
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { t as testRuntimeConfigAdminTarget } from './aops-runtime-config-CHpDUCdE.js';
3
3
  import { o as okResult, e as errResult } from './xf-result-BRDjvftr.js';
4
4
  import 'node:fs';
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { r as readRuntimeConfigAdmin, g as getResolvedAopsServerRuntimeConfig } from './aops-runtime-config-CHpDUCdE.js';
3
3
  import { g as getAuthProvider } from './auth-provider-C07OUlnz.js';
4
4
  import { o as okResult } from './xf-result-BRDjvftr.js';
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { r as readRuntimeConfigAdmin } from './aops-runtime-config-CHpDUCdE.js';
3
3
  import { o as okResult } from './xf-result-BRDjvftr.js';
4
4
  import 'node:fs';
@@ -1,21 +1,21 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
2
- import { a as getAgentToolDetailDocument } from './discovery-DL0RzVks.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
+ import { a as getAgentToolDetailDocument } from './discovery-BaEpDyWT.js';
3
3
  import { r as resolveRequestBaseUrl } from './request-base-url-zKJpVUv5.js';
4
- import './agent-gateway-runtime-DV-xLmJx.js';
4
+ import './agent-gateway-runtime-D6-UoKQA.js';
5
5
  import '@aopslabs/host-core';
6
6
  import '@aopslabs/manifest';
7
- import './registry-DIreA2IZ.js';
7
+ import './registry-3GWqIriK.js';
8
8
  import 'node:fs';
9
9
  import 'node:os';
10
10
  import 'node:path';
11
11
  import 'node:url';
12
- import '@aopslabs/host-admission';
13
12
  import '@aopslabs/host-auth';
14
13
  import '@aopslabs/host-shell';
15
14
  import 'node:worker_threads';
16
15
  import '@aopslabs/artifact-trust-contracts';
17
16
  import './aops-runtime-config-CHpDUCdE.js';
18
17
  import 'pg';
18
+ import '@aopslabs/host-admission';
19
19
  import 'node:child_process';
20
20
  import 'node:module';
21
21
  import 'node:util';
@@ -1,7 +1,7 @@
1
1
  import { createSvelteKitPluginHandler } from '@aopslabs/host-adapter-sveltekit';
2
2
  import { checkDomainAdmission } from '@aopslabs/host-admission';
3
- import { j as json } from './index.js-CTz0MIe6.js';
4
- import { a as getKernelRuntimeSnapshot, e as getHostPluginRegistry } from './registry-DIreA2IZ.js';
3
+ import { j as json } from './index.js--6zD1xCG.js';
4
+ import { a as getKernelRuntimeSnapshot, e as getHostPluginRegistry } from './registry-3GWqIriK.js';
5
5
  import { a as toSafeDiagnosticLabel, n as normalizePluginFailure, t as toSafePluginFailureLogDetails, i as inferFailureStatusFromPayload } from './plugin-error-normalize-DNeRsopQ.js';
6
6
  import { a as attachResolvedProjectScope, r as resolveHostRequestContext } from './request-context-9wzBoKrz.js';
7
7
  import 'node:fs';
@@ -1,6 +1,6 @@
1
1
  import { dispatchDomainRequest } from '@aopslabs/host-core';
2
2
  import { buildAgentGatewayOpenApi, buildFederatedToolCatalog, validateManifest } from '@aopslabs/manifest';
3
- import { g as getHostConfig, a as getKernelRuntimeSnapshot, f as checkHostDomainAdmission, h as resetHostPluginRegistry, e as getHostPluginRegistry } from './registry-DIreA2IZ.js';
3
+ import { g as getHostConfig, a as getKernelRuntimeSnapshot, f as checkHostDomainAdmission, h as resetHostPluginRegistry, e as getHostPluginRegistry } from './registry-3GWqIriK.js';
4
4
  import path from 'node:path';
5
5
  import { execFile } from 'node:child_process';
6
6
  import { createRequire } from 'node:module';
@@ -1,5 +1,5 @@
1
- import { g as getAgentGateway, n as normalizeDomain, a as normalizeToolId, r as resolveOperationKind } from './agent-gateway-runtime-DV-xLmJx.js';
2
- import { g as getHostConfig } from './registry-DIreA2IZ.js';
1
+ import { g as getAgentGateway, n as normalizeDomain, a as normalizeToolId, r as resolveOperationKind } from './agent-gateway-runtime-D6-UoKQA.js';
2
+ import { g as getHostConfig } from './registry-3GWqIriK.js';
3
3
  import { g as getAuthProvider, i as isTrustedLocalAuthProvider } from './auth-provider-C07OUlnz.js';
4
4
 
5
5
  const COMMUNITY_CLIENT_COMPATIBILITY_SCHEMA_VERSION = 1;
@@ -1,4 +1,4 @@
1
- import { e as escape_html, g as getContext, n as noop, w as writable } from './index.js-CTz0MIe6.js';
1
+ import { e as escape_html, g as getContext, n as noop, w as writable } from './index.js--6zD1xCG.js';
2
2
 
3
3
  function create_updated_store() {
4
4
  const { set, subscribe } = writable(false);
@@ -7,8 +7,8 @@ import http from 'node:http';
7
7
  import { setImmediate } from 'node:timers';
8
8
  import * as qs from 'node:querystring';
9
9
  import { Readable } from 'node:stream';
10
- import { S as SvelteKitError, a as Server } from './index.js-CTz0MIe6.js';
11
- import { m as manifest } from './manifest.js-C5OXPP13.js';
10
+ import { S as SvelteKitError, a as Server } from './index.js--6zD1xCG.js';
11
+ import { m as manifest } from './manifest.js-zg9yAX8Y.js';
12
12
  import { env, dir, env_prefix } from '../../env.js';
13
13
  import { format } from 'node:url';
14
14
 
@@ -1,4 +1,4 @@
1
- import { j as json } from './index.js-CTz0MIe6.js';
1
+ import { j as json } from './index.js--6zD1xCG.js';
2
2
  import { g as getAuthProvider } from './auth-provider-C07OUlnz.js';
3
3
 
4
4
  const TRUSTED_LOCAL_PRINCIPAL = Object.freeze({