@brokkai/bug-bot 0.3.0 → 0.3.2
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/README.md +4 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -127,8 +127,10 @@ existing output and never open the dashboard.
|
|
|
127
127
|
numbers it reviewed. A duplicate verdict links the existing report in local
|
|
128
128
|
state. Uncertain and invalid findings are saved without filing.
|
|
129
129
|
5. Refresh issues before publication. New or edited reports go back to the LLM
|
|
130
|
-
for comparison. Recheck the
|
|
131
|
-
|
|
130
|
+
for comparison. Recheck the detached scan worktree and tracked files. The
|
|
131
|
+
remote branch may advance normally while the pinned commit is reviewed; each
|
|
132
|
+
report identifies that exact commit. An optional operator verifier can provide
|
|
133
|
+
an additional gate.
|
|
132
134
|
6. Create issues sequentially, including reproduction, evidence, and the review
|
|
133
135
|
explanation. Each newly created issue is available to the next candidate's
|
|
134
136
|
LLM review, including candidates from the same scan.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.3.
|
|
2
|
+
"version": "0.3.2",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"arm64"
|
|
26
26
|
],
|
|
27
27
|
"optionalDependencies": {
|
|
28
|
-
"@brokkai/bug-bot-linux-x64": "0.3.
|
|
29
|
-
"@brokkai/bug-bot-linux-arm64": "0.3.
|
|
30
|
-
"@brokkai/bug-bot-darwin-x64": "0.3.
|
|
31
|
-
"@brokkai/bug-bot-darwin-arm64": "0.3.
|
|
28
|
+
"@brokkai/bug-bot-linux-x64": "0.3.2",
|
|
29
|
+
"@brokkai/bug-bot-linux-arm64": "0.3.2",
|
|
30
|
+
"@brokkai/bug-bot-darwin-x64": "0.3.2",
|
|
31
|
+
"@brokkai/bug-bot-darwin-arm64": "0.3.2"
|
|
32
32
|
}
|
|
33
33
|
}
|