Skip to content

Commit bee77d5

Browse files
committed
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
1 parent c6c15c7 commit bee77d5

101 files changed

Lines changed: 58 additions & 14576 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)