From 25f06b4e29530ef4b7ae43eb593025728496d25c Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:31:10 +0800 Subject: [PATCH] chore(install): flag TypeScript extraction --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index cb3b04ead4..bc60dee983 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -24,6 +24,8 @@ # DSH_SOURCE checkout location (default: ~/.dsh/source) # DSH_BIN_DIR directory the `dsh` symlink lands in (default: ~/.local/bin) # DSH_HOME Harness home holding the personal config (default: ~/.dsh) +# FIXME(install-ts): Move the post-checkout workflow into a tested TypeScript +# entrypoint; keep this POSIX shell file as the curl/source bootstrap. set -eu DSH_REF=${DSH_REF:-master}