建议qodercli支持自定义`.qoder`目录位置

Problem

CI 流水线中使用 qodercli 时,需要创建一些 SKILLS 等各种东西,但这些东西只适用于 CI 流水线,在日常开发中并不通用,不适合放在项目根目录的 .qoder 中。

Solution

建议可以通过环境变量或参数的形式,自定义.qoder路径。

Use Case

我们的各种项目中,会把仅在CI流水线中用到的东西放在项目根目录的 .ci 中,想让 qodercli 读取 .ci/qoder 目录去管理各种SKILLS、Sub Agent,保持根目录的 .qoder 的纯净,不干扰日常开发。

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info