@wrongstack/cli 0.300.0 → 0.301.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.
Files changed (56) hide show
  1. package/dist/{acp-IDNS2YVE.js → acp-DATHHPNT.js} +34 -15
  2. package/dist/acp-server-agent.d.ts +1 -1
  3. package/dist/{audit-2ZSFGNIF.js → audit-QRCLEHHW.js} +5 -1
  4. package/dist/{auth-6T6ZOT2R.js → auth-JASC4K3F.js} +150 -37
  5. package/dist/boot/launch-menu.d.ts +2 -4
  6. package/dist/boot/tool-registry.d.ts +3 -0
  7. package/dist/chimera-reviewer-policy.d.ts +10 -3
  8. package/dist/chimera-work-registry.d.ts +19 -0
  9. package/dist/{chronicle-QQEQFSSE.js → chronicle-63MFCZN6.js} +26 -5
  10. package/dist/{chunk-YWUPHRGB.js → chunk-263G3FMB.js} +33 -10
  11. package/dist/{chunk-GYDQABMA.js → chunk-2KDOFTTM.js} +44 -32
  12. package/dist/chunk-CSAPOCBP.js +24 -0
  13. package/dist/{chunk-N7ULWBO5.js → chunk-ETOEGL3V.js} +3 -7
  14. package/dist/{chunk-3MWUZMOL.js → chunk-GUHQQG63.js} +14 -3
  15. package/dist/chunk-KE7E7DPX.js +38 -0
  16. package/dist/{chunk-PEMN4T5O.js → chunk-MHF2IJDE.js} +21 -4
  17. package/dist/{chunk-V76R7DC5.js → chunk-O7XNGCRT.js} +311 -309
  18. package/dist/{chunk-DPJZQCVP.js → chunk-YMXXOOFN.js} +1 -1
  19. package/dist/{chunk-4WJKVQJY.js → chunk-ZECLGUTF.js} +15 -3
  20. package/dist/{cli-main-7B3G2YSG.js → cli-main-XWC57MGE.js} +333 -98
  21. package/dist/{execution-SHGM7BVC.js → execution-LHMSMDHB.js} +126 -52
  22. package/dist/execution-chimera-cascade.d.ts +3 -4
  23. package/dist/execution-chimera-review.d.ts +2 -3
  24. package/dist/execution-cleanup.d.ts +3 -2
  25. package/dist/execution.d.ts +1 -1
  26. package/dist/{export-TPORYVRZ.js → export-DOBGPY23.js} +12 -1
  27. package/dist/fleet/host-context.d.ts +1 -1
  28. package/dist/fleet/host-helpers.d.ts +14 -0
  29. package/dist/fleet/status-broadcast.d.ts +1 -1
  30. package/dist/{hq-DVDD4XPV.js → hq-LN5CJHCM.js} +2 -2
  31. package/dist/hq-server/routes.d.ts +10 -1
  32. package/dist/hq-server/ws.d.ts +17 -6
  33. package/dist/{hq-server-DQHLNHDL.js → hq-server-S7HZG3PA.js} +3 -2
  34. package/dist/index.js +63 -98
  35. package/dist/live-settings-input.d.ts +5 -0
  36. package/dist/{mcp-CYLPUEHC.js → mcp-OHPJH73U.js} +6 -2
  37. package/dist/{modeldiag-YOQZHBQV.js → modeldiag-3DOK4BWW.js} +2 -2
  38. package/dist/{plugin-usage-EOG4ET4S.js → plugin-usage-YEVLOR33.js} +7 -3
  39. package/dist/{plugins-56CMWMPR.js → plugins-K3BAUP4D.js} +3 -3
  40. package/dist/profile-config-path.d.ts +0 -2
  41. package/dist/provider-helpers.d.ts +0 -5
  42. package/dist/{providers-models-K6RT7ABI.js → providers-models-WEZ4EGLL.js} +6 -5
  43. package/dist/{replay-KCTXNMZQ.js → replay-FCBNHW3K.js} +5 -1
  44. package/dist/{rewind-EJMVFVLS.js → rewind-AOD3JIYX.js} +5 -1
  45. package/dist/{sessions-config-NLCMK3BY.js → sessions-config-XXN7267N.js} +8 -3
  46. package/dist/subcommands/flags.d.ts +23 -0
  47. package/dist/terminal-format.d.ts +15 -0
  48. package/dist/{webui-server-G3EKFXLL.js → webui-server-DD35QFNO.js} +5 -13
  49. package/dist/wiring/brain-and-orchestration.d.ts +1 -1
  50. package/dist/wiring/mailbox-bridge-bootstrap.d.ts +3 -1
  51. package/dist/wiring/management-tools.d.ts +9 -1
  52. package/dist/wiring/pipeline.d.ts +5 -5
  53. package/dist/wiring/plugins.d.ts +2 -3
  54. package/dist/wiring/provider-utility-tools.d.ts +1 -0
  55. package/dist/wiring/tools.d.ts +4 -5
  56. package/package.json +23 -23
@@ -10,4 +10,4 @@ function activeProfileConfigPath(paths, config) {
10
10
  export {
11
11
  activeProfileConfigPath
12
12
  };
13
- //# sourceMappingURL=chunk-DPJZQCVP.js.map
13
+ //# sourceMappingURL=chunk-YMXXOOFN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PLUGIN_AUDIT_ENTRIES
3
- } from "./chunk-3MWUZMOL.js";
3
+ } from "./chunk-GUHQQG63.js";
4
4
  import {
5
5
  patchConfig
6
6
  } from "./chunk-TYO2OVAD.js";
@@ -67,6 +67,10 @@ var BUILTIN_PLUGIN_FACTORIES = [
67
67
  const { createSyncPlugin } = await import("@wrongstack/core/plugin");
68
68
  return createSyncPlugin();
69
69
  },
70
+ async () => {
71
+ const { createCloudConfigSyncPlugin } = await import("@wrongstack/core/plugin");
72
+ return createCloudConfigSyncPlugin();
73
+ },
70
74
  async () => {
71
75
  const { createChimeraPlugin } = await import("@wrongstack/core/plugin");
72
76
  return createChimeraPlugin();
@@ -143,8 +147,16 @@ async function setupPlugins(params) {
143
147
  const userPlugins = [];
144
148
  if (config.features?.plugins !== false) {
145
149
  for (const p of config.plugins ?? []) {
146
- if (typeof p === "object" && p.enabled === false) continue;
147
150
  const spec = typeof p === "string" ? p : p.name;
151
+ const { enabled } = resolvePluginEnablement({
152
+ name: pluginNameFromSpec(spec) ?? spec,
153
+ aliases: [spec],
154
+ defaultState: "active",
155
+ config,
156
+ // The resolver already extracts an entry's name before calling this.
157
+ matches: (configuredName) => configuredName === spec
158
+ });
159
+ if (!enabled) continue;
148
160
  const bareName = pluginNameFromSpec(spec);
149
161
  if (bareName && warnIfDeprecatedPluginName(bareName, log)) {
150
162
  continue;
@@ -250,4 +262,4 @@ export {
250
262
  BUILTIN_PLUGIN_FACTORIES,
251
263
  setupPlugins
252
264
  };
253
- //# sourceMappingURL=chunk-4WJKVQJY.js.map
265
+ //# sourceMappingURL=chunk-ZECLGUTF.js.map