Syntax
Arguments
Name for the project. Must be unique across all your adist projects.
Options
During initialization, you will be prompted:Enable LLM summarization for the project. Requires
ANTHROPIC_API_KEY environment variable.Note: Enabling summarization will incur API costs.Behavior
- Creates a new project with the specified name associated with the current directory
- Checks for name conflicts with existing projects
- Prompts for optional LLM summarization
- Generates a unique project ID (timestamp-based)
- Sets the new project as the current active project
- Indexes all project files using both legacy and block-based indexing
- Optionally generates file summaries if enabled
Examples
Basic initialization
With summarization enabled
When prompted, entery to enable summarization:
Environment Variables
Required if you enable summarization during initialization.
Related Commands
- adist switch - Switch between projects
- adist reindex - Reindex project files
- adist list - List all projects