@jonit-dev/night-watch-cli 1.8.12-beta.8 → 1.8.12-beta.9
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.
|
@@ -105,7 +105,7 @@ get_review_score() {
|
|
|
105
105
|
# Look for review score comment from night-watch
|
|
106
106
|
local score
|
|
107
107
|
score=$(gh pr view "${pr_number}" --json comments \
|
|
108
|
-
--jq '[.comments[].body | select(test("
|
|
108
|
+
--jq '[.comments[].body | select(test("score[^0-9]{0,30}[0-9]+/100"; "i")) | capture("(?i)score[^0-9]{0,30}(?<s>[0-9]+)/100") | .s] | last | tonumber // -1' \
|
|
109
109
|
2>/dev/null || echo "-1")
|
|
110
110
|
echo "${score}"
|
|
111
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jonit-dev/night-watch-cli",
|
|
3
|
-
"version": "1.8.12-beta.
|
|
3
|
+
"version": "1.8.12-beta.9",
|
|
4
4
|
"description": "AI agent that implements your specs, opens PRs, and reviews code overnight. Queue GitHub issues or PRDs, wake up to pull requests.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|