From 8443b077e3a879ce9c25cd69c69caecc72c03e37 Mon Sep 17 00:00:00 2001 From: jiri Date: Mon, 15 Jun 2026 07:52:49 +0000 Subject: [PATCH] Update scripts/new-nodejs-ts-app.sh --- scripts/new-nodejs-ts-app.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/new-nodejs-ts-app.sh b/scripts/new-nodejs-ts-app.sh index e81e030..de1c70e 100755 --- a/scripts/new-nodejs-ts-app.sh +++ b/scripts/new-nodejs-ts-app.sh @@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then fi APP_DIR="$WORKSPACE_DIR/$APP_ID" +TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools" mkdir -p "$APP_DIR/src" cd "$APP_DIR" @@ -121,6 +122,8 @@ Node.js TypeScript služba vytvořená přes CSBot Services Portal. - GET /health EOF_MD +cp "$TOOLS_DIR/AGENTS.md" "$TARGET_DIR/AGENTS.md" + git init git config user.name "AppFactory Bot" git config user.email "appfactory@local"