feat(api): define v1 control-plane contract

This commit is contained in:
chick
2026-07-16 10:58:05 +08:00
parent aa3c3f9803
commit a86970d33b
14 changed files with 3234 additions and 4 deletions
+5
View File
@@ -1 +1,6 @@
export * from './audit.js';
export * from './errors.js';
export * from './instances.js';
export * from './jobs.js';
export * from './operations.js';
export const contractsWorkspaceReady = true;