File tree Expand file tree Collapse file tree
.deepwork/jobs/deepwork_jobs
src/deepwork/standard_jobs/deepwork_jobs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments