project_create
Create a structured project with description, timestamped log entries, and machine-readable state. Ideal for organizing research, strategy, or optimization work.
Instructions
Create a new project.
Projects are stored in ~/.aix/projects/ and contain:
description.md: Project description and metadata
log.md: Timestamped log entries
context.json: Machine-readable project state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (used as directory name) | |
| description | No | Project description | |
| tags | No | Optional tags for categorization | |
| project_type | No | Optional project type (e.g., 'strategy', 'research', 'optimization') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |