Skip to content

Commit f801885

Browse files
committed
Add Kernel export and move tests to kernel directory
Exported the Kernel module in index.ts and relocated manifest and plugin test files from the system directory to the kernel directory for better organization.
1 parent 3d0b726 commit f801885

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

packages/spec/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export * as Driver from './driver';
4646
export * as Permission from './permission';
4747
export * as UI from './ui';
4848
export * as System from './system';
49+
export * as Kernel from './kernel';
4950
export * as AI from './ai';
5051
export * as API from './api';
5152
export * as Automation from './automation';

0 commit comments

Comments
 (0)