Syntax
Options
Show debug information including number of indexed files per project.
Output Format
For each project, displays:- Current indicator:
→for active project - Project name (bold)
- Status indicators:
[indexed]or[not-indexed]- Index status[summaries]or[no-summaries]- Summary availability
- Project ID - Unique identifier
- Path - Full filesystem path
With Debug Flag
Additionally shows:- Number of indexed files
Examples
Basic list
List with debug info
Status Indicators
Green: Project has been indexed and is searchableRed (not-indexed): Project needs indexing via
adist reindexGreen: Project has AI-generated summariesRed (no-summaries): Run
adist reindex --summarize to generateCurrent Project
The current project is indicated by a green arrow (→) and is the default target for:
- Search commands (
adist get,adist query) - Chat sessions (
adist chat) - Reindexing without project name (
adist reindex) - Summary views (
adist summary)
Empty State
If no projects exist:Use Cases
- Check which project is currently active
- Verify project index and summary status
- Get project IDs for troubleshooting
- Review all managed projects at a glance
Related Commands
- adist switch - Change current project
- adist init - Add new project
- adist reindex - Update project index
- adist remove-project - Remove a project