From f783dfc21b484201bc9111bccdb1b045fba8e33b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:15:01 +0000 Subject: [PATCH 1/3] Initial plan From 8b12b4e024f2706e52382547c77cef1eb31945ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:18:22 +0000 Subject: [PATCH 2/3] Rename tsds.mts to index.mts and update all references Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --- README.md | 2 +- atsds/{tsds.mts => index.mts} | 0 docs/examples/sudoku.md | 2 +- docs/getting-started/installation.md | 2 +- examples/main.mjs | 2 +- package.json | 14 +++++++------- rollup.config.mjs | 4 ++-- tests/test_item.mjs | 2 +- tests/test_list.mjs | 2 +- tests/test_rule.mjs | 2 +- tests/test_search.mjs | 2 +- tests/test_string.mjs | 2 +- tests/test_term.mjs | 2 +- tests/test_variable.mjs | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) rename atsds/{tsds.mts => index.mts} (100%) diff --git a/README.md b/README.md index 73bf4ef..3e63863 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A deductive system for logical inference, implemented in C++. The library provid - **C++ Core**: The core implementation in `src/` and `include/ds/` provides the fundamental data structures and algorithms - **Python Bindings**: Built with pybind11, wrapping the C++ core (see `apyds/`) -- **TypeScript/JavaScript Bindings**: Built with Emscripten, compiling C++ to WebAssembly (see `tsds/`) +- **TypeScript/JavaScript Bindings**: Built with Emscripten, compiling C++ to WebAssembly (see `atsds/`) ## Features diff --git a/atsds/tsds.mts b/atsds/index.mts similarity index 100% rename from atsds/tsds.mts rename to atsds/index.mts diff --git a/docs/examples/sudoku.md b/docs/examples/sudoku.md index 42af01a..9c6b276 100644 --- a/docs/examples/sudoku.md +++ b/docs/examples/sudoku.md @@ -21,7 +21,7 @@ The Sudoku solver encodes Sudoku rules as logical inference rules in the DS syst