tracker_init
Initialize a project tracker. Creates a new project if none exists, or retrieves existing project details.
Instructions
Initialize the tracker for a project. If the database is empty, creates a project with the given name. If a project already exists, returns its info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | Name for a new project (only used if DB is empty) | |
| project_description | No | Description for the new project |