From 5f214834e94cd71c5a38dfc9987df67376ca1bce Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:58:09 +0000 Subject: [PATCH] Add tests, templates, and Gitea Actions workflows --- .templates/default/.env.template | 18 ++++++++++++++++++ 1 file changed, 18 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..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