@fractary/faber-cli 1.5.36 → 1.5.37

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": "@fractary/faber-cli",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "description": "FABER CLI - Command-line interface for FABER development toolkit",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://raw.githubusercontent.com/fractary/faber/main/plugins/faber/config/schemas/plan.schema.json",
4
4
  "title": "FABER Plan Schema",
5
- "description": "JSON Schema for FABER workflow plans generated by CLI or faber-planner agent",
5
+ "description": "JSON Schema for FABER workflow plans generated by CLI or workflow-planner agent",
6
6
  "type": "object",
7
7
  "required": ["id", "created_by", "created", "workflow", "items"],
8
8
  "additionalProperties": true,
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "created_by": {
21
21
  "type": "string",
22
- "enum": ["cli", "faber-planner", "api"],
22
+ "enum": ["cli", "workflow-planner", "api"],
23
23
  "description": "Tool that created the plan"
24
24
  },
25
25
  "cli_version": {