add_session
Create a new session tied to a project, auto-creating the project if needed. Requires project path for new projects.
Instructions
Create a new session linked to a project.
If the project doesn't exist, it will be auto-created. For new projects, project_path is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the project (will be created if doesn't exist) | |
| summary | Yes | Brief summary of what happened in the session | |
| files_touched | Yes | List of file paths that were modified or accessed | |
| project_path | No | Required if project doesn't exist - path to project directory | |
| actor_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||