From 77d799d458462d36899c96bcbe64e67a16bd6cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Tue, 19 May 2026 07:58:50 +0000 Subject: [PATCH] chore: remove obsolete .env.example, config via uwf setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小橘 🍊(NEKO TeamοΌ‰ --- .env.example | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 1863e69..0000000 --- a/.env.example +++ /dev/null @@ -1,40 +0,0 @@ -# ────────────────────────────────────────────── -# Workflow Engine β€” Environment Variables -# ────────────────────────────────────────────── -# Copy this file to .env and fill in the values. - -# ── Cursor Agent ── - -# CLI command to invoke the Cursor agent (required for develop workflow) -WORKFLOW_CURSOR_COMMAND= - -# Model override for Cursor agent -WORKFLOW_CURSOR_MODEL= - -# Timeout in milliseconds for Cursor agent operations -WORKFLOW_CURSOR_TIMEOUT= - -# ── Hermes Agent (used by develop tester/committer + solve-issue) ── - -# CLI command to invoke the Hermes agent (absolute path required) -WORKFLOW_HERMES_COMMAND= - -# Model override for Hermes agent -WORKFLOW_HERMES_MODEL= - -# Timeout in milliseconds for Hermes agent operations -WORKFLOW_HERMES_TIMEOUT= - -# ── Storage ── - -# Override the workflow storage root directory -# Default: ~/.uncaged/workflow -WORKFLOW_STORAGE_ROOT= - -# Gateway secret for the serve command -WORKFLOW_DASHBOARD_SECRET= - -# ── Display ── - -# Set to any value to disable colored output -# NO_COLOR=1