From 0dc1b903ca04ae4dae2e59c34a56ffd8c4ded38b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:52:02 +0000 Subject: [PATCH 1/2] Initial plan From a6c73496fc3bd5b82d5859185e6dcc07f507506b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:55:19 +0000 Subject: [PATCH 2/2] Import dyad repository as git submodule at third_party/dyad Co-authored-by: wasalstor-web <230709381+wasalstor-web@users.noreply.github.com> --- .gitmodules | 3 +++ README.md | 18 +++++++++++++++++- third_party/dyad | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 third_party/dyad diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..628e418 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/dyad"] + path = third_party/dyad + url = https://github.com/dyad-sh/dyad.git diff --git a/README.md b/README.md index a28382b..46567e5 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# saas \ No newline at end of file +# saas + +## Submodules + +This repository contains Git submodules. After cloning, initialize and update submodules with: + +```bash +git submodule update --init --recursive +``` + +### third_party/dyad + +- **Source Repository:** https://github.com/dyad-sh/dyad.git +- **Path:** `third_party/dyad` +- **License:** Apache License 2.0 (see `third_party/dyad/LICENSE`) + +The dyad submodule is included for integration with this project. diff --git a/third_party/dyad b/third_party/dyad new file mode 160000 index 0000000..fadfbc0 --- /dev/null +++ b/third_party/dyad @@ -0,0 +1 @@ +Subproject commit fadfbc06be8d08efcd0e12a366c881c4df5c9086