@wrongstack/core 0.282.0 → 0.282.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.
Files changed (84) hide show
  1. package/README.md +1 -1
  2. package/dist/{agent-subagent-runner-Dksf0QVU.d.ts → agent-subagent-runner-DCczSoQj.d.ts} +6 -6
  3. package/dist/{config-BCAEJicb.d.ts → config-DkCbA3Bw.d.ts} +22 -0
  4. package/dist/coordination/index.d.ts +15 -15
  5. package/dist/coordination/index.js +802 -139
  6. package/dist/coordination/index.js.map +1 -1
  7. package/dist/{default-config-azFprTB3.d.ts → default-config-Buho8yge.d.ts} +1 -0
  8. package/dist/defaults/index.d.ts +18 -18
  9. package/dist/defaults/index.js +811 -119
  10. package/dist/defaults/index.js.map +1 -1
  11. package/dist/{events-CovDylaH.d.ts → events-BOv8h6I1.d.ts} +1 -1
  12. package/dist/execution/index.d.ts +9 -9
  13. package/dist/execution/index.js +8 -1
  14. package/dist/execution/index.js.map +1 -1
  15. package/dist/extension/index.d.ts +4 -4
  16. package/dist/{global-mailbox-CNfgvRw3.d.ts → global-mailbox-MDDFhLYh.d.ts} +1 -1
  17. package/dist/{goal-store-CBd749M4.d.ts → goal-store-BEmDmSKF.d.ts} +1 -1
  18. package/dist/hq/index.d.ts +4 -4
  19. package/dist/{index-D5HB7WkV.d.ts → index-Dd-PJJ8A.d.ts} +3 -3
  20. package/dist/index.d.ts +209 -30
  21. package/dist/index.js +29562 -28136
  22. package/dist/index.js.map +1 -1
  23. package/dist/infrastructure/index.d.ts +3 -3
  24. package/dist/infrastructure/index.js +8 -0
  25. package/dist/infrastructure/index.js.map +1 -1
  26. package/dist/kernel/index.d.ts +7 -7
  27. package/dist/kernel/index.js.map +1 -1
  28. package/dist/{mcp-servers-DJYwZXyH.d.ts → mcp-servers-BUx9A_AQ.d.ts} +1 -1
  29. package/dist/models/index.d.ts +4 -4
  30. package/dist/models/index.js +18 -20
  31. package/dist/models/index.js.map +1 -1
  32. package/dist/{multi-agent-coordinator-4DC31QWu.d.ts → multi-agent-coordinator-BRqtpn-a.d.ts} +1 -1
  33. package/dist/{null-fleet-bus-DuvA8PIR.d.ts → null-fleet-bus-BkptvIVo.d.ts} +7 -6
  34. package/dist/observability/index.d.ts +1 -1
  35. package/dist/{parallel-eternal-engine-BwcA0bAt.d.ts → parallel-eternal-engine-BXECuOVG.d.ts} +4 -4
  36. package/dist/{pipeline-DM-CPTUs.d.ts → pipeline-ixSFe5jg.d.ts} +2 -2
  37. package/dist/{provider-model-resolve-hNUbewMd.d.ts → provider-model-resolve-DIxKL_T-.d.ts} +1 -1
  38. package/dist/{provider-runner-Bz4GyUqo.d.ts → provider-runner-CJtCs1Rw.d.ts} +1 -1
  39. package/dist/sdd/index.d.ts +7 -7
  40. package/dist/sdd/index.js.map +1 -1
  41. package/dist/security/index.js +6 -0
  42. package/dist/security/index.js.map +1 -1
  43. package/dist/storage/index.d.ts +9 -9
  44. package/dist/storage/index.js +10 -1
  45. package/dist/storage/index.js.map +1 -1
  46. package/dist/{task-format-vGOIftmK.d.ts → task-format-GX0B1mMC.d.ts} +1 -1
  47. package/dist/{task-graph-u1q9Jkyk.d.ts → task-graph-CH3acNQ7.d.ts} +10 -1
  48. package/dist/{todos-checkpoint-addCdQ9f.d.ts → todos-checkpoint-Bw83WMh9.d.ts} +2 -2
  49. package/dist/{tool-executor-B3spV_Q6.d.ts → tool-executor-4mWN2vHW.d.ts} +7 -7
  50. package/dist/tools/index.d.ts +1 -1
  51. package/dist/tools/index.js +8 -0
  52. package/dist/tools/index.js.map +1 -1
  53. package/dist/types/index.d.ts +12 -12
  54. package/dist/types/index.js +22 -1
  55. package/dist/types/index.js.map +1 -1
  56. package/dist/utils/index.d.ts +5 -5
  57. package/dist/utils/index.js.map +1 -1
  58. package/dist/{worktree-manager-BBXdJq-Y.d.ts → worktree-manager-BrtjUFYk.d.ts} +1 -1
  59. package/instructions/leader-after-task.md +4 -4
  60. package/instructions/system.md +11 -0
  61. package/package.json +1 -1
  62. package/skills/api-design/SKILL.md +1 -1
  63. package/skills/audit-log/SKILL.md +3 -3
  64. package/skills/bug-hunter/SKILL.md +3 -3
  65. package/skills/chimera/SKILL.md +3 -3
  66. package/skills/docker-deploy/SKILL.md +1 -1
  67. package/skills/git-flow/SKILL.md +3 -3
  68. package/skills/mailbox-bridge/SKILL.md +1 -1
  69. package/skills/multi-agent/SKILL.md +3 -3
  70. package/skills/node-modern/SKILL.md +1 -1
  71. package/skills/observability/SKILL.md +1 -1
  72. package/skills/output-standards/SKILL.md +31 -30
  73. package/skills/output-standards/SKILL.save.md +5 -5
  74. package/skills/plugin-author/SKILL.md +1 -1
  75. package/skills/prompt-engineering/SKILL.md +1 -1
  76. package/skills/react-modern/SKILL.md +1 -1
  77. package/skills/refactor-planner/SKILL.md +3 -3
  78. package/skills/research-web/SKILL.md +1 -1
  79. package/skills/sdd/SKILL.md +1 -1
  80. package/skills/security-scanner/SKILL.md +3 -3
  81. package/skills/skill-creator/SKILL.md +1 -1
  82. package/skills/tech-stack/SKILL.md +3 -3
  83. package/skills/testing/SKILL.md +1 -1
  84. package/skills/typescript-strict/SKILL.md +1 -1
