Files
memind/skills/aider-development/SKILL.md
T

1.5 KiB

name, description
name description
aider-development Force development, debugging, refactoring, and code validation tasks in the current MindSpace workspace to run through the Aider executor. Use only when the user explicitly selects the Aider 开发 skill or asks to continue a task already started with that selected skill; fail closed when Aider or the code-run gateway is unavailable.

Aider 开发

必须通过平台注入的 Aider code run 执行当前工作区内的开发任务。不得切换到 Goose、OpenHands 或普通聊天执行器。

工作流

  1. 先检查任务相关文件、现有实现和验证入口,限制修改范围。
  2. 实现用户要求的代码或页面修改,保留无关文件和现有数据。
  3. 执行与改动对应的最小测试、构建或静态验证。
  4. 按运行时注入的 [Memind code-run validation] 要求写入验收 receipt。
  5. 只有产物与验证都成功后才报告完成;失败时返回真实错误和未完成项。

边界

  • 只操作当前用户被授权的工作区,不越界访问其它用户或平台生产目录。
  • 不执行发布、推送、合并主线或生产变更,除非用户另行明确授权且平台闸门允许。
  • Aider 没有 private_data_* 能力时,不得伪造建表、dataset 注册或页面绑定结果;应明确报告需转交 page-data-collect/Goose 的步骤。
  • Aider、模型绑定或 Tool Gateway 不可用时必须失败关闭,不得退回普通 Agent 冒充 Aider 完成。