workflows/merico/ask-code/command.yml.bak
long2ice 07d916c831 refactor: Update command descriptions and remove unused workflow files
This commit includes:
- Clarified and standardized descriptions for various command.yml files
- Removed obsolete workflow files (aider/command.yml, pr/command.yml, merico/ask-code/command.yml)
- Updated README for pr.custom_suggestions
- Translated some descriptions from Chinese to English
2025-03-12 16:36:15 +08:00

9 lines
330 B
YAML

description: Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.
input: required
workflow_python:
env_name: ask-code-env
version: 3.11.0
dependencies: requirements.txt
steps:
- run: $workflow_python $command_path/ask-code.py query "$input"