diff --git a/.templates/default/.env.template b/.templates/default/.env.template new file mode 100644 index 0000000..f97d26e --- /dev/null +++ b/.templates/default/.env.template @@ -0,0 +1,18 @@ +# Environment template for agent workspaces + +# Agent identification +AGENT_ID={agentName} +WORKSPACE_PATH={workspacePath} +AGENT_WORKSPACE={workspacePath} + +# Git user configuration (set by git-agent-sync) +GIT_USER_NAME={gitUserName} +GIT_USER_EMAIL={gitUserEmail} + +# Agent metadata +AGENT_CREATED_AT={createdAt} + +# Custom environment variables can be added below +# Example: +# API_KEY=your-api-key +# DEBUG=true