@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 +1 -1
- package/skills/brief/SKILL.md +2 -2
package/package.json
CHANGED
package/skills/brief/SKILL.md
CHANGED
|
@@ -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
|
-
|
|
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
|