nexus-agents 3.3.2 → 3.4.0
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/{chunk-UNDYHLRR.js → chunk-2KVTXC7Y.js} +6 -1
- package/dist/{chunk-UNDYHLRR.js.map → chunk-2KVTXC7Y.js.map} +1 -1
- package/dist/{chunk-VSFWQHRX.js → chunk-CFK4VK2M.js} +6 -6
- package/dist/{chunk-LVFYELQU.js → chunk-FHTU4BSP.js} +3 -3
- package/dist/{chunk-3T3TZZKG.js → chunk-JEV6RUUH.js} +2 -2
- package/dist/{chunk-RA5L4BVA.js → chunk-QAEBYGSP.js} +2 -2
- package/dist/{chunk-RAYKASM4.js → chunk-XL6T3HTN.js} +261 -31
- package/dist/chunk-XL6T3HTN.js.map +1 -0
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +7 -7
- package/dist/{consensus-vote-UF73LBG6.js → consensus-vote-EIEPPKAD.js} +3 -3
- package/dist/{consensus-vote-types-C7kiyyqD.d.ts → consensus-vote-types-jDyddCzg.d.ts} +27 -0
- package/dist/{improvement-review-B7DR4Y3C.js → improvement-review-YYHQ2D5L.js} +3 -3
- package/dist/index.d.ts +4 -2
- package/dist/index.js +6 -6
- package/dist/{setup-command-COUBH2NS.js → setup-command-CYZO22RO.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-RAYKASM4.js.map +0 -1
- /package/dist/{chunk-VSFWQHRX.js.map → chunk-CFK4VK2M.js.map} +0 -0
- /package/dist/{chunk-LVFYELQU.js.map → chunk-FHTU4BSP.js.map} +0 -0
- /package/dist/{chunk-3T3TZZKG.js.map → chunk-JEV6RUUH.js.map} +0 -0
- /package/dist/{chunk-RA5L4BVA.js.map → chunk-QAEBYGSP.js.map} +0 -0
- /package/dist/{consensus-vote-UF73LBG6.js.map → consensus-vote-EIEPPKAD.js.map} +0 -0
- /package/dist/{improvement-review-B7DR4Y3C.js.map → improvement-review-YYHQ2D5L.js.map} +0 -0
- /package/dist/{setup-command-COUBH2NS.js.map → setup-command-CYZO22RO.js.map} +0 -0
|
@@ -1874,6 +1874,11 @@ var VoteSchema = z3.object({
|
|
|
1874
1874
|
/** Pre-verified PR-review findings (#2245 v4 follow-up). Optional;
|
|
1875
1875
|
* populated only when the voter emits the structured top-level array. */
|
|
1876
1876
|
findings: z3.array(FindingShapeSchema).optional().describe("PR-review findings (pre-verified)"),
|
|
1877
|
+
/** Which declared option this voter chose, when the proposal declared
|
|
1878
|
+
* `options` (#4472). Absent when the proposal declared none, or when the
|
|
1879
|
+
* voter's selection matched no declared option — an unmatched selection is
|
|
1880
|
+
* recorded as absent, never coerced onto a default. */
|
|
1881
|
+
selectedOption: z3.string().optional().describe("Chosen option when the proposal declares options"),
|
|
1877
1882
|
timestamp: z3.iso.datetime().optional()
|
|
1878
1883
|
});
|
|
1879
1884
|
var ProposalSchema = z3.object({
|
|
@@ -2023,4 +2028,4 @@ export {
|
|
|
2023
2028
|
VOTING_THRESHOLDS,
|
|
2024
2029
|
ConsensusMetricsSchema
|
|
2025
2030
|
};
|
|
2026
|
-
//# sourceMappingURL=chunk-
|
|
2031
|
+
//# sourceMappingURL=chunk-2KVTXC7Y.js.map
|