Skip to content

Commit 2194364

Browse files
rebranding commit to cortexui packages
1 parent 3be156c commit 2194364

12 files changed

Lines changed: 123 additions & 15 deletions

File tree

packages/ai-contract/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# @cortexui/ai-contract
1+
> [!WARNING]
2+
> **CortexUI has been renamed to DOMglyph.**
3+
>
4+
> `@cortexui/ai-contract` is **no longer maintained**. All future development, bug fixes, and releases happen under the new package:
5+
>
6+
> **[`@domglyph/ai-contract`](https://www.npmjs.com/package/@domglyph/ai-contract) — starting at v2.0.0**
7+
>
8+
> Please migrate at your earliest convenience:
9+
> ```bash
10+
> npm uninstall @cortexui/ai-contract
11+
> npm install @domglyph/ai-contract
12+
> ```
13+
> Then update all imports from `'@cortexui/ai-contract'` to `'@domglyph/ai-contract'`.
14+
15+
---
16+
17+
# @cortexui/ai-contract *(deprecated)*
218
319
[![npm version](https://img.shields.io/npm/v/@cortexui/ai-contract?color=0ea5e9)](https://www.npmjs.com/package/@cortexui/ai-contract)
420
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
21+
[![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](https://www.npmjs.com/package/@domglyph/ai-contract)
522
6-
The machine-readable interface specification for CortexUI.
23+
The machine-readable interface specification for CortexUI — now continued as [`@domglyph/ai-contract`](https://www.npmjs.com/package/@domglyph/ai-contract).
724
825
---
926

packages/ai-contract/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexui/ai-contract",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"postinstall": "node -e \"process.stderr.write('\\n⚠️ DEPRECATED: @cortexui/ai-contract is no longer maintained.\\nCortexUI has been renamed to DOMglyph. Please migrate:\\n npm uninstall @cortexui/ai-contract\\n npm install @domglyph/ai-contract\\nSee: https://www.npmjs.com/package/@domglyph/ai-contract\\n\\n')\"",
1819
"build": "tsup src/index.ts --format esm --dts --clean",
1920
"dev": "tsup src/index.ts --format esm --dts --watch",
2021
"lint": "eslint src --ext .ts",

packages/components/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# @cortexui/components
1+
> [!WARNING]
2+
> **CortexUI has been renamed to DOMglyph.**
3+
>
4+
> `@cortexui/components` is **no longer maintained**. All future development, bug fixes, and releases happen under the new package:
5+
>
6+
> **[`@domglyph/components`](https://www.npmjs.com/package/@domglyph/components) — starting at v2.0.0**
7+
>
8+
> Please migrate at your earliest convenience:
9+
> ```bash
10+
> npm uninstall @cortexui/components
11+
> npm install @domglyph/components
12+
> ```
13+
> Then update all imports from `'@cortexui/components'` to `'@domglyph/components'`.
14+
15+
---
16+
17+
# @cortexui/components *(deprecated)*
218
319
[![npm version](https://img.shields.io/npm/v/@cortexui/components?color=0ea5e9)](https://www.npmjs.com/package/@cortexui/components)
420
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
21+
[![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](https://www.npmjs.com/package/@domglyph/components)
522
6-
React components with built-in AI contracts.
23+
React components with built-in AI contracts — now continued as [`@domglyph/components`](https://www.npmjs.com/package/@domglyph/components).
724
825
---
926

packages/components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexui/components",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"postinstall": "node -e \"process.stderr.write('\\n⚠️ DEPRECATED: @cortexui/components is no longer maintained.\\nCortexUI has been renamed to DOMglyph. Please migrate:\\n npm uninstall @cortexui/components\\n npm install @domglyph/components\\nSee: https://www.npmjs.com/package/@domglyph/components\\n\\n')\"",
1819
"build": "tsup src/index.ts --format esm --dts --clean",
1920
"dev": "tsup src/index.ts --format esm --dts --watch",
2021
"lint": "eslint src --ext .ts,.tsx",

packages/primitives/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# @cortexui/primitives
1+
> [!WARNING]
2+
> **CortexUI has been renamed to DOMglyph.**
3+
>
4+
> `@cortexui/primitives` is **no longer maintained**. All future development, bug fixes, and releases happen under the new package:
5+
>
6+
> **[`@domglyph/primitives`](https://www.npmjs.com/package/@domglyph/primitives) — starting at v2.0.0**
7+
>
8+
> Please migrate at your earliest convenience:
9+
> ```bash
10+
> npm uninstall @cortexui/primitives
11+
> npm install @domglyph/primitives
12+
> ```
13+
> Then update all imports from `'@cortexui/primitives'` to `'@domglyph/primitives'`.
14+
15+
---
16+
17+
# @cortexui/primitives *(deprecated)*
218
319
[![npm version](https://img.shields.io/npm/v/@cortexui/primitives?color=0ea5e9)](https://www.npmjs.com/package/@cortexui/primitives)
420
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
21+
[![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](https://www.npmjs.com/package/@domglyph/primitives)
522
623
Low-level accessible UI primitives. The foundation of CortexUI components.
724

packages/primitives/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexui/primitives",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"postinstall": "node -e \"process.stderr.write('\\n⚠️ DEPRECATED: @cortexui/primitives is no longer maintained.\\nCortexUI has been renamed to DOMglyph. Please migrate:\\n npm uninstall @cortexui/primitives\\n npm install @domglyph/primitives\\nSee: https://www.npmjs.com/package/@domglyph/primitives\\n\\n')\"",
1819
"build": "tsup src/index.ts --format esm --dts --clean",
1920
"dev": "tsup src/index.ts --format esm --dts --watch",
2021
"lint": "eslint src --ext .ts,.tsx",

packages/runtime/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# @cortexui/runtime
1+
> [!WARNING]
2+
> **CortexUI has been renamed to DOMglyph.**
3+
>
4+
> `@cortexui/runtime` is **no longer maintained**. All future development, bug fixes, and releases happen under the new package:
5+
>
6+
> **[`@domglyph/runtime`](https://www.npmjs.com/package/@domglyph/runtime) — starting at v2.0.0**
7+
>
8+
> Please migrate at your earliest convenience:
9+
> ```bash
10+
> npm uninstall @cortexui/runtime
11+
> npm install @domglyph/runtime
12+
> ```
13+
> Then update all imports from `'@cortexui/runtime'` to `'@domglyph/runtime'`.
14+
15+
---
16+
17+
# @cortexui/runtime *(deprecated)*
218
319
[![npm version](https://img.shields.io/npm/v/@cortexui/runtime?color=0ea5e9)](https://www.npmjs.com/package/@cortexui/runtime)
420
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
21+
[![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](https://www.npmjs.com/package/@domglyph/runtime)
522
6-
The browser runtime that makes CortexUI pages inspectable by AI agents.
23+
The browser runtime that makes pages inspectable by AI agents — now continued as [`@domglyph/runtime`](https://www.npmjs.com/package/@domglyph/runtime).
724
825
---
926

packages/runtime/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexui/runtime",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"postinstall": "node -e \"process.stderr.write('\\n⚠️ DEPRECATED: @cortexui/runtime is no longer maintained.\\nCortexUI has been renamed to DOMglyph. Please migrate:\\n npm uninstall @cortexui/runtime\\n npm install @domglyph/runtime\\nSee: https://www.npmjs.com/package/@domglyph/runtime\\n\\n')\"",
1819
"build": "tsup src/index.ts --format esm --dts --clean",
1920
"dev": "tsup src/index.ts --format esm --dts --watch",
2021
"lint": "eslint src --ext .ts",

packages/testing/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# @cortexui/testing
1+
> [!WARNING]
2+
> **CortexUI has been renamed to DOMglyph.**
3+
>
4+
> `@cortexui/testing` is **no longer maintained**. All future development, bug fixes, and releases happen under the new package:
5+
>
6+
> **[`@domglyph/testing`](https://www.npmjs.com/package/@domglyph/testing) — starting at v2.0.0**
7+
>
8+
> Please migrate at your earliest convenience:
9+
> ```bash
10+
> npm uninstall @cortexui/testing
11+
> npm install @domglyph/testing
12+
> ```
13+
> Then update all imports from `'@cortexui/testing'` to `'@domglyph/testing'`.
14+
15+
---
16+
17+
# @cortexui/testing *(deprecated)*
218
319
[![npm version](https://img.shields.io/npm/v/@cortexui/testing?color=0ea5e9)](https://www.npmjs.com/package/@cortexui/testing)
420
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
21+
[![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](https://www.npmjs.com/package/@domglyph/testing)
522
623
AI contract validation and testing utilities for CortexUI.
724

packages/testing/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexui/testing",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -15,6 +15,7 @@
1515
"dist"
1616
],
1717
"scripts": {
18+
"postinstall": "node -e \"process.stderr.write('\\n⚠️ DEPRECATED: @cortexui/testing is no longer maintained.\\nCortexUI has been renamed to DOMglyph. Please migrate:\\n npm uninstall @cortexui/testing\\n npm install @domglyph/testing\\nSee: https://www.npmjs.com/package/@domglyph/testing\\n\\n')\"",
1819
"build": "tsup src/index.ts --format esm --dts --clean",
1920
"dev": "tsup src/index.ts --format esm --dts --watch",
2021
"lint": "eslint src --ext .ts",

0 commit comments

Comments
 (0)