Skip to content

fix: gh 命令改用 --body-file 避免 shell 转义问题 - #16

Merged
devcxl merged 1 commit into
mainfrom
feat/body-file
Jul 9, 2026
Merged

fix: gh 命令改用 --body-file 避免 shell 转义问题#16
devcxl merged 1 commit into
mainfrom
feat/body-file

Conversation

@devcxl

@devcxl devcxl commented Jul 9, 2026

Copy link
Copy Markdown
Owner

将 Issue/PR/comment 的内联 --body 改为 --body-file 写入 docs/ 目录,彻底避免特殊字符被 shell 错误转义。

将 Issue/PR/comment 的内联 --body 改为 --body-file 写入 docs/ 目录,
彻底避免特殊字符(反引号、JSON、换行等)被 shell 错误转义。

affected skills:
- flow-requirements: gh issue create --body-file docs/prd/<file>.md
- flow-design: gh issue comment --body-file docs/dev/handoff/design-comment.md
- flow-tasks: gh issue create --body-file docs/dev/handoff/task-issue-body.md
- flow-code: gh pr create --body-file docs/dev/handoff/pr-body.md

affected agents:
- reviewer: gh pr review --body-file docs/dev/handoff/review-report.md
- dev-lifecycle: 约束更新(临时产物放 docs/dev/handoff/)
@devcxl
devcxl merged commit b5726d3 into main Jul 9, 2026
1 check passed
@devcxl
devcxl deleted the feat/body-file branch July 9, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant