Skip to content

Commit e21d740

Browse files
committed
Restructure client and platform packages
Renamed 'packages/client' to 'apps/web' and 'packages/platform' to 'packages/presets/base', updating all relevant files and references. Updated workspace configuration in package-lock.json and removed unused docs/public assets. Also updated README to reflect new package names.
1 parent 7f39086 commit e21d740

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3074
-1721
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ graph TD
6464
end
6565
6666
subgraph "The Interface (apps/platform)"
67-
Kernel <-->|API| SDK[@objectos/sdk]
68-
SDK --> Renderer[@objectos/renderer]
67+
Kernel <-->|API| SDK["@objectos/sdk"]
68+
SDK --> Renderer["@objectos/renderer"]
6969
Renderer --> UI[Unified React UI]
7070
end
7171
@@ -127,10 +127,9 @@ You will see a **Data Grid** for Deals. Click "New" to see the **Form**. All CRU
127127

128128
| Package | Description |
129129
| --- | --- |
130-
| **`apps/platform`** | The unified frontend application (React + Shadcn UI). |
130+
| **`apps/web`** | The unified frontend application (React + Shadcn UI). |
131131
| **`@objectos/kernel`** | The backend logic engine. |
132132
| **`@objectos/server`** | The NestJS API gateway. |
133-
| **`@objectos/plugin-auth`** | Authentication via Better-Auth. |
134133

135134
---
136135

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@objectos/client",
2+
"name": "@objectos/web",
33
"private": true,
44
"version": "0.1.0",
55
"type": "module",
File renamed without changes.
File renamed without changes.

packages/client/src/components/dashboard/ObjectDetailView.tsx renamed to apps/web/src/components/dashboard/ObjectDetailView.tsx

File renamed without changes.
File renamed without changes.

packages/client/src/components/dashboard/ObjectListView.tsx renamed to apps/web/src/components/dashboard/ObjectListView.tsx

File renamed without changes.

0 commit comments

Comments
 (0)