Skip to content

Commit 5ec3ec6

Browse files
committed
Fix stale template references in AGENTS.md
1 parent a47a933 commit 5ec3ec6

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.deepwork/jobs/deepwork_jobs/AGENTS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ deepwork_jobs/
4242
└── templates/
4343
├── job.yml.template # Job spec structure
4444
├── step_instruction.md.template # Step instruction structure
45-
├── implementation_summary.md.template
46-
├── learning_summary.md.template
47-
├── agents.md.template
48-
├── example_job.yml # Complete example
49-
└── example_step_instruction.md # Complete example
45+
├── agents.md.template # AGENTS.md structure
46+
├── job.yml.example # Complete job example
47+
└── step_instruction.md.example # Complete step example
5048
```
5149

5250
## Version Management

src/deepwork/standard_jobs/deepwork_jobs/AGENTS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ deepwork_jobs/
4242
└── templates/
4343
├── job.yml.template # Job spec structure
4444
├── step_instruction.md.template # Step instruction structure
45-
├── implementation_summary.md.template
46-
├── learning_summary.md.template
47-
├── agents.md.template
48-
├── example_job.yml # Complete example
49-
└── example_step_instruction.md # Complete example
45+
├── agents.md.template # AGENTS.md structure
46+
├── job.yml.example # Complete job example
47+
└── step_instruction.md.example # Complete step example
5048
```
5149

5250
## Version Management

0 commit comments

Comments
 (0)