Skip to content

Commit 2b6acca

Browse files
os-zhuangclaude
andauthored
Reposition repository as the ObjectOS product front door (docs + issues); remove superseded product code (#38)
* docs: reposition this repository as the ObjectOS product front door ObjectOS is now exclusively the commercial runtime environment for ObjectStack applications (Cloud & Enterprise). This public repository becomes its front door: the docs site (docs.objectos.ai), the issue tracker, and the trademark policy. - README: commercial positioning, editions table, pointer to the open-source ObjectStack framework (os start / official image) for self-hosting your own apps, and a 'what happened to the code here' section: @objectos/server superseded by the official runtime image; ObjectOS One discontinued (Docker image + Cloud trials cover demos/evals); all historical releases remain Apache-2.0 in git history. - CONTRIBUTING: scope narrowed to docs + issues. - AGENTS: repository description updated. Confirmed by maintainer: 确认执行 A+B,停更 One。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0162o68e5w3bpUBEVRQboUGG * chore: remove superseded product code — repository is now the docs + issues front door Removes, per maintainer confirmation (see previous commit): - apps/objectos (@objectos/server — superseded by the official runtime image ghcr.io/objectstack-ai/objectstack) - apps/objectos-one (ObjectOS One — discontinued; demos/evals are served by the Docker image and ObjectOS Cloud trials) - packages/, docker/, helm/, e2e/, examples/, scripts/ - workflows: docker.yml, one.yml, release-one.yml Kept: apps/docs + content/ (docs.objectos.ai source), LICENSE, NOTICE, TRADEMARK.md, CHANGELOG.md. ci.yml trimmed to the docs-only workspace; package.json scripts and pnpm-workspace.yaml pruned; lockfile regenerated. All previously released source remains Apache-2.0 in git history — maintainers should place an 'archive/apache-final' tag on the pre-merge main before merging. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0162o68e5w3bpUBEVRQboUGG * fix(docs): remove the ObjectOS One download surface from the docs site apps/docs imported apps/objectos-one/package.json for the user-visible version (lib/version.ts), breaking type-check after One's removal. One is discontinued, so the whole download surface goes with it: - app/[lang]/download page, components/download/*, lib/download-i18n.ts, lib/version.ts (no importers remain) - nav: drop the Download item across all 7 locales (layout.shared.tsx) - sitemap: drop the download entry Verified locally: turbo type-check + build + test all green on the docs-only workspace. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0162o68e5w3bpUBEVRQboUGG * docs: link the archive branch (tag push not available; branch ref created instead) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0162o68e5w3bpUBEVRQboUGG --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3ce8478 commit 2b6acca

117 files changed

Lines changed: 142 additions & 15954 deletions

File tree

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
node-version: 20
1818
cache: pnpm
1919
- run: pnpm install --frozen-lockfile
20-
# Exclude @objectos/one (Tauri desktop app): it requires native GTK/WebKit
21-
# system libraries and is built separately by .github/workflows/one.yml
22-
# on platform-specific runners.
23-
- run: pnpm turbo run type-check --continue --filter=!@objectos/one
24-
- run: pnpm turbo run build --filter=!@objectos/one
25-
- run: pnpm turbo run test --filter=!@objectos/one
20+
- run: pnpm turbo run type-check --continue
21+
- run: pnpm turbo run build
22+
- run: pnpm turbo run test

.github/workflows/docker.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/one.yml

Lines changed: 0 additions & 311 deletions
This file was deleted.

0 commit comments

Comments
 (0)