@wrongstack/core 0.282.0 → 0.282.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.
- package/README.md +1 -1
- package/dist/{agent-subagent-runner-Dksf0QVU.d.ts → agent-subagent-runner-DCczSoQj.d.ts} +6 -6
- package/dist/{config-BCAEJicb.d.ts → config-DkCbA3Bw.d.ts} +22 -0
- package/dist/coordination/index.d.ts +15 -15
- package/dist/coordination/index.js +802 -139
- package/dist/coordination/index.js.map +1 -1
- package/dist/{default-config-azFprTB3.d.ts → default-config-Buho8yge.d.ts} +1 -0
- package/dist/defaults/index.d.ts +18 -18
- package/dist/defaults/index.js +811 -119
- package/dist/defaults/index.js.map +1 -1
- package/dist/{events-CovDylaH.d.ts → events-BOv8h6I1.d.ts} +1 -1
- package/dist/execution/index.d.ts +9 -9
- package/dist/execution/index.js +8 -1
- package/dist/execution/index.js.map +1 -1
- package/dist/extension/index.d.ts +4 -4
- package/dist/{global-mailbox-CNfgvRw3.d.ts → global-mailbox-MDDFhLYh.d.ts} +1 -1
- package/dist/{goal-store-CBd749M4.d.ts → goal-store-BEmDmSKF.d.ts} +1 -1
- package/dist/hq/index.d.ts +4 -4
- package/dist/{index-D5HB7WkV.d.ts → index-Dd-PJJ8A.d.ts} +3 -3
- package/dist/index.d.ts +209 -30
- package/dist/index.js +29562 -28136
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/index.d.ts +3 -3
- package/dist/infrastructure/index.js +8 -0
- package/dist/infrastructure/index.js.map +1 -1
- package/dist/kernel/index.d.ts +7 -7
- package/dist/kernel/index.js.map +1 -1
- package/dist/{mcp-servers-DJYwZXyH.d.ts → mcp-servers-BUx9A_AQ.d.ts} +1 -1
- package/dist/models/index.d.ts +4 -4
- package/dist/models/index.js +18 -20
- package/dist/models/index.js.map +1 -1
- package/dist/{multi-agent-coordinator-4DC31QWu.d.ts → multi-agent-coordinator-BRqtpn-a.d.ts} +1 -1
- package/dist/{null-fleet-bus-DuvA8PIR.d.ts → null-fleet-bus-BkptvIVo.d.ts} +7 -6
- package/dist/observability/index.d.ts +1 -1
- package/dist/{parallel-eternal-engine-BwcA0bAt.d.ts → parallel-eternal-engine-BXECuOVG.d.ts} +4 -4
- package/dist/{pipeline-DM-CPTUs.d.ts → pipeline-ixSFe5jg.d.ts} +2 -2
- package/dist/{provider-model-resolve-hNUbewMd.d.ts → provider-model-resolve-DIxKL_T-.d.ts} +1 -1
- package/dist/{provider-runner-Bz4GyUqo.d.ts → provider-runner-CJtCs1Rw.d.ts} +1 -1
- package/dist/sdd/index.d.ts +7 -7
- package/dist/sdd/index.js.map +1 -1
- package/dist/security/index.js +6 -0
- package/dist/security/index.js.map +1 -1
- package/dist/storage/index.d.ts +9 -9
- package/dist/storage/index.js +10 -1
- package/dist/storage/index.js.map +1 -1
- package/dist/{task-format-vGOIftmK.d.ts → task-format-GX0B1mMC.d.ts} +1 -1
- package/dist/{task-graph-u1q9Jkyk.d.ts → task-graph-CH3acNQ7.d.ts} +10 -1
- package/dist/{todos-checkpoint-addCdQ9f.d.ts → todos-checkpoint-Bw83WMh9.d.ts} +2 -2
- package/dist/{tool-executor-B3spV_Q6.d.ts → tool-executor-4mWN2vHW.d.ts} +7 -7
- package/dist/tools/index.d.ts +1 -1
- package/dist/tools/index.js +8 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/types/index.d.ts +12 -12
- package/dist/types/index.js +22 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +5 -5
- package/dist/utils/index.js.map +1 -1
- package/dist/{worktree-manager-BBXdJq-Y.d.ts → worktree-manager-BrtjUFYk.d.ts} +1 -1
- package/instructions/leader-after-task.md +4 -4
- package/instructions/system.md +11 -0
- package/package.json +1 -1
- package/skills/api-design/SKILL.md +1 -1
- package/skills/audit-log/SKILL.md +3 -3
- package/skills/bug-hunter/SKILL.md +3 -3
- package/skills/chimera/SKILL.md +3 -3
- package/skills/docker-deploy/SKILL.md +1 -1
- package/skills/git-flow/SKILL.md +3 -3
- package/skills/mailbox-bridge/SKILL.md +1 -1
- package/skills/multi-agent/SKILL.md +3 -3
- package/skills/node-modern/SKILL.md +1 -1
- package/skills/observability/SKILL.md +1 -1
- package/skills/output-standards/SKILL.md +31 -30
- package/skills/output-standards/SKILL.save.md +5 -5
- package/skills/plugin-author/SKILL.md +1 -1
- package/skills/prompt-engineering/SKILL.md +1 -1
- package/skills/react-modern/SKILL.md +1 -1
- package/skills/refactor-planner/SKILL.md +3 -3
- package/skills/research-web/SKILL.md +1 -1
- package/skills/sdd/SKILL.md +1 -1
- package/skills/security-scanner/SKILL.md +3 -3
- package/skills/skill-creator/SKILL.md +1 -1
- package/skills/tech-stack/SKILL.md +3 -3
- package/skills/testing/SKILL.md +1 -1
- 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-
|
|
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-
|
|
4
|
-
import { M as ModelsRegistry, R as ResolvedModel } from '../config-
|
|
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
|
});
|