Skip to content

修复 spark task create 命令的 bug #5

@qdriven

Description

@qdriven

Bug 描述

  1. make build/install 后使用旧版本

    • make build 和 make install 后,命令仍然使用旧版本的 spark
  2. spark task create 命令问题

    • example-feature.md 文件内容没有复制到新创建的文件中
    • 文件名需要把空格变成
    • 例如: spark task create "make script issue" --content xxx
    • 应该创建文件: make-script-issue.md
  3. content 参数处理

    • 创建时需要把 content 参数的内容复制到新文件的 ## 描述 section 下面

验收标准

  • 修复 make build/install 后使用旧版本的问题
  • 修复 example-feature.md 内容复制问题
  • 文件名空格自动转换为
  • content 参数内容写入 ## 描述 section
  • 添加对应的单元测试
  • 更新 README 使用说明
  • 更新 AGENTS.md 文件

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfeature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions