@fledge/workflow 0.6.0 → 0.6.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@fledge/workflow",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.6.1",
5
5
  "author": "René Schapka",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -5,12 +5,12 @@ description: >-
5
5
  Invoked directly via /fledge-brief, not auto-triggered.
6
6
  metadata:
7
7
  type: workflow
8
- allowed-tools: Bash(scripts/brief.js *)
8
+ allowed-tools: Bash(scripts/brief.js *), Bash(node *)
9
9
  ---
10
10
 
11
11
  ## Available scripts
12
12
 
13
- Self-contained executable scripts bundled with this skill. All brief commands require `--project-dir` to point to the project root:
13
+ **Important:** All scripts have a shebang and are executable. Run them directly (e.g. `scripts/brief.js list`), never prefix with `node`. Always pass `--project-dir` pointing to the project root.
14
14
 
15
15
  - **`scripts/brief.js create <name> --project-dir <path>`** -- Create a new brief with stub files
16
16
  - **`scripts/brief.js start <name> --project-dir <path>`** -- Transition a brief from draft to active