aix init
Creates a new ai.json file in the current directory.
aix init [flags]| Flag | Description |
|---|---|
--force / -f | Overwrite existing ai.json if it exists. |
--from <editor> | Import configuration from an existing editor. |
Importing Config
Section titled “Importing Config”The --from flag allows you to bootstrap ai.json from:
cursorvscodewindsurfclaude-codezedcodex
When importing, aix will:
- Read the editor’s config files.
- Extract rules, prompts, and MCP settings.
- Write extracted content to
.aix/imported/. - Generate an
ai.jsonlinking to those files.
See Import from an Editor for details.