Skip to content

Commit eebe2e6

Browse files
committed
fix: remove manually copied files from .deepwork/
The .deepwork/ directory should only be modified by `deepwork install`, not by manual file copies. Remove the supplementary files that were incorrectly added to the installed jobs directory. The supplementary file documentation remains in the source at src/deepwork/standard_jobs/deepwork_jobs/steps/ and will be installed when users run `deepwork install`.
1 parent 1759dd3 commit eebe2e6

4 files changed

Lines changed: 0 additions & 58 deletions

File tree

.claude/commands/deepwork_jobs.implement.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ If a step in the job.yml has `stop_hooks` defined, the generated instruction fil
213213
214214
This alignment ensures the AI agent knows exactly what will be validated and can self-check before completing.
215215
216-
### Using Supplementary Reference Files
217-
218-
Step instructions can include additional `.md` files in the `steps/` directory for detailed examples, templates, or reference material. Reference them using the full path from the project root.
219-
220-
See `.deepwork/jobs/deepwork_jobs/steps/supplemental_file_references.md` for detailed documentation and examples.
221-
222216
### Step 4: Verify job.yml Location
223217
224218
Verify that `job.yml` is in the correct location at `.deepwork/jobs/[job_name]/job.yml`. The define step should have created it there. If for some reason it's not there, you may need to create or move it.

.deepwork/jobs/deepwork_jobs/steps/implement.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,6 @@ If a step in the job.yml has `stop_hooks` defined, the generated instruction fil
144144
145145
This alignment ensures the AI agent knows exactly what will be validated and can self-check before completing.
146146
147-
### Using Supplementary Reference Files
148-
149-
Step instructions can include additional `.md` files in the `steps/` directory for detailed examples, templates, or reference material. Reference them using the full path from the project root.
150-
151-
See `.deepwork/jobs/deepwork_jobs/steps/supplemental_file_references.md` for detailed documentation and examples.
152-
153147
### Step 4: Verify job.yml Location
154148
155149
Verify that `job.yml` is in the correct location at `.deepwork/jobs/[job_name]/job.yml`. The define step should have created it there. If for some reason it's not there, you may need to create or move it.

.deepwork/jobs/deepwork_jobs/steps/supplemental_file_references.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.gemini/commands/deepwork_jobs/implement.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,6 @@ If a step in the job.yml has `stop_hooks` defined, the generated instruction fil
181181
182182
This alignment ensures the AI agent knows exactly what will be validated and can self-check before completing.
183183
184-
### Using Supplementary Reference Files
185-
186-
Step instructions can include additional `.md` files in the `steps/` directory for detailed examples, templates, or reference material. Reference them using the full path from the project root.
187-
188-
See `.deepwork/jobs/deepwork_jobs/steps/supplemental_file_references.md` for detailed documentation and examples.
189-
190184
### Step 4: Verify job.yml Location
191185
192186
Verify that `job.yml` is in the correct location at `.deepwork/jobs/[job_name]/job.yml`. The define step should have created it there. If for some reason it's not there, you may need to create or move it.

0 commit comments

Comments
 (0)