Commit graph

3 commits

Author SHA1 Message Date
ce677f441d chore: simplify build for v0.55.0 release
- Temporarily remove Cortex CLI dependencies to fix build
- Keep core coordination methods in BrainyData
- Cortex CLI will be added in v0.56 as separate package
2025-08-07 13:55:42 -07:00
3c95ee011d **feat(config): add support for 'DOM.Asynciterable' in TypeScript config files**
- Updated `tsconfig.unified.json`, `tsconfig.browser.json`, and `tsconfig.json` to include `"DOM.Asynciterable"` in the `lib` option.
- Ensured compatibility with asynchronous iteration patterns in DOM APIs.

**Purpose**: Enable support for DOM asynchronous iterable utilities, improving compatibility with modern TypeScript and DOM usage scenarios.
2025-07-24 11:21:29 -07:00
5a8a6c1ba3 Initial commit 2025-06-24 11:41:30 -07:00