From 798749cd0a19adfd2ff0c69b446a28fd877f16f3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:51:02 +0000 Subject: [PATCH 1/2] Initial plan From 1522e42e244a2fcc74ceb09fa4e5d52e47bee5a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:53:52 +0000 Subject: [PATCH 2/2] Import dyad repository as a git submodule at third_party/dyad Co-authored-by: wasalstor-web <230709381+wasalstor-web@users.noreply.github.com> --- .gitmodules | 3 +++ NOTICE | 10 ++++++++++ README.md | 22 +++++++++++++++++++++- third_party/dyad | 1 + 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 100644 NOTICE 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/NOTICE b/NOTICE new file mode 100644 index 0000000..93b8745 --- /dev/null +++ b/NOTICE @@ -0,0 +1,10 @@ +Third-Party Code Notices +========================= + +This repository includes the following third-party components: + +1. dyad + Source: https://github.com/dyad-sh/dyad.git + Location: third_party/dyad + License: Apache License 2.0 + License File: third_party/dyad/LICENSE diff --git a/README.md b/README.md index a28382b..602e8e2 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# saas \ No newline at end of file +# saas + +## Third-Party Dependencies + +This repository includes the following external code as a git submodule: + +### dyad + +- **Location:** `third_party/dyad` +- **Source:** https://github.com/dyad-sh/dyad.git +- **License:** Apache License 2.0 (see `third_party/dyad/LICENSE`) + +## Getting Started + +After cloning this repository, initialize and update all submodules: + +```bash +git submodule update --init --recursive +``` + +This will fetch the dyad submodule and any nested submodules it may contain. \ No newline at end of file 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