
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
9 lines
225 B
YAML
9 lines
225 B
YAML
description: "aider command"
|
|
workflow_python:
|
|
env_name: devchat-aider-env
|
|
version: 3.11.0
|
|
dependencies: requirements.txt
|
|
input: required
|
|
help: README.md
|
|
steps:
|
|
- run: $workflow_python $command_path/command.py "$input" |