feat: implement augmentation type system and release automation

This commit is contained in:
David Snelling 2025-05-27 13:12:53 -07:00
parent d2ddbd2613
commit 022680a2f5
8 changed files with 287 additions and 8 deletions

View file

@ -80,12 +80,13 @@ import type {
AugmentationResponse,
IWebSocketSupport
} from './types/augmentations.js'
import { AugmentationType, BrainyAugmentations } from './types/augmentations.js'
export type {
IAugmentation,
AugmentationResponse,
IWebSocketSupport
}
export { BrainyAugmentations } from './types/augmentations.js'
export { AugmentationType, BrainyAugmentations }
// Export combined WebSocket augmentation interfaces
export type {