From cb9b9679a7c6bf192d62cf4054ad60e0fff95ebc Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:12:39 +0000 Subject: [PATCH] fix: Add missing templates directory --- templates/default/.env.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/default/.env.template diff --git a/templates/default/.env.template b/templates/default/.env.template new file mode 100644 index 0000000..34531e0 --- /dev/null +++ b/templates/default/.env.template @@ -0,0 +1,8 @@ +# Environment template for agent workspace +# This file is processed and copied to .env in the workspace +AGENT_ID={agentName} +WORKSPACE_PATH={workspacePath} +AGENT_WORKSPACE={workspacePath} +GIT_USER_EMAIL={gitUserEmail} +GIT_USER_NAME={gitUserName} +AGENT_CREATED_AT={agentCreatedAt}