jarvis-agent-factory 3.48.1 → 3.48.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarvis-agent-factory",
3
- "version": "3.48.1",
3
+ "version": "3.48.2",
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",
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  description: 启动贾维斯全流程编排——需求→任务→计划→实现→质量→测试→评审→发布
3
+ argument-hint: "[任务描述]"
3
4
  model: deepseek-v4-pro
4
5
  effort: high
5
6
  version: "3.45.8"
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: task-bdd
3
3
  description: BDD行为驱动——为高业务价值的聚合行为编写Gherkin场景
4
+ argument-hint: "[聚合行为描述]"
4
5
  model: deepseek-v4-pro
5
6
  effort: max
6
7
  version: "3.45.8"
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: task-ddd
3
3
  description: DDD领域驱动分析——从需求文档中提取聚合根、实体、值对象、领域服务、领域事件
4
+ argument-hint: "[需求文档路径或领域描述]"
4
5
  model: deepseek-v4-pro
5
6
  effort: max
6
7
  version: "3.45.8"
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: task-tdd
3
3
  description: TDD测试驱动任务——为BDD场景或纯技术需求生成测试骨架与任务包
4
+ argument-hint: "[需求或场景描述]"
4
5
  model: deepseek-v4-pro
5
6
  effort: max
6
7
  version: "3.45.8"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarvis-agent-factory",
3
- "version": "3.48.1",
3
+ "version": "3.48.2",
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",