@ai-setting/roy-agent-cli 1.5.88 → 1.5.89

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.
@@ -7320,7 +7320,7 @@ var require_dist = __commonJS((exports) => {
7320
7320
  var require_package = __commonJS((exports, module) => {
7321
7321
  module.exports = {
7322
7322
  name: "@ai-setting/roy-agent-cli",
7323
- version: "1.5.88",
7323
+ version: "1.5.89",
7324
7324
  type: "module",
7325
7325
  description: "CLI for roy-agent - Non-interactive command execution",
7326
7326
  main: "./dist/index.js",
@@ -12119,8 +12119,7 @@ var CreateCommand = {
12119
12119
  description: "项目路径"
12120
12120
  }).option("parent-id", {
12121
12121
  type: "number",
12122
- description: "父任务 ID(必填)。所有新任务都必须挂载到某个父任务下。使用 task_list(depth=0) 查看根任务列表。",
12123
- demandOption: true
12122
+ description: "父任务 ID(可选)。不传则创建根任务(root task)。使用 task_list(depth=0) 查看已有根任务列表。"
12124
12123
  }).option("context", {
12125
12124
  type: "string",
12126
12125
  description: "任务上下文 (JSON 字符串)"
package/dist/index.js CHANGED
@@ -7319,7 +7319,7 @@ var require_dist = __commonJS((exports) => {
7319
7319
  var require_package = __commonJS((exports, module) => {
7320
7320
  module.exports = {
7321
7321
  name: "@ai-setting/roy-agent-cli",
7322
- version: "1.5.88",
7322
+ version: "1.5.89",
7323
7323
  type: "module",
7324
7324
  description: "CLI for roy-agent - Non-interactive command execution",
7325
7325
  main: "./dist/index.js",
@@ -12118,8 +12118,7 @@ var CreateCommand = {
12118
12118
  description: "项目路径"
12119
12119
  }).option("parent-id", {
12120
12120
  type: "number",
12121
- description: "父任务 ID(必填)。所有新任务都必须挂载到某个父任务下。使用 task_list(depth=0) 查看根任务列表。",
12122
- demandOption: true
12121
+ description: "父任务 ID(可选)。不传则创建根任务(root task)。使用 task_list(depth=0) 查看已有根任务列表。"
12123
12122
  }).option("context", {
12124
12123
  type: "string",
12125
12124
  description: "任务上下文 (JSON 字符串)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-setting/roy-agent-cli",
3
- "version": "1.5.88",
3
+ "version": "1.5.89",
4
4
  "type": "module",
5
5
  "description": "CLI for roy-agent - Non-interactive command execution",
6
6
  "main": "./dist/index.js",