@spec-wave/cli 0.5.3 → 0.5.5
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/package.json
CHANGED
|
@@ -85,7 +85,7 @@ export async function generatePlan({ issueNumber }) {
|
|
|
85
85
|
await commentOnIssue(
|
|
86
86
|
token, owner, repo, parseInt(issueNumber, 10),
|
|
87
87
|
`📋 **plan.md gerado automaticamente!**\n\n` +
|
|
88
|
-
`📄 Arquivo: [\`${filePath}\`](
|
|
88
|
+
`📄 Arquivo: [\`${filePath}\`](https://github.com/${owner}/${repo}/blob/main/${filePath})\n\n` +
|
|
89
89
|
`Revise o plano e, quando estiver pronto, valide a Feature: mova o card para **✅ Ready** ou use:\n` +
|
|
90
90
|
`\`\`\`\ngh issue edit ${issueNumber} --add-label "spec-wave:ready"\n\`\`\``
|
|
91
91
|
);
|
|
@@ -78,7 +78,7 @@ export async function generateSpec({ issueNumber }) {
|
|
|
78
78
|
await commentOnIssue(
|
|
79
79
|
token, owner, repo, parseInt(issueNumber, 10),
|
|
80
80
|
`📋 **spec.md gerado automaticamente!**\n\n` +
|
|
81
|
-
`📄 Arquivo: [\`${filePath}\`](
|
|
81
|
+
`📄 Arquivo: [\`${filePath}\`](https://github.com/${owner}/${repo}/blob/main/${filePath})\n\n` +
|
|
82
82
|
`Revise a especificação e, quando estiver pronto, gere o plano técnico: mova o card para **📋 Plan** ou use:\n` +
|
|
83
83
|
`\`\`\`\ngh issue edit ${issueNumber} --add-label "spec-wave:plan"\n\`\`\``
|
|
84
84
|
);
|