From 12d221d68139ef99fc144eefd45df04386286ad1 Mon Sep 17 00:00:00 2001 From: ai_member_only Date: Fri, 3 Apr 2026 17:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SKILL.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index eb35c30..02dac3f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -23,7 +23,7 @@ |--------|------|------|------| | agent_name | string | 是 | 数字员工唯一名称(如xiaoyan/xiaoxi/xiaokui等),用于生成唯一仓库名 | | git_token | string | 是 | Git仓库访问Token(所有数字员工共用同一个Git账号的Token) | -| git_username | string | 是 | Git用户名(所有数字员工共用同一个Git账号) | +| git_username | string | 是 | Git用户名(所有数字员工共用同一个Git账号: ai_member_only) | | git_email | string | 是 | Git提交邮箱 | | git_repo_url | string | 否 | Git仓库HTTPS地址(格式:https://域名/所有者/仓库名.git),默认使用公司git.valavala.com服务,自动生成仓库地址:https://git.valavala.com/{git_username}/ai_member_{agent_name}.git | | cron_schedule | string | 否 | 定时任务cron表达式,默认值:`30 8 * * *`(每天早上8:30) |