@@ -1,7 +1,7 @@
1
- export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, D as DefaultLogger, d as DefaultLoggerOptions, L as LogFormat, e as allServers, f as awsServer, g as blockServer, h as braveSearchServer, i as context7Server, j as contextManagerTool, k as createContextManagerTool, l as everArtServer, m as filesystemServer, n as githubServer, o as googleMapsServer, p as miniMaxVisionServer, q as playwrightServer, s as sentinelServer, r as slackServer, t as sshManagerServer, z as zaiVisionServer } from '../mcp-servers-DJYwZXyH.js';
1
+ export { C as ContextManagerAction, a as ContextManagerInput, b as ContextManagerResult, c as ContextManagerToolOptions, D as DefaultLogger, d as DefaultLoggerOptions, L as LogFormat, e as allServers, f as awsServer, g as blockServer, h as braveSearchServer, i as context7Server, j as contextManagerTool, k as createContextManagerTool, l as everArtServer, m as filesystemServer, n as githubServer, o as googleMapsServer, p as miniMaxVisionServer, q as playwrightServer, s as sentinelServer, r as slackServer, t as sshManagerServer, z as zaiVisionServer } from '../mcp-servers-BUx9A_AQ.js';
2
2
  export { D as DefaultPathResolver } from '../path-resolver-CMS5307d.js';
