nexus-agents 2.99.0 → 2.100.1

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.
Files changed (33) hide show
  1. package/dist/{chunk-VPH2M5H7.js → chunk-GEXFJOLK.js} +4 -4
  2. package/dist/{chunk-VPH2M5H7.js.map → chunk-GEXFJOLK.js.map} +1 -1
  3. package/dist/{chunk-6IHEDRKI.js → chunk-H4LBBFCO.js} +2 -2
  4. package/dist/{chunk-WHFCVKAV.js → chunk-NZC5NLUD.js} +3 -3
  5. package/dist/{chunk-EM7NUGMG.js → chunk-P453545L.js} +21 -2
  6. package/dist/chunk-P453545L.js.map +1 -0
  7. package/dist/{chunk-AN3IGMJT.js → chunk-TYELRYRO.js} +9 -4
  8. package/dist/chunk-TYELRYRO.js.map +1 -0
  9. package/dist/{chunk-O6EXYWHP.js → chunk-VXNN3JKU.js} +144 -82
  10. package/dist/{chunk-O6EXYWHP.js.map → chunk-VXNN3JKU.js.map} +1 -1
  11. package/dist/cli.js +14 -9
  12. package/dist/cli.js.map +1 -1
  13. package/dist/{consensus-vote-5D7FNWYM.js → consensus-vote-PGOS5AA6.js} +3 -3
  14. package/dist/{dist-75MXB4R3.js → dist-NGFMLKZR.js} +2232 -1558
  15. package/dist/dist-NGFMLKZR.js.map +1 -0
  16. package/dist/{expert-bridge-EOVHUCJ4.js → expert-bridge-L25WFHQF.js} +2 -2
  17. package/dist/{factory-NJRJAZKK.js → factory-PVN7DDNZ.js} +2 -2
  18. package/dist/index.d.ts +27 -0
  19. package/dist/index.js +6 -6
  20. package/dist/{registry-command-AX7Z4K4W.js → registry-command-5L7I44JA.js} +31 -8
  21. package/dist/registry-command-5L7I44JA.js.map +1 -0
  22. package/dist/{setup-command-PHTP43V7.js → setup-command-COISAIOH.js} +4 -4
  23. package/package.json +10 -10
  24. package/dist/chunk-AN3IGMJT.js.map +0 -1
  25. package/dist/chunk-EM7NUGMG.js.map +0 -1
  26. package/dist/dist-75MXB4R3.js.map +0 -1
  27. package/dist/registry-command-AX7Z4K4W.js.map +0 -1
  28. /package/dist/{chunk-6IHEDRKI.js.map → chunk-H4LBBFCO.js.map} +0 -0
  29. /package/dist/{chunk-WHFCVKAV.js.map → chunk-NZC5NLUD.js.map} +0 -0
  30. /package/dist/{consensus-vote-5D7FNWYM.js.map → consensus-vote-PGOS5AA6.js.map} +0 -0
  31. /package/dist/{expert-bridge-EOVHUCJ4.js.map → expert-bridge-L25WFHQF.js.map} +0 -0
  32. /package/dist/{factory-NJRJAZKK.js.map → factory-PVN7DDNZ.js.map} +0 -0
  33. /package/dist/{setup-command-PHTP43V7.js.map → setup-command-COISAIOH.js.map} +0 -0
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  import {
25
25
  setupCommandAsync,
26
26
  verifyCommand
27
- } from "./chunk-WHFCVKAV.js";
27
+ } from "./chunk-NZC5NLUD.js";
28
28
  import "./chunk-HFNHJZOK.js";
29
29
  import {
30
30
  AuthHandler,
@@ -164,7 +164,7 @@ import {
164
164
  validateCommand,
165
165
  validateWorkflow,
166
166
  wrapInMarkdownFence
167
- } from "./chunk-O6EXYWHP.js";
167
+ } from "./chunk-VXNN3JKU.js";
168
168
  import "./chunk-3ACDP4E6.js";
