open-azdo 0.3.7 → 0.3.8
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/SECURITY.md +2 -2
- package/dist/open-azdo.js +2172 -1626
- package/dist/open-azdo.js.map +14 -12
- package/examples/azure-pipelines.review.debug.yml +1 -1
- package/examples/azure-pipelines.review.pnpm.yml +1 -1
- package/package.json +1 -1
package/SECURITY.md
CHANGED
|
@@ -57,8 +57,8 @@ OpenCode is prompted through the SDK v2 client with JSON-schema structured outpu
|
|
|
57
57
|
The only intended write surface is PR thread management:
|
|
58
58
|
|
|
59
59
|
- one managed summary thread
|
|
60
|
-
- one managed inline thread per finding
|
|
61
|
-
-
|
|
60
|
+
- one managed inline thread per active finding, with thread reuse selected explicitly by the reviewer model through the prior Azure DevOps thread id
|
|
61
|
+
- managed finding threads closed only when the reviewer model explicitly resolves an in-scope prior thread id
|
|
62
62
|
|
|
63
63
|
Comment-post failures are surfaced as operational failures and do not get swallowed.
|
|
64
64
|
|