Add integration tests and templates
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:23:58 +00:00
parent 7029d551da
commit a649a9b4c9

View File

@@ -1,8 +1,18 @@
# Environment template for agent workspace # Environment template for agent workspaces
# This file is processed and copied to .env in the workspace
# Agent identification
AGENT_ID={agentName} AGENT_ID={agentName}
WORKSPACE_PATH={workspacePath} WORKSPACE_PATH={workspacePath}
AGENT_WORKSPACE={workspacePath} AGENT_WORKSPACE={workspacePath}
GIT_USER_EMAIL={gitUserEmail}
# Git user configuration (set by git-agent-sync)
GIT_USER_NAME={gitUserName} GIT_USER_NAME={gitUserName}
AGENT_CREATED_AT={agentCreatedAt} 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