You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggers when a new job.yml is created in src/deepwork/standard_jobs/
to remind that standard jobs ship with DeepWork and should only be
created when explicitly requested (vs repository or library jobs).
A new standard job is being created. Standard jobs are bundled with DeepWork and available to all users.
7
+
8
+
**Before proceeding, verify this is intentional:**
9
+
10
+
-**Standard jobs** (`src/deepwork/standard_jobs/`) - Ship with DeepWork, available globally
11
+
-**Repository jobs** (`.deepwork/jobs/`) - Specific to a single repository
12
+
-**Library jobs** - Installed from external packages
13
+
14
+
Unless the user **explicitly requested** creating a new standard job (not just "a job" or "a new job"), this should likely be a **repository job** in `.deepwork/jobs/` instead.
15
+
16
+
If uncertain, ask the user: "Should this be a standard job (shipped with DeepWork) or a repository-specific job?"
0 commit comments