3
- import { E as EventBus } from '../events-CovDylaH.js';
4
- import { M as ModelsRegistry, R as ResolvedModel } from '../config-BCAEJicb.js';
3
+ import { E as EventBus } from '../events-BOv8h6I1.js';
4
+ import { M as ModelsRegistry, R as ResolvedModel } from '../config-DkCbA3Bw.js';
5
5
  import { T as TokenCounter, U as Usage, C as CacheStats } from '../tool-LVSLiE1s.js';
6
6
  import '../compactor-BxddyCFu.js';
7
7
  import '../logger-B63L5bTg.js';
@@ -492,6 +492,7 @@ var githubServer = () => ({
492
492
  transport: "stdio",
493
493
  command: "npx",
494
494
  args: ["-y", "@modelcontextprotocol/server-github"],
495
+ passthroughEnv: ["GITHUB_PERSONAL_ACCESS_TOKEN", "GITHUB_TOKEN"],
495
496
  permission: "confirm"
496
497
  });
497
498
  var context7Server = () => ({
@@ -507,6 +508,7 @@ var braveSearchServer = () => ({
507
508
  transport: "stdio",
508
509
  command: "npx",
509
510
  args: ["-y", "@modelcontextprotocol/server-brave-search"],
511
+ passthroughEnv: ["BRAVE_SEARCH_API_KEY"],
510
512
  permission: "confirm"
511
513
  });
512
514
  var blockServer = () => ({
@@ -523,6 +525,7 @@ var everArtServer = () => ({
523
525
  transport: "stdio",
524
526
  command: "npx",
525
527
  args: ["-y", "@modelcontextprotocol/server-everart"],
528
+ passthroughEnv: ["EVERART_API_KEY"],
526
529
  permission: "confirm"
527
530
  });
528
531
  var slackServer = () => ({
@@ -531,6 +534,7 @@ var slackServer = () => ({
531
534
  transport: "stdio",
532
535
  command: "npx",
533
536
  args: ["-y", "@modelcontextprotocol/server-slack"],
537
+ passthroughEnv: ["SLACK_BOT_TOKEN", "SLACK_TEAM_ID"],
534
538
  permission: "confirm"
535
539
  });
536
540
  var awsServer = () => ({
@@ -539,6 +543,7 @@ var awsServer = () => ({
539
543
  transport: "stdio",
540
544
  command: "npx",
541
545
  args: ["-y", "@modelcontextprotocol/server-aws"],
546
+ passthroughEnv: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION", "AWS_SESSION_TOKEN"],
542
547
  permission: "confirm"
543
548
  });
544
549
  var googleMapsServer = () => ({
@@ -547,6 +552,7 @@ var googleMapsServer = () => ({
547
552
  transport: "stdio",
548
553
  command: "npx",
549
554
  args: ["-y", "@modelcontextprotocol/server-google-maps"],
555
+ passthroughEnv: ["GOOGLE_MAPS_API_KEY"],
550
556
  permission: "confirm"
551
557
  });
552
558
  var sentinelServer = () => ({
@@ -564,6 +570,7 @@ var zaiVisionServer = () => ({
564
570
  command: "npx",
565
571
  args: ["-y", "@z_ai/mcp-server@latest"],
566
572
  env: { Z_AI_MODE: "ZAI" },
573
+ passthroughEnv: ["Z_AI_API_KEY"],
567
574
  allowedTools: [
568
575
  "image_analysis",
569
576
  "extract_text_from_screenshot",
@@ -593,6 +600,7 @@ var miniMaxVisionServer = () => ({
593
600
  MINIMAX_API_HOST: "https://api.minimax.io",
594
601
  MINIMAX_API_RESOURCE_MODE: "url"
595
602
  },
603
+ passthroughEnv: ["MINIMAX_API_KEY"],
596
604
  allowedTools: ["understand_image"],
597
605
  permission: "auto"
598
606
  });