Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ Jobs are multi-step workflows where each Step has clear input and output artifac

The process of defining a job itself is actually a DeepWork job. You can see it at `.deepwork/jobs/deepwork_jobs/`.

To start the process, just run the first Step in the job:
To start the process, just run:

```
/deepwork_jobs.define
/deepwork_jobs
```

Follow the interactive prompts to:
Expand Down
2 changes: 1 addition & 1 deletion src/deepwork/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,5 +423,5 @@ def _install_deepwork(platform_name: str | None, project_path: Path) -> None:
console.print()
console.print("[bold]Next steps:[/bold]")
console.print(" 1. Start your agent CLI (ex. [cyan]claude[/cyan] or [cyan]gemini[/cyan])")
console.print(" 2. Define your first job using the command [cyan]/deepwork_jobs.define[/cyan]")
console.print(" 2. Define your first job using the command [cyan]/deepwork_jobs[/cyan]")
console.print()