poe-code 3.0.150 → 3.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/variables.yaml +3 -0
- package/package.json +1 -1
package/dist/variables.yaml
CHANGED
|
@@ -12,6 +12,9 @@ verify_before_responding: |
|
|
|
12
12
|
|
|
13
13
|
skill_github_cli: |
|
|
14
14
|
Use the `gh` CLI for all GitHub operations (issues, PRs, reviews, checks).
|
|
15
|
+
When posting GitHub bodies, comments, or reviews that contain Markdown, code fences, backticks, `$`, or multiple lines, do not inline that text in a double-quoted shell argument.
|
|
16
|
+
Write the content with a quoted heredoc and pass it via `--body-file` so the shell cannot mangle it.
|
|
17
|
+
After posting or editing, verify the rendered result with `gh issue view` / `gh pr view`.
|
|
15
18
|
|
|
16
19
|
pull_request_guidelines: |
|
|
17
20
|
- One logical change per PR. Feel free to open multiple PRs.
|