From 738ffd29307460abe200d7e48d0490bf2a8de9d5 Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Fri, 24 Apr 2026 11:49:02 +0800 Subject: [PATCH 1/2] Update README.md adding section on conductor migration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f7b9ec686c..8544840a37 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,7 @@ If you are a developer looking to do things like create a new bundle or work wit 2. `cd` into the `docs` directory and run `yarn dev`. You should now have a local copy of the modules' developer documentation running on your machine. + +## Conductor migration + +For migration to the conductor framework, we have a branch `conductor-migration` with a draft PR https://github.com/source-academy/modules/pull/680 associated with it (to keep the branch up-to-date with ongoing changes). The `conductor-migration` branch is autodeployed to github pages using the `modules-conductor` repo. From 6b7522f7b67f525bfbad8697a077326dfd0b34ab Mon Sep 17 00:00:00 2001 From: Martin Henz Date: Fri, 24 Apr 2026 13:52:42 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8544840a37..5b3d56cc0f 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,4 @@ You should now have a local copy of the modules' developer documentation running ## Conductor migration -For migration to the conductor framework, we have a branch `conductor-migration` with a draft PR https://github.com/source-academy/modules/pull/680 associated with it (to keep the branch up-to-date with ongoing changes). The `conductor-migration` branch is autodeployed to github pages using the `modules-conductor` repo. +For migration to the Conductor framework, we have a branch `conductor-migration` with a [draft PR](https://github.com/source-academy/modules/pull/680) associated with it (to keep the branch up-to-date with ongoing changes). The `conductor-migration` branch is autodeployed to GitHub Pages using the `modules-conductor` repo.