@codebehind/agent-workflow 1.1.8 → 1.1.9
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
|
@@ -31,7 +31,7 @@ cd "${WORKTREE_DIR}"
|
|
|
31
31
|
|
|
32
32
|
if [[ "$INTERACTIVE" == true ]]; then
|
|
33
33
|
echo "Starting interactive Claude session (GitLab flow disabled)..." >&2
|
|
34
|
-
exec claude --dangerously-skip-permissions
|
|
34
|
+
exec claude --dangerously-skip-permissions "use implement-spec skill from ${SPEC_NAME}. Skip GitLab flow — do not push or open an MR."
|
|
35
35
|
else
|
|
36
36
|
exec claude --dangerously-skip-permissions -p "use implement-spec skill from ${SPEC_NAME}"
|
|
37
37
|
fi
|
|
@@ -31,7 +31,7 @@ cd "${WORKTREE_DIR}"
|
|
|
31
31
|
|
|
32
32
|
if [[ "$INTERACTIVE" == true ]]; then
|
|
33
33
|
echo "Starting interactive Claude session (GitLab flow disabled)..." >&2
|
|
34
|
-
exec claude --dangerously-skip-permissions
|
|
34
|
+
exec claude --dangerously-skip-permissions "use prepare-spec skill from ${NOTION_URL}. Skip GitLab flow — do not push or open an MR."
|
|
35
35
|
else
|
|
36
36
|
exec claude --dangerously-skip-permissions -p "use prepare-spec skill from ${NOTION_URL}"
|
|
37
37
|
fi
|