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}