Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One capture · claude-code

One read of Claude Code CLI

1 pages moved out of 197 read.

claude-code-20260917T183701Z

Pages moved 1 significant first
Pages read 197 in this capture
Captured 18:37 UTC
Corpus hash 9587e53b1f20 corpus-hash

What this read moved

1–1 of 1

claude-projects Changed · +1 / -5 lines

from line 16
1616 
1717If you already know the work you want a project to run, go straight to [Create a project](#create-a-project).
1818 
19<Note>
20 [Projects in claude.ai chat and Cowork](https://support.claude.com/en/articles/9517075-what-are-projects), which group conversations and reference files, are a separate feature from the projects on this page.
21</Note>
22 
2319## When to use a project
2420 
2521A project is worth creating when the work has a goal that outlasts one session and keeps producing tasks. These kinds of work suit a project well:
from line 376
380376* **Local sessions and agent view**: sessions in your terminal, IDE, or the desktop app's local environment run on your machine and can't be part of a project. [Agent view](/docs/en/agent-view) is a screen for tracking several of those local sessions; it has no coordinator.
381377* **Worktrees**: a [worktree](/docs/en/worktrees) gives each local session its own working copy of a repository so parallel sessions on your machine don't overwrite each other. Threads don't need them: each thread clones its repositories into its own cloud sandbox and works on its own branch.
382378* **Agent teams**: an [agent team](/docs/en/agent-teams) is one session that starts teammate sessions for a single task, on your machine or inside a cloud session, and ends with that task.
383* **Projects in claude.ai chat and Cowork**: a [separate feature](https://support.claude.com/en/articles/9517075-what-are-projects) that groups conversations and reference files, without threads or a coordinator.
379* **Projects in claude.ai chat and Cowork**: the [earlier Projects experience](https://support.claude.com/en/articles/9517075-what-are-projects), which groups conversations and reference files without threads or a coordinator. Those projects keep working as they do today until the redesigned experience reaches them.
384380 
385381[Run agents in parallel](/docs/en/agents) compares these options side by side.
386382 
Feedback