Syntax
Output Information
Storage Locations
Location of the main adist configuration file (typically in
~/.config/adist/)Filesystem path to the current project directory
Unique identifier for the current project
Project Statistics
Count of files in the project index
Whether the project has an AI-generated summary
Physical Storage
Directory containing all adist configuration
Directory where project data is stored
Size Information
Size of the project summary in kilobytes (if available)
Combined size of all indexes in kilobytes
Example Output
Use Cases
Troubleshooting
Find configuration files when debugging issues:Backup
Identify what to backup:Disk Space
Check storage usage:Migration
Find data location for migration:Configuration File Structure
The config file contains:- Project definitions and metadata
- Current project selection
- Indexes (both legacy and block-based)
- Generated summaries
- LLM provider settings
Data Persistence
All data is stored in:- Projects list
- File indexes
- Code block indexes
- AI-generated summaries
- Provider configuration
Privacy & Security
- Config file contains project paths and code summaries
- No source code is stored in the config
- API keys should be in environment variables (not in config)
- Summaries may contain sensitive information
Related Commands
- adist list - View all projects and their status
- adist remove-project - Clean up old projects
- adist reindex - Rebuild indexes