Skip to content

Commit c71c233

Browse files
committed
feat: add plugin context, lifecycle, and schema validation
- Implemented PluginContextSchema, PluginLifecycleSchema, and PluginSchema using Zod for runtime validation. - Added comprehensive unit tests for plugin context and lifecycle hooks. - Created service registry schemas and tests for service metadata, configuration, and factory registration. - Developed startup orchestrator schemas and tests for plugin startup options, health status, and orchestration results.
1 parent eaa3349 commit c71c233

29 files changed

Lines changed: 1 addition & 0 deletions

packages/spec/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export * as Data from './data';
4747
export * as Security from './security';
4848
export * as UI from './ui';
4949
export * as System from './system';
50+
export * as Kernel from './kernel';
5051
export * as QA from './qa';
5152
export * as Identity from './identity';
5253
export * as Hub from './hub';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)