Skip to content

Commit 02a114b

Browse files
committed
fix: Set clone_remote_job exposed to false
1 parent fe8ff35 commit 02a114b

File tree

3 files changed

+3
-3
lines changed
  • .claude/skills/deepwork_jobs.clone_remote_job
  • .deepwork/jobs/deepwork_jobs
  • src/deepwork/standard_jobs/deepwork_jobs

3 files changed

+3
-3
lines changed

.claude/skills/deepwork_jobs.clone_remote_job/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: deepwork_jobs.clone_remote_job
3-
description: "Installs a DeepWork job from a GitHub repository and guides customization. Use when adding a pre-built job from the library."---
3+
description: "Installs a DeepWork job from a GitHub repository and guides customization. Use when adding a pre-built job from the library."user-invocable: false---
44

55
# deepwork_jobs.clone_remote_job
66

.deepwork/jobs/deepwork_jobs/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ steps:
143143
name: "Clone Remote Job"
144144
description: "Installs a DeepWork job from a GitHub repository and guides customization. Use when adding a pre-built job from the library."
145145
instructions_file: steps/clone_remote_job.md
146-
exposed: true
146+
exposed: false
147147
inputs:
148148
- name: github_url
149149
description: "GitHub URL to the job directory (e.g., https://github.com/Unsupervisedcom/deepwork/tree/main/library/jobs/spec_driven_development)"

src/deepwork/standard_jobs/deepwork_jobs/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ steps:
143143
name: "Clone Remote Job"
144144
description: "Installs a DeepWork job from a GitHub repository and guides customization. Use when adding a pre-built job from the library."
145145
instructions_file: steps/clone_remote_job.md
146-
exposed: true
146+
exposed: false
147147
inputs:
148148
- name: github_url
149149
description: "GitHub URL to the job directory (e.g., https://github.com/Unsupervisedcom/deepwork/tree/main/library/jobs/spec_driven_development)"

0 commit comments

Comments
 (0)