@crewx/workflow 0.3.22-rc.84 → 0.3.22-rc.86

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.
Files changed (2) hide show
  1. package/SKILL.md +2 -2
  2. package/package.json +3 -3
package/SKILL.md CHANGED
@@ -597,7 +597,7 @@ Examples:
597
597
  | Input | Run behavior |
598
598
  |-------|--------------|
599
599
  | `/wf rc-publish` | Starts `rc-publish` in auto mode |
600
- | `/wf rc-publish 미리승인한다` | Starts `rc-publish` with `state.input = "미리승인한다"` |
600
+ | `/wf rc-publish pre-approved` | Starts `rc-publish` with `state.input = "pre-approved"` |
601
601
  | `/wf rc-publish --manual dry run` | Creates the run in manual mode with `state.input = "dry run"` |
602
602
  | `/wf rc-publish --auto prepare RC notes` | Explicit auto mode; same as default |
603
603
 
@@ -625,7 +625,7 @@ Branches and templates may also read `state.input`:
625
625
  condition: state.input.includes("dry run")
626
626
  ```
627
627
 
628
- Important security rule: `state.input` is **not authority**. It may influence prompts, branches, and templates, but it must never bypass an `approval` node. For example, `/wf rc-publish 미리승인한다` stores the text in `state.input`; it does not approve publishing. Approval still requires the signed ChatCard action button.
628
+ Important security rule: `state.input` is **not authority**. It may influence prompts, branches, and templates, but it must never bypass an `approval` node. For example, `/wf rc-publish pre-approved` stores the text in `state.input`; it does not approve publishing. Approval still requires the signed ChatCard action button.
629
629
 
630
630
  ### Stored ChatCard
631
631
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/workflow",
3
- "version": "0.3.22-rc.84",
3
+ "version": "0.3.22-rc.86",
4
4
  "description": "Workflow engine for CrewX - list, show, validate workflows with Mermaid visualization",
5
5
  "type": "commonjs",
6
6
  "main": "dist/src/engine.js",
@@ -48,8 +48,8 @@
48
48
  "dependencies": {
49
49
  "@hyperjump/json-schema": "^1.9.4",
50
50
  "js-yaml": "^4.1.0",
51
- "@crewx/knowledge-core": "0.1.17-rc.47",
52
- "@crewx/sdk": "0.9.0-rc.38",
51
+ "@crewx/knowledge-core": "0.1.17-rc.49",
52
+ "@crewx/sdk": "0.9.0-rc.40",
53
53
  "@crewx/shared": "0.0.6"
54
54
  },
55
55
  "devDependencies": {