169
169
  import {
170
170
  resolveToken
@@ -177,7 +177,7 @@ import "./chunk-SU7RKNIZ.js";
177
177
  import "./chunk-V2C2MC6H.js";
178
178
  import {
179
179
  shutdownExpertBridge
180
- } from "./chunk-6IHEDRKI.js";
180
+ } from "./chunk-H4LBBFCO.js";
181
181
  import {
182
182
  DEFAULT_VOTE_TIMEOUT_MS,
183
183
  ErrorPolicySchema,
@@ -187,7 +187,7 @@ import {
187
187
  executeVoting,
188
188
  registerConsensusVoteTool,
189
189
  warnIfSimulatedOutsideTests
190
- } from "./chunk-AN3IGMJT.js";
190
+ } from "./chunk-TYELRYRO.js";
191
191
  import "./chunk-BO6QUVXI.js";
192
192
  import "./chunk-J76KHBF3.js";
193
193
  import {
@@ -249,7 +249,7 @@ import {
249
249
  loadConfig,
250
250
  runDoctor,
251
251
  validateNexusEnv
252
- } from "./chunk-VPH2M5H7.js";
252
+ } from "./chunk-GEXFJOLK.js";
253
253
  import "./chunk-HBZUXO4Q.js";
254
254
  import "./chunk-CJODZY4U.js";
255
255
  import {
@@ -266,7 +266,7 @@ import {
266
266
  getAvailableClis,
267
267
  isRecord,
268
268
  probeAllClis
269
- } from "./chunk-EM7NUGMG.js";
269
+ } from "./chunk-P453545L.js";
270
270
  import "./chunk-A7XUXJWL.js";
271
271
  import "./chunk-AH67WRET.js";
272
272
  import "./chunk-ZM4O442V.js";
@@ -14660,7 +14660,7 @@ function getBlueskyConfig() {
14660
14660
  }
14661
14661
  async function loadAtproto() {
14662
14662
  try {
14663
- const mod = await import("./dist-75MXB4R3.js");
14663
+ const mod = await import("./dist-NGFMLKZR.js");
14664
14664
  return { AtpAgent: mod.AtpAgent, RichText: mod.RichText };
14665
14665
  } catch {
14666
14666
  return void 0;
@@ -17152,6 +17152,10 @@ var DevPipelineInputSchema = z8.object({
17152
17152
  /** Pipeline execution mode. */
17153
17153
  mode: z8.enum(["autonomous", "harness"]).default("autonomous").describe(
17154
17154
  "'autonomous': full pipeline. 'harness': stops after decompose, returns tasks for caller to implement."
17155
+ ),
17156
+ /** Local pre-ship quality gate (typecheck/lint/tests) mode (#3356). */
17157
+ qualityGate: z8.enum(["off", "advisory", "blocking"]).default("off").describe(
17158
+ "Pre-ship local quality gate. 'off' (default): skip. 'advisory': run + record feedback, never fail. 'blocking': a red gate fails the pipeline."
17155
17159
  )
17156
17160
  });
17157
17161
  async function resolveTaskInput(input) {
@@ -17224,7 +17228,8 @@ async function runDevPipelineHandler(args, logger18) {
17224
17228
  const pipelineOptions = {
17225
17229
  ...input.sessionId !== void 0 ? { sessionId: input.sessionId } : {},
17226
17230
  ...input.dryRun ? { dryRun: true } : {},
17227
- ...input.mode === "harness" ? { mode: "harness" } : {}
17231
+ ...input.mode === "harness" ? { mode: "harness" } : {},
17232
+ ...input.qualityGate !== "off" ? { qualityGate: input.qualityGate } : {}
17228
17233
  };
17229
17234
  const hasOptions = Object.keys(pipelineOptions).length > 0;
17230
17235
  const result = await runDevPipeline(taskText, stages, hasOptions ? pipelineOptions : void 0);
@@ -20369,7 +20374,7 @@ async function handleResearchCommand(args) {
20369
20374
  }
20370
20375
  }
20371
20376
  async function handleRegistryCommand(args) {
20372
- const { registryCommand, isValidRegistrySubcommand, formatRegistryUsage } = await import("./registry-command-AX7Z4K4W.js");
20377
+ const { registryCommand, isValidRegistrySubcommand, formatRegistryUsage } = await import("./registry-command-5L7I44JA.js");
20373
20378
  const subcommand = args.subcommand;
20374
20379
  if (!isValidRegistrySubcommand(subcommand)) {
20375
20380
  process.stdout.write(`${formatRegistryUsage()}