Add a Project
Fill in the project form
In the Add project card on the left, complete the Name, Repo, and optional Setup script fields (see Field reference below).
Field Reference
A human-readable display name for the project, shown throughout the Gentic UI and when selecting a project for a new issue. Maximum 120 characters.
The GitHub repository the agent will clone, in
owner/repo format — for example, kprovorov/gentic. The value must match the exact owner and repository name as they appear on GitHub.An optional shell script that runs inside the cloned repository before the agent starts writing code. Use this field to install dependencies or perform any other environment setup the agent needs. For example:You can include multiple commands separated by newlines.
Edit a Project
Each project card in the project list is an editable form. Update the Name, Repo, or Setup script fields directly in the card, then click Save to apply your changes.Delete a Project
To remove a project, click the trash icon (delete button) inside the project card. The project is deleted immediately.Deleting a project does not delete any GitHub issues or pull requests associated with it. Your GitHub repository and its history remain completely untouched — only the Gentic project record is removed.

