From 655ec399ea5d66119696926945cd1b1d53fb58ea Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 08:12:39 +0000 Subject: [PATCH] fix: Add missing templates directory --- templates/default/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/default/README.md diff --git a/templates/default/README.md b/templates/default/README.md new file mode 100644 index 0000000..ca09c27 --- /dev/null +++ b/templates/default/README.md @@ -0,0 +1,17 @@ +# Agent Workspace Template + +This template provides a starting point for agent workspaces. + +## Environment Variables + +The following environment variables are automatically set: +- `AGENT_ID`: The identifier for this agent +- `WORKSPACE_PATH`: The path to this workspace +- `AGENT_WORKSPACE`: Same as WORKSPACE_PATH +- `GIT_USER_EMAIL`: Git user email from global config +- `GIT_USER_NAME`: Git user name from global config +- `AGENT_CREATED_AT`: Timestamp when workspace was created + +## Customization + +To add custom environment variables, create a `.env.custom` file in this template directory.