Skip to content

Commit 291928f

Browse files
ZhiXiao-Linclaude
andcommitted
refactor: remove server/ crate — a3s-code is library-only
Delete the server/ crate (CLI binary, telemetry_init, examples, tests). All business logic lives in core/. SDKs (Python/Node.js) embed core directly. No CLI binary needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7dfb9e8 commit 291928f

19 files changed

Lines changed: 57 additions & 4709 deletions

Cargo.lock

Lines changed: 57 additions & 1003 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
resolver = "2"
33
members = [
44
"core",
5-
"server",
65
]
76
# Native SDK crates require special toolchains (Python/Node.js)
87
# Build them individually: cargo build -p a3s-code-node / a3s-code-py

server/Cargo.toml

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

server/examples/config_explorer.rs

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

0 commit comments

Comments
 (0)