jarvis-agent-factory 3.7.1 → 3.7.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarvis-agent-factory",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Jarvis Agent Factory CLI — 跨平台多智能体 AI 编程助手配置安装器 | Multi-agent AI coding assistant config installer for Claude Code / OpenCode / Codex",
5
5
  "keywords": [
6
6
  "jarvis",
@@ -13,6 +13,8 @@ description: 启动贾维斯编排模式——需求→文档→任务→计划
13
13
  Gate C1 时加载:`Skill("code-quality-gate")`
14
14
  Gate E 时加载:`Skill("shipping-and-launch")` `Skill("git-workflow-and-versioning")` `Skill("finishing-a-development-branch")`
15
15
 
16
+ **引擎检查**:如果项目中有 `.jarvis/engine.db`,说明引擎已就绪。每个 Gate 通过后调用 `jarvis hook gate-advance` 推进硬状态机。
17
+
16
18
  2. 判断当前需求是否适合流水线:
17
19
  - ❌ **不适合**:用户提问信息量("有多少模块?")、明确要求单 agent 执行、纯文档格式化翻译
18
20
  - ✅ **适合**:开发、改造、配置、调试、Bug 修复、新功能
@@ -110,7 +112,7 @@ Batch 3: [TASK-005, TASK-006] ← 依赖 Batch 2 完成
110
112
 
111
113
  ## 🟠 Gate C1:代码质量门(不可绕过)
112
114
 
113
- 实现完成后的第一道质量门。**不可绕过。** 加载 `Skill("code-quality-gate")` 执行四项检查(Lint → Type-check → Build → Deps Audit),按技能中的项目类型工具链表选择命令。全部通过后输出质量检查摘要,作为 Gate C2 前置输入。
115
+ 实现完成后的第一道质量门。**不可绕过。** 加载 `Skill("code-quality-gate")` 执行四项检查(Lint → Type-check → Build → Deps Audit),按技能中的项目类型工具链表选择命令。全部通过后输出质量检查摘要,作为 Gate C2 前置输入。通过后 `jarvis hook gate-advance`。
114
116
 
115
117
  必须**全部**满足才能进入 Gate C2:
116
118
  - [ ] **Lint 零错误**(warning 可接受但需记录)
@@ -174,7 +176,7 @@ Gate C1(+ Gate C1.5 如适用)通过后方可进入此门。
174
176
  │ └── spawn e2e-test-worker
175
177
 
176
178
  ├── 步骤 6:测试结果汇总 → docs/testing/...
177
- └── Gate C2 通过 → 进入 Gate D 评审
179
+ ├── Gate C2 通过 → `jarvis hook gate-advance` → 进入 Gate D 评审
178
180
  ```
179
181
 
180
182
  ### test_after 策略规范