Installation¶
Requirements¶
| Requirement | Notes |
|---|---|
| Ruby | >= 3.2.0 |
aia gem |
Must be installed and reachable via which aia in your login shell |
AIA_PROMPTS_DIR |
Environment variable pointing to your AIA prompts directory |
Install the Gem¶
Or add it to your project's Gemfile:
Then run:
Verify Prerequisites¶
aias update will validate that aia is reachable and that AIA_PROMPTS_DIR is set. You can check manually first:
# Confirm aia is in your login shell PATH
bash -l -c "which aia"
# Confirm AIA_PROMPTS_DIR is set and points to a real directory
echo $AIA_PROMPTS_DIR
ls "$AIA_PROMPTS_DIR"
If aia is not found, install it:
Set AIA_PROMPTS_DIR¶
Add to your shell profile (.bashrc, .zshrc, etc.):
Reload your shell or source the file:
Verify the Installation¶
aias help lists all available commands with descriptions.