poe-code 3.0.179 → 3.0.180
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/prompts/github-issue-opened.md +7 -1
- package/dist/prompts/github-pull-request-opened.md +4 -0
- package/dist/prompts/github-pull-request-synchronized.md +4 -0
- package/dist/variables.yaml +46 -1
- package/dist/workflow-templates/github-issue-opened.caller.yml +1 -0
- package/dist/workflow-templates/github-issue-opened.ejected.yml +52 -0
- package/dist/workflow-templates/github-pull-request-opened.caller.yml +1 -0
- package/dist/workflow-templates/github-pull-request-opened.ejected.yml +52 -0
- package/dist/workflow-templates/github-pull-request-synchronized.caller.yml +1 -0
- package/dist/workflow-templates/github-pull-request-synchronized.ejected.yml +52 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -40506,7 +40506,7 @@ var init_package = __esm({
|
|
|
40506
40506
|
"package.json"() {
|
|
40507
40507
|
package_default = {
|
|
40508
40508
|
name: "poe-code",
|
|
40509
|
-
version: "3.0.
|
|
40509
|
+
version: "3.0.180",
|
|
40510
40510
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
40511
40511
|
type: "module",
|
|
40512
40512
|
main: "./dist/index.js",
|