Open Issues Need Help
View All on GitHubAI Summary: Add argument hints to the .clinerules repository, following the Anthropic Claude code slash command file format specification found at https://docs.anthropic.com/en/docs/claude-code/slash-commands#file-format. This likely involves modifying existing rules or adding new ones to incorporate argument hints.
AI Summary: Add the ability to execute Bash commands within the .clinerules project, leveraging Anthropic's Claude code slash commands documentation for guidance. This involves integrating the documented Bash command execution functionality into the existing project, potentially modifying existing scripts or adding new ones to handle the command execution securely and efficiently.
AI Summary: The task involves reorganizing project files. Specifically, moving `.vscode` and `.textlintrc` files to the project root directory for proper functionality and potentially updating the `.zshrc` file using symbolic links. This also includes managing a `.claude` directory containing LLM rules, potentially using git's `update-index` command to manage temporary files.