From d5b2863fade09021bc87618e75412a61cee0bdd9 Mon Sep 17 00:00:00 2001 From: xiaoxing0135 <706015750@qq.com> Date: Sun, 17 May 2026 01:47:20 +0800 Subject: [PATCH 1/2] docs: sync dates to 2026-05-17, unify project naming to Test-Agent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update v1.32.0 release date across CHANGELOG/FULL_GUIDE/charter - Replace all "Test-Agent工作流搭建" legacy names with "Test-Agent" - Unify Chinese alias inconsistency (团队 vs 工作流搭建) - Bump stale version tags (V1.12.0→V1.32.0, V1.21.0→V1.32.0) - Rename private source file: Test-Agent工作流搭建.md → Test-Agent.md - Update .gitignore for renamed private source --- .gitignore | 2 +- ...344\275\277\347\224\250\346\211\213\345\206\214.md" | 6 +++--- ...351\203\250\347\275\262\350\257\264\346\230\216.md" | 10 +++++----- .../llm-providers.md" | 2 +- .../templates/INDEX.md" | 2 +- CHANGELOG.md | 9 ++++----- FULL_GUIDE.md | 5 ++--- docs/charter/05-install-deploy.md | 2 +- docs/charter/07-runtime-license.md | 6 +++--- 9 files changed, 21 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index d178bc3..c8d2509 100644 --- a/.gitignore +++ b/.gitignore @@ -132,7 +132,7 @@ coverage.xml pip-wheel-metadata/ # ===== 私有源文档(个人归属,不公开)===== -Test-Agent工作流搭建.md +Test-Agent.md 00-协作宪章.md 灵感笔记.md _精髓库_apply_policy.example.yaml diff --git "a/01-\345\277\253\351\200\237\345\274\200\345\247\213/\344\275\277\347\224\250\346\211\213\345\206\214.md" "b/01-\345\277\253\351\200\237\345\274\200\345\247\213/\344\275\277\347\224\250\346\211\213\345\206\214.md" index fcb9831..3ce8246 100644 --- "a/01-\345\277\253\351\200\237\345\274\200\345\247\213/\344\275\277\347\224\250\346\211\213\345\206\214.md" +++ "b/01-\345\277\253\351\200\237\345\274\200\345\247\213/\344\275\277\347\224\250\346\211\213\345\206\214.md" @@ -3,13 +3,13 @@ ## 🚀 启动指引(首次部署到首次跑通) > **关键概念**:本仓库是**模板**,需"部署"到你的**真实测试项目目录**才能用。 -> 模板目录(`Test-Agent工作流搭建/`)≠ 工作目录(`your-test-project/`)。 +> 模板目录(`Test-Agent/`)≠ 工作目录(`your-test-project/`)。 ### 一图速览 ```text A. 模板仓库(你下载的) B. 真实测试项目(你工作的) -Test-Agent工作流搭建/ ─部署→ your-test-project/ +Test-Agent/ ─部署→ your-test-project/ ├── 02-专家定义/ ├── .claude/agents/ ├── 03-技能定义/ ├── .claude/skills/ ├── 04-配置文件/ ├── conftest.py / pytest.ini / .env / .mcp.json @@ -46,7 +46,7 @@ curl -fsSL https://raw.githubusercontent.com/Wool-xing/Test-Agent/main/install.s # 或先 clone 再本地跑 git clone https://github.com/Wool-xing/Test-Agent.git -bash Test-Agent工作流搭建/install.sh /path/to/your-test-project +bash Test-Agent/install.sh /path/to/your-test-project ``` > 默认仓库为 `Wool-xing/Test-Agent`。fork 后将路径替换为你自己用户名 / 组织名(或用 `TEST_AGENT_REPO_URL` 环境变量覆盖)。 diff --git "a/01-\345\277\253\351\200\237\345\274\200\345\247\213/\351\203\250\347\275\262\350\257\264\346\230\216.md" "b/01-\345\277\253\351\200\237\345\274\200\345\247\213/\351\203\250\347\275\262\350\257\264\346\230\216.md" index 4899db7..31cd991 100644 --- "a/01-\345\277\253\351\200\237\345\274\200\345\247\213/\351\203\250\347\275\262\350\257\264\346\230\216.md" +++ "b/01-\345\277\253\351\200\237\345\274\200\345\247\213/\351\203\250\347\275\262\350\257\264\346\230\216.md" @@ -82,7 +82,7 @@ scoop install allure ```powershell # 用户填入两个变量 -$TEMPLATE_DIR = "C:\path\to\Test-Agent工作流搭建" # 模板克隆目录 +$TEMPLATE_DIR = "C:\path\to\Test-Agent" # 模板克隆目录 $PROJECT_ROOT = "C:\path\to\your-test-project" # 测试项目目录 # 配置 PowerShell 执行策略(首次需要) @@ -245,7 +245,7 @@ curl -fsSL https://raw.githubusercontent.com/Wool-xing/Test-Agent/main/install.s # 私有仓库(先认证) gh auth login # 或配置 SSH git clone git@github.com:Wool-xing/Test-Agent.git -bash Test-Agent工作流搭建/install.sh /path/to/your-test-project +bash Test-Agent/install.sh /path/to/your-test-project ``` 如 fork 后使用,将 `Wool-xing` 替换为你的 GitHub 用户名 / 组织名(或用 `TEST_AGENT_REPO_URL` 环境变量覆盖,详见 install.sh)。 @@ -374,10 +374,10 @@ echo "==========================================" chmod +x deploy.sh # 部署(参数化) -TEMPLATE_DIR=/path/to/Test-Agent工作流搭建 ./deploy.sh /path/to/your-test-project +TEMPLATE_DIR=/path/to/Test-Agent ./deploy.sh /path/to/your-test-project # 或部署到默认目录(当前目录下 test-project) -TEMPLATE_DIR=/path/to/Test-Agent工作流搭建 ./deploy.sh +TEMPLATE_DIR=/path/to/Test-Agent ./deploy.sh ``` ### macOS Java/JMeter/Allure 安装 @@ -561,7 +561,7 @@ pip install -U -r requirements.txt ### 升级模板 ```bash -cd /path/to/Test-Agent工作流搭建 +cd /path/to/Test-Agent git pull TEMPLATE_DIR=$(pwd) ./01-快速开始/deploy.sh /path/to/your-test-project ``` diff --git "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/llm-providers.md" "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/llm-providers.md" index 93debdc..3b864c7 100644 --- "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/llm-providers.md" +++ "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/llm-providers.md" @@ -11,7 +11,7 @@ 1. 选厂商 (路径 A 内置 6 / 路径 B 兼容 5+) 2. 复制对应 export 3. `tagent demo` 验路由 -- **实测有效** (V1.21.0): Claude / OpenAI / Gemini / DeepSeek / Qwen / Ollama / **智谱 GLM** (路径 B 实测 20/20 准, 见 PR #79) +- **实测有效** (V1.32.0): Claude / OpenAI / Gemini / DeepSeek / Qwen / Ollama / **智谱 GLM** (路径 B 实测 20/20 准, 见 PR #79) - **适用场景**: - 离线本地 = Ollama / Qwen - 国内合规 = 智谱 / 豆包 / 通义 diff --git "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/templates/INDEX.md" "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/templates/INDEX.md" index c839e41..d9b443b 100644 --- "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/templates/INDEX.md" +++ "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/templates/INDEX.md" @@ -1,4 +1,4 @@ -# 配置模板库索引(V1.12.0) +# 配置模板库索引(V1.32.0) > `tagent init` 交互向导从本目录读取模板 + matrix · 5 分钟生成 `.env` + `tagent.yml` + `STARTUP.md`。 diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a76d5..13383c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Changelog -本文件记录 Test-Agent 工作流项目的所有可见变更。 +本文件记录 Test-Agent 项目的所有可见变更。 格式参考 [Keep a Changelog 1.1.0](https://keepachangelog.com/zh-CN/1.1.0/), 版本号遵循 [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/)。 -> 项目代号:`test-agent-team`(全英文内部代号) -> 中文别名:`Test-Agent 工作流搭建` +> 项目名称:`Test-Agent`(内部代号 `test-agent-team`) --- @@ -16,9 +15,9 @@ _后续累积变更入此节;切版本时移到下方版本节。_ --- -## [v1.32.0] - 2026-05-16 +## [v1.32.0] - 2026-05-17 -> **V1.15.0 → V1.32.0 (2026-05-15 ~ 2026-05-16) 共 17 版累积**。 +> **V1.15.0 → V1.32.0 (2026-05-15 ~ 2026-05-17) 共 17 版累积**。 > expert rollout 收尾 (V1.15-V1.20) + skill rollout 全 14/14 完成 (V1.21-V1.31)。 > 版本历史见 [ROADMAP.md](ROADMAP.md#进度跟踪) 进度跟踪表。 diff --git a/FULL_GUIDE.md b/FULL_GUIDE.md index 11642e2..9d57683 100644 --- a/FULL_GUIDE.md +++ b/FULL_GUIDE.md @@ -4,11 +4,10 @@ > 简明入口 → [README.md](README.md) ;按职责分类速查 → [00-项目导航.md](00-项目导航.md)。 > **维护原则**:决策入档、开放问题入档、不打脸的承诺才写。重大决策须更新「📋 开放问题」与「🗺️ 项目当前状态」两节。 -**项目代号**:`test-agent-team`(全英文) -**项目目录名**:`Test-Agent`(中文别名 `Test-Agent团队`) +**项目名称**:`Test-Agent`(内部代号 `test-agent-team`) **当前阶段**:Phase 2 前期(V1.32.0 · 16 expert + 23/32 skill production + 0 rollout + 2 vision;V1.x rollout 收尾) **版本**:V1.32.0(详见 [VERSION](VERSION) + [CHANGELOG.md](CHANGELOG.md)) -**更新日期**:2026-05-16 +**更新日期**:2026-05-17 **模型**:Claude 4.x 系列(Opus 4.7 / Sonnet 4.6 / Haiku 4.5,由 Claude Code 默认管理) --- diff --git a/docs/charter/05-install-deploy.md b/docs/charter/05-install-deploy.md index e2ade91..be8c37c 100644 --- a/docs/charter/05-install-deploy.md +++ b/docs/charter/05-install-deploy.md @@ -149,7 +149,7 @@ curl -fsSL https://raw.githubusercontent.com/Wool-xing/Test-Agent/main/install.s # 或先 clone 再本地跑 git clone https://github.com/Wool-xing/Test-Agent.git -bash Test-Agent工作流搭建/install.sh /path/to/your-test-project +bash Test-Agent/install.sh /path/to/your-test-project ``` > 默认仓库为 `Wool-xing/Test-Agent`。fork 后将路径替换为你自己用户名(或用 `TEST_AGENT_REPO_URL` 环境变量覆盖)。Windows / 手动方式见 `01-快速开始/部署说明.md`。 diff --git a/docs/charter/07-runtime-license.md b/docs/charter/07-runtime-license.md index 24bd9af..fac2ef2 100644 --- a/docs/charter/07-runtime-license.md +++ b/docs/charter/07-runtime-license.md @@ -131,11 +131,11 @@ V1.14+ 真 LLM-driven agent runner + V1.21+ SkillRunner 系统为 runtime 新增 ## 🗺️ 项目当前状态与下次会话快速指引 -### 当前阶段(最后更新:2026-05-16) +### 当前阶段(最后更新:2026-05-17) - **Phase**:Phase 2 前期(V1.32.0 · expert rollout 收尾 + skill rollout 完成 14/14) - **关键已交付**:16 expert (11p+5s) · 32 skill (23p+7s+0r+2v) · AgentChat · Bug 多适配 · 按需安装 · darwin-skill · MCP 6 件套 · Marketplace · 教学层 · 多 LLM config · 16 SkillRunner 全落地 -- **活跃 PR**:无(V1.31 rollout 完成,2026-05-16) +- **活跃 PR**:无(V1.32.0 release,2026-05-17) ### 历史关键决议 @@ -143,7 +143,7 @@ V1.14+ 真 LLM-driven agent runner + V1.21+ SkillRunner 系统为 runtime 新增 - 2026-05-11:FULL_GUIDE.md 确立永久宪章地位 - 2026-05-11:darwin-skill 不消费运行数据(Via Negativa);反问 KB 不进 V1.0.0 - 2026-05-12 ~ 2026-05-14:V1.1-V1.14 runtime 层 + 教学层 + Marketplace + 渗透/车载 + Hermes + GBrain + Karpathy + ECC -- 2026-05-15 ~ 2026-05-16:V1.15-V1.26 13 版迭代 — 11 expert 真 LLM-driven 落地 + 4 SkillRunner 生产落地 + 多 LLM config + 深审修复 +- 2026-05-15 ~ 2026-05-17:V1.15-V1.32 18 版迭代 — 16 expert 全 production + 23 SkillRunner 生产落地 + 多 LLM config + 深审修复 + GUI + Dashboard + Mobile ### 下次会话进入项目时,按顺序检查 From 9cd74181f5e5bc7fdb6ed23a273e6823f5c75542 Mon Sep 17 00:00:00 2001 From: xiaoxing0135 <706015750@qq.com> Date: Sun, 17 May 2026 02:07:09 +0800 Subject: [PATCH 2/2] docs: add GUI screenshots to README 7 pages captured at 1280x800: Upload, Dashboard, History, Catalog, Check, Settings, Feedback. Added screenshot table to README. --- README.md | 6 ++++++ docs/assets/screenshots/catalog.png | 3 +++ docs/assets/screenshots/check.png | 3 +++ docs/assets/screenshots/dashboard.png | 3 +++ docs/assets/screenshots/feedback.png | 3 +++ docs/assets/screenshots/history.png | 3 +++ docs/assets/screenshots/settings.png | 3 +++ docs/assets/screenshots/upload.png | 3 +++ 8 files changed, 27 insertions(+) create mode 100644 docs/assets/screenshots/catalog.png create mode 100644 docs/assets/screenshots/check.png create mode 100644 docs/assets/screenshots/dashboard.png create mode 100644 docs/assets/screenshots/feedback.png create mode 100644 docs/assets/screenshots/history.png create mode 100644 docs/assets/screenshots/settings.png create mode 100644 docs/assets/screenshots/upload.png diff --git a/README.md b/README.md index 58832b1..4a0a125 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ No Python/Node/Docker required. Download the installer for your platform and sta 4. **Learn while using** — `--mode learn` outputs every step with theory references (22 KB cards across 13 domains: tools / coding / foundation / strategy / methods / protocols / platforms / gates / security / AI testing / compliance / process / build-your-own) 5. **Safe-by-default** — sandboxed exec / PII scrub / runtime prompt-injection scan / 4-gate marketplace verify / decisions audit trail +## 📸 Screenshots + +| Upload | Dashboard | Catalog | History | +|--------|-----------|---------|---------| +| ![Upload](docs/assets/screenshots/upload.png) | ![Dashboard](docs/assets/screenshots/dashboard.png) | ![Catalog](docs/assets/screenshots/catalog.png) | ![History](docs/assets/screenshots/history.png) | + ## 📊 Coverage - **Product types**: Web · API · Mobile · Desktop · IoT · AI · Blockchain · Vehicle · Embedded · Serverless diff --git a/docs/assets/screenshots/catalog.png b/docs/assets/screenshots/catalog.png new file mode 100644 index 0000000..57ebb7b --- /dev/null +++ b/docs/assets/screenshots/catalog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba084a7b02395af3c3bdb9bdd287a465781bd9880dff5cb593d785025912f0c +size 130726 diff --git a/docs/assets/screenshots/check.png b/docs/assets/screenshots/check.png new file mode 100644 index 0000000..194dde9 --- /dev/null +++ b/docs/assets/screenshots/check.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc22b85ecb58912964ac9dd9de8882df924025240460dbf9c5a07fb584d4162c +size 26529 diff --git a/docs/assets/screenshots/dashboard.png b/docs/assets/screenshots/dashboard.png new file mode 100644 index 0000000..f1f23bc --- /dev/null +++ b/docs/assets/screenshots/dashboard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18646d5e79be2c38b70dcd5f86285f80f580fa3b7b79430aec05ca870a4d339e +size 28041 diff --git a/docs/assets/screenshots/feedback.png b/docs/assets/screenshots/feedback.png new file mode 100644 index 0000000..1ea0c3c --- /dev/null +++ b/docs/assets/screenshots/feedback.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbe5942bf711aaad52e6590c350ac78a9872e361552eeb64c7e35047b29728f +size 38960 diff --git a/docs/assets/screenshots/history.png b/docs/assets/screenshots/history.png new file mode 100644 index 0000000..d36e1bb --- /dev/null +++ b/docs/assets/screenshots/history.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444feca00c102b116e34808692d0b968dce6ac92ddb428554ae931b6e6027833 +size 87374 diff --git a/docs/assets/screenshots/settings.png b/docs/assets/screenshots/settings.png new file mode 100644 index 0000000..9877ccc --- /dev/null +++ b/docs/assets/screenshots/settings.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5834e9f04bcc08660bcda47051edeeaaf3f9cf689c838e6dcda76107800584 +size 43307 diff --git a/docs/assets/screenshots/upload.png b/docs/assets/screenshots/upload.png new file mode 100644 index 0000000..4279f5b --- /dev/null +++ b/docs/assets/screenshots/upload.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffc8a4ca45ebd9da1def971cb5a594ee4c521719beea8f103d2a187ba0c1dae +size 64783