@codebehind/agent-workflow 1.1.7 → 1.1.8

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": "@codebehind/agent-workflow",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Scaffold the agent-workflow spec-driven delivery framework into any repo",
5
5
  "type": "module",
6
6
  "bin": {
@@ -77,7 +77,7 @@ The agent fetches the Notion page, maps content to the spec template, asks clari
77
77
  Add `--interactive` to follow along in the same session and skip the automatic GitLab MR:
78
78
 
79
79
  ```bash
80
- scripts/agent/prepare-spec.sh --interactive <slug> <notion-link>
80
+ scripts/agent/prepare-spec.sh --interactive \<slug\> \<notion-link\>
81
81
  ```
82
82
 
83
83
  Claude launches interactively with the first message pre-filled. The worktree and branch are still created — but nothing is pushed or opened in GitLab unless you do it manually.