open-azdo 0.1.6 → 0.1.7
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/open-azdo.js
CHANGED
|
@@ -28715,6 +28715,9 @@ var buildReviewPrompt = exports_Effect.fn("reviewPrompt.buildReviewPrompt")(func
|
|
|
28715
28715
|
}),
|
|
28716
28716
|
"Only report issues grounded in the provided diff and file excerpts.",
|
|
28717
28717
|
"If a concern does not map cleanly to a changed line, leave it out of findings and put it in unmappedNotes.",
|
|
28718
|
+
"Use a lively review tone with emojis throughout the human-readable text fields.",
|
|
28719
|
+
"Include emojis in summary, finding titles, finding bodies, and unmapped notes; prefer multiple relevant emojis instead of a single token.",
|
|
28720
|
+
"Keep the JSON schema unchanged and keep every string concise, professional, and readable.",
|
|
28718
28721
|
customPrompt ? `Additional repository prompt:
|
|
28719
28722
|
${customPrompt}` : "",
|
|
28720
28723
|
"Pull request context:",
|
|
@@ -30001,4 +30004,4 @@ var main = async (argv, env) => await exports_Effect.runPromise(runCliWithExitHa
|
|
|
30001
30004
|
// bin/open-azdo.ts
|
|
30002
30005
|
process.exitCode = await main(process.argv.slice(2), process.env);
|
|
30003
30006
|
|
|
30004
|
-
//# debugId=
|
|
30007
|
+
//# debugId=E410F5CE2DBEB62D64756E2164756E21
|