Project Commands
Thegenie project command group manages named projects for organizing tasks across repos. Projects scope boards and tasks, and provide aggregate stats.
genie project list
List all projects.
genie project create
Create a new project.
| Option | Description |
|---|---|
--virtual | Create a virtual project (not tied to a repo) |
--repo <path> | Repo path for the project |
--description <text> | Project description |
genie project show
Show project detail with task stats — counts by stage, priority, and status.
genie project set-default
Set the default project for when you’re outside any repo directory.
Project Scoping
Projects scope tasks and boards. When you rungenie task list inside a repo, it automatically scopes to that repo’s project. Use --all to see tasks across all projects: