Overview
Jerico organizes agent execution around Workspaces and Projects. A Workspace links one or more local developer machines running the Jerico daemon, while a Project points to a specific directory on your machine.
Creating a Project in One Step
To link a folder and start orchestrating agents:
- Click the + New Project button on the workspace welcome screen.
- Enter a descriptive Project Name and select the target Machine running your Jerico daemon.
- Specify or browse to your local codebase directory path (e.g.
/Users/dev/projects/my-app). - Click Create Project. Jerico stores the project and opens its page — no filesystem or permission check runs at this point.
Tip: No custom setup scripts or folder wrangling are required. The connected daemon has already detected the CLI agents installed on that machine, and Jerico can query the folder's git status on demand once the project is open.