jarvis-agent-factory 3.47.13 → 3.47.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Jarvis Agent Factory · 贾维斯智能体工厂
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
4
- [![Version](https://img.shields.io/badge/version-v3.45.1-green)](https://github.com/Wjl1224734792/Jarvis-Agent-Factory/releases)
4
+ [![Version](https://img.shields.io/badge/version-v3.47.13-green)](https://github.com/Wjl1224734792/Jarvis-Agent-Factory/releases)
5
5
  [![npm](https://img.shields.io/npm/v/jarvis-agent-factory)](https://www.npmjs.com/package/jarvis-agent-factory)
6
6
  [![Visual Primitives MCP](https://img.shields.io/badge/DeepSeek-Visual%20Primitives%20MCP-purple)](https://github.com/Wjl1224734792/visual-primitives-mcp)
7
7
  <br>💡 **纯文本模型(如 DeepSeek)主力用户** → 搭配 [Visual Primitives MCP](https://github.com/Wjl1224734792/visual-primitives-mcp) 获得视觉理解能力
@@ -9,7 +9,7 @@
9
9
 
10
10
  AI 编程助手配置集 + MCP 编排引擎。从想法到交付的完整软件开发流水线,<br>**仅支持 Claude Code**。
11
11
 
12
- > **v3.45.1** — 10 个新指令(测试体系化 + 重构安全网 + 热修复 + 迁移 + 评估 + 调试)· 5 条新流水线类型 · 智能 MCP 合并安装
12
+ > **v3.47.13** — Agent hook 操作权限检查 · 12 个移动端审查/测试 Agent · `/react-native` 指令 · 6 条移动端指令 Gate D 评审完善 · 前端指令页面空 Tab 自动切换
13
13
 
14
14
  ## 快速开始
15
15
 
@@ -256,8 +256,8 @@ test-doc-writer → test-executor → fix-retest
256
256
  ## 生命周期流水线
257
257
 
258
258
  ```
259
- 想法细化 → 需求澄清 → 任务分解 → 执行规划 → 并行实现 → 质量门 → 视觉验证 → 测试 → 评审 → 质量重检 → 发布
260
- Gate 0 Gate A Gate B Gate C Gate C Gate C1 Gate C1.5 Gate C2 Gate D Gate E(前置) Gate E
259
+ 想法细化 → 需求澄清 → 任务分解(DDD→BDD→TDD)架构评审 → 执行规划 → 并行实现 → 质量门 → 视觉验证 → 测试 → 评审 → 质量重检 → 发布
260
+ Gate 0 Gate A Gate B Gate B1 Gate C Gate C-impl Gate C1 Gate C1.5 Gate C2 Gate D Gate E(前置) Gate E
261
261
  ```
262
262
 
263
263
  ## 平台入口速查(Claude Code)
@@ -272,6 +272,7 @@ test-doc-writer → test-executor → fix-retest
272
272
  | Flutter | `/flutter` |
273
273
  | Expo | `/expo` |
274
274
  | Taro | `/taro` |
275
+ | React Native | `/react-native` |
275
276
  | 审查 | `/review` |
276
277
  | 修复闭环 | `/review-fix` |
277
278
  | 浏览器测试 | `/browser-test` |
@@ -296,9 +297,9 @@ test-doc-writer → test-executor → fix-retest
296
297
 
297
298
  | | Claude Code |
298
299
  |---|:--:|
299
- | Agents | 88 |
300
- | Commands | 26 |
301
- | Skills | 29 |
300
+ | Agents | 69 |
301
+ | Commands | 31 |
302
+ | Skills | 34 |
302
303
  | 钩子 | settings.json |
303
304
  | MCP | `.mcp.json` |
304
305
 
@@ -346,11 +347,12 @@ test-doc-writer → test-executor → fix-retest
346
347
  | | `/jarvis-lite` | [jarvis-lite.md](docs/flows/jarvis-lite.md) | 按任务类型智能映射入口 |
347
348
  | **前端** | `/frontend` | [frontend.md](docs/flows/frontend.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
348
349
  | **后端** | `/backend` | [backend.md](docs/flows/backend.md) | A→B→B1→C→C-impl→C1→C2→D→E (跳过C1.5) |
349
- | **移动端** | `/android` | [android.md](docs/flows/android.md) | A→B→C→C1→C2→D→E (7门) |
350
- | | `/ios` | [ios.md](docs/flows/ios.md) | A→B→C→C1→C2→D→E (7门) |
351
- | **跨端** | `/flutter` | [flutter.md](docs/flows/flutter.md) | A→B→C→C1→C2→D→E (7门) |
352
- | | `/expo` | [expo.md](docs/flows/expo.md) | A→B→C→C1→C2→D→E (7门) |
353
- | | `/taro` | [taro.md](docs/flows/taro.md) | A→B→C→C1→C2→D→E (7门) |
350
+ | **移动端** | `/android` | [android.md](docs/flows/android.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
351
+ | | `/ios` | [ios.md](docs/flows/ios.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
352
+ | **跨端** | `/flutter` | [flutter.md](docs/flows/flutter.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
353
+ | | `/expo` | [expo.md](docs/flows/expo.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
354
+ | | `/taro` | [taro.md](docs/flows/taro.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
355
+ | | `/react-native` | [react-native.md](docs/flows/react-native.md) | A→B→B1→C→C-impl→C1→C1.5→C2→D→E (C1.5强制) |
354
356
  | **测试/修复** | `/browser-test` | [browser-test.md](docs/flows/browser-test.md) | 用例编写→执行→修复重测闭环 |
355
357
  | | `/bug-fix` | [bug-fix.md](docs/flows/bug-fix.md) | 复现→根因→修复→验证 7步闭环 |
356
358
  | **审查** | `/review` | [review.md](docs/flows/review.md) | 只读审查,不修改文件 |
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarvis-agent-factory",
3
- "version": "3.47.13",
3
+ "version": "3.47.15",
4
4
  "description": "Jarvis Agent Factory CLI — Claude Code 多智能体 AI 编程助手配置安装器 | Multi-agent AI coding assistant config installer for Claude Code",
5
5
  "keywords": [
6
6
  "jarvis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarvis-agent-factory",
3
- "version": "3.47.13",
3
+ "version": "3.47.15",
4
4
  "description": "Jarvis Agent Factory CLI — Claude Code 多智能体 AI 编程助手配置安装器 | Multi-agent AI coding assistant config installer for Claude Code",
5
5
  "keywords": [
6
6
  "jarvis",