Documentation Index
Fetch the complete documentation index at: https://ami.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Adding a Project
Navigate to the root directory of your repository and run:ami to open the chat interface.
Alternatively, running ami in an unregistered repository automatically prompts you to create a project.
Switching Projects
From the Terminal
Navigate to a registered project’s folder and runami. This automatically opens the correct project in the interface.
From the Interface
PressCmd+K to open the command palette and search for a project by name. Alternatively, click the project name in the sidebar to view all your projects.
Project Rules
ami looks for guidance files in your codebase to understand project structure, conventions, and commands.Supported Files
ami reads all of the following files if they exist. Contents are combined and deduplicated:| File | Purpose |
|---|---|
AGENTS.md | Agent guidance file |
CLAUDE.md | Claude-style guidance file |
GEMINI.md | Gemini-style guidance file |
.cursor/rules | Cursor rules (file or directory) |