@hachej/boring-workspace 0.1.24 → 0.1.26

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.
@@ -1,8 +1,9 @@
1
1
  import { PiPackageSource, PiExtensionFactory, CreateAgentAppOptions, ProvisionWorkspaceRuntimeOptions } from '@hachej/boring-agent/server';
2
2
  export { PiPackageSource as WorkspacePiPackageSource } from '@hachej/boring-agent/server';
3
3
  import { FastifyInstance } from 'fastify';
4
- import { W as WorkspaceServerPlugin, S as ServerBootstrapOptions, a as WorkspaceProvisioningContribution, b as WorkspaceRouteContribution, c as createInMemoryBridge } from './createInMemoryBridge-DLckqafe.js';
5
- export { d as ServerWorkspaceRuntimeProvisioningInput } from './createInMemoryBridge-DLckqafe.js';
4
+ import { W as WorkspaceServerPlugin, S as ServerBootstrapOptions, B as BoringPluginFrontTargetResolver, a as WorkspaceProvisioningContribution, b as WorkspaceRouteContribution, c as createInMemoryBridge } from './createInMemoryBridge--ZFPAgXy.js';
5
+ export { d as ServerWorkspaceRuntimeProvisioningInput } from './createInMemoryBridge--ZFPAgXy.js';
6
+ import './manifest-C2vVgH_e.js';
6
7
  import './ui-bridge-Bdgl2hR8.js';
7
8
 
8
9
  /**
@@ -130,6 +131,12 @@ interface CreateWorkspaceAgentServerOptions extends WorkspaceAgentCreateOptions,
130
131
  * instead of inside the server boot path.
131
132
  */
132
133
  appPackageJsonPath?: string;
134
+ /** Additional plugin collection roots to scan alongside workspace .pi/extensions and package/plugin-derived roots. */
135
+ additionalBoringPluginDirs?: string[];
136
+ /** Optional host-owned front-target override for boring plugin list/event payloads. */
137
+ boringPluginFrontTargetResolver?: BoringPluginFrontTargetResolver;
138
+ /** Preserve legacy `/@fs/...` frontUrl payloads alongside frontTarget. Defaults to true. */
139
+ boringPluginIncludeLegacyFrontUrl?: boolean;
133
140
  }
134
141
  interface WorkspaceAgentServerPluginCollection {
135
142
  provisioningContributions: WorkspaceProvisioningContribution[];