feat(api): complete phase 2.4 control plane

This commit is contained in:
chick
2026-07-17 00:37:11 +08:00
parent c2702b5fc6
commit 7b91dbbad1
40 changed files with 4526 additions and 74 deletions
+5
View File
@@ -44,5 +44,10 @@ export type {
SecretStoreErrorCode,
} from './infrastructure/secrets/keychain-secret-store.js';
export type { SecretKey, SecretStore } from './infrastructure/secrets/secret-store.js';
export { InstanceService, InstanceServiceError } from './application/instances/instance-service.js';
export type {
InstanceServiceErrorCode,
InstanceServiceOptions,
} from './application/instances/instance-service.js';
export { MIGRATIONS, migrateDatabase } from './infrastructure/database/migrations.js';
export * as databaseSchema from './infrastructure/database/schema.js';