Add tests, templates, and Gitea Actions workflows

This commit is contained in:
2026-02-03 07:58:09 +00:00
parent a7f8638a7c
commit 5f214834e9

View File

@@ -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