Synchronize documentation and CLI behavior#26
Conversation
… listing - Added `aix list prompts` subcommand. - Updated `aix list` to support the prompts scope. - Updated README.md with missing primary and utility commands. - Corrected examples in README.md to match actual implementation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
| aix add mcp playwright | ||
| # Add a skill from GitHub, local path, or npm package | ||
| aix add skill https://github.com/obra/superpowers/blob/main/skills/systematic-debugging | ||
| aix add skill https://github.com/a1st-dev/aix-skill-react |
| aix search <query> # Search for MCP servers and skills | ||
| aix install github:org/config # Install remote config | ||
| aix install --save --scope mcp # Merge specific sections | ||
| aix add skill https://github.com/obra/superpowers/tree/main/skills/systematic-debugging # Add a skill |
There was a problem hiding this comment.
Examples are most helpful when they are specific and executable. Leave the examples in
… listing - Added `aix list prompts` subcommand. - Updated `aix list` to support the prompts scope. - Updated main and package-specific READMEs with missing primary and utility commands. - Corrected examples in READMEs to match actual implementation. - Updated `aix list` to properly format the 'Prompts' header.
…eedback - Implemented `aix list prompts` subcommand. - Integrated `prompts` scope into main `aix list` command. - Updated README.md with specific, executable examples for all commands. - Documented previously hidden utility commands (validate, config, backups, cache). - Restored original examples in the README introduction. - Ensured consistency across root and package-level READMEs.
This submission fixes the discrepancies between the aix documentation and its actual behavior.
Functional changes:
packages/cli/src/commands/list/prompts.tsto implement prompt listing.packages/cli/src/commands/list/index.tsto integrate prompts into the main list command.Documentation changes:
add rule,add prompt, andremovecommands.validate,config,backups, andcache.Note: An accidental deletion of the root ai.json during testing was corrected by restoring the file prior to this submission.
PR created automatically by Jules for task 1177083700536611865 started by @yokuze