<project_context> block, so the agent starts every conversation with the right background.
How Projects Work
A project is a workspace-scoped folder that groups related sessions with the assets and context they share. Unlike workspaces — which separate whole configurations — projects sit inside a workspace and reuse its sources, skills, and statuses.Project Storage
Projects live inside the workspace directory:projectId. When the project is deleted, sessions remain but unbind from the project.
Creating a Project
To create a project manually:- Open the Projects navigator in the sidebar
- Click New Project
- Enter a name, choose an accent color, and pick a working directory
- Save — the project appears in the navigator and can be selected from the session composer
Binding Sessions to a Project
When you start a new session, pick a project from the composer. The session then:- Uses the project’s working directory as its default
- Receives a
<project_context>block in the system prompt with the project name, description, and asset manifest - Groups under that project in the session list and Kanban board
Project Context
Every session bound to a project receives a<project_context> block at the top of its system prompt. The block contains:
- Project name and description
- Working directory
- A capped excerpt of
MEMORY.md - An asset manifest listing files under the project folder
MEMORY.md for durable context — coding conventions, product goals, personas, or anything the agent should carry between sessions. Keep it focused; the injected excerpt is size-capped so overly long files are truncated.
Accent Colors and Appearance
Each project has an accent color that shows up in:- The Projects navigator and session list
- Kanban board cards
- Session headers
Grouping and Filtering
- Session list — group by project or filter to a single project.
- Kanban board — filter the board to a single project. New tasks created while a filter is active inherit that project automatically.
Tips
Start with one project per repository
Start with one project per repository
A project per code repository is a natural fit — the working directory maps cleanly, and
MEMORY.md becomes the place for repo-specific conventions.Keep MEMORY.md short and current
Keep MEMORY.md short and current
The injected excerpt is size-capped. Prune outdated notes so the agent gets the freshest context on every turn.
Use accent colors to scan quickly
Use accent colors to scan quickly
Pick distinct accent colors for projects you work on side by side. It makes the session list and Kanban board readable at a glance.