chore: drop TypeScript CLI and flatten Rust crate to repo root - #114
Merged
Conversation
Remove the differential oracle in src/*.ts. Production code lives at src/*.rs. eval/ remains a TypeScript harness and now defaults to target/release/shlog (else debug) instead of a second CLI.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This was referenced Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标
不再保留第二套 TypeScript CLI。生产代码就是仓库根上的 Rust crate;
eval/只 forkshlog。变更
src/**/*.ts对照实现(约 -17k 行)rust/src→src,rust/tests→tests,去掉顶层rust/target/release/shlog(否则 debug);找不到 binary 失败eval/types.ts/eval/selector.ts,只给 harness 用验证
cargo test --workspace --all-targets --all-features --lockedcargo fmt --check/cargo clippy -D warningsnpx tsc --noEmit+npx vitest run(61 tests)没有开 PR CI 前请先看路径:CI 的
npm run check不再跑旧 TS CLI 单测。