Commit 6170164
chore: remove apps/objectos (split to objectstack-ai/cloud) (#1259)
The tenant runtime serving *.objectos.app now lives in the private
cloud repo (objectstack-ai/cloud/apps/objectos) alongside the control
plane. Production traffic continues uninterrupted — the new repo
deploys to the same Cloudflare Worker name 'objectos' under the same
CF account, atomically overwriting the framework-deployed image.
What this commit removes:
- apps/objectos/ — full tenant runtime (Dockerfile, server templates,
cloudflare worker, tests, scripts)
- .github/workflows/deploy.yml — final remaining job was objectos;
framework no longer deploys to Cloudflare
- Root package.json scripts: pnpm dev / pnpm start / pnpm doctor
(aliases of pnpm --filter @objectstack/objectos …)
- README.md + CLAUDE.md mentions of @objectstack/objectos
- 711 lines of stale objectos entries in pnpm-lock.yaml
What stays:
- All packages/ (spec, core, runtime, drivers, plugins, services
except service-cloud which was removed in #1257)
- apps/{studio,docs,account,console} reference apps
- examples/ (app-todo, app-crm, plugin-bi)
- Doc comments mentioning objectos historically (no code coupling)
Verification:
- pnpm install → clean (57 workspace projects, down from 58)
- turbo build → 54/54 tasks green
- turbo test → 106/106 tasks green
- CLI smoke → 'os --help' works (no service-cloud / no objectos)
- Production cut-over verified: cloud-repo deploy-objectos workflow
pushed worker version 6e385b34 to CF at 2026-05-21 12:49 UTC,
*.objectos.app/api/v1/health continues to return 200.
Rollback: tag pre-cloud-split → @64875c01 (pre split).
Co-authored-by: Jack Zhuang <50353452+hotlong@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b31af92 commit 6170164
42 files changed
Lines changed: 16 additions & 5388 deletions
File tree
- .github/workflows
- apps/objectos
- api
- cloudflare
- scripts
- server
- templates
- test
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
96 | | - | |
97 | | - | |
| 93 | + | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
120 | | - | |
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
| |||
235 | 232 | | |
236 | 233 | | |
237 | 234 | | |
238 | | - | |
239 | 235 | | |
240 | 236 | | |
241 | 237 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments