feat: add production Core runtime modes

This commit is contained in:
thanhnv
2026-07-24 12:16:11 +07:00
parent e359989a74
commit eb3525456f
13 changed files with 659 additions and 397 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ else
fi
CUR="$CASAN_HOME/current"
[[ -d "$CUR" ]] || { echo "casan: no install at $CUR (run install.sh)" >&2; exit 1; }
export CASAN_HARNESS_ROOT="$CUR/packages/casan-harness"
export CASAN_GLOBAL_HARNESS_ROOT="$CUR/packages/casan-harness"
export CASAN_DEVKIT_ROOT="$CUR/packages/casan-devkit"
export CASAN_INSTALL_ROOT="$CUR"
# Project (app) root = nearest ancestor of CWD carrying a .casan/.specify marker.