nexus-agents 2.100.0 → 2.100.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.
- package/dist/{chunk-JFFI54DW.js → chunk-3OCQKZLC.js} +547 -297
- package/dist/chunk-3OCQKZLC.js.map +1 -0
- package/dist/{chunk-YREYQSYA.js → chunk-D7FORQJJ.js} +2 -2
- package/dist/{chunk-FU2AMASK.js → chunk-DQ2YK2PI.js} +2 -2
- package/dist/{chunk-BFN7RO3R.js → chunk-EWJRZNDC.js} +3 -3
- package/dist/{chunk-TYELRYRO.js → chunk-JW4JGJEU.js} +2 -2
- package/dist/{chunk-B364VMMP.js → chunk-LRM5NZ2I.js} +7 -599
- package/dist/chunk-LRM5NZ2I.js.map +1 -0
- package/dist/cli.js +9 -9
- package/dist/{consensus-vote-PGOS5AA6.js → consensus-vote-W6MIUFZK.js} +3 -3
- package/dist/{dist-75MXB4R3.js → dist-NGFMLKZR.js} +2232 -1558
- package/dist/dist-NGFMLKZR.js.map +1 -0
- package/dist/{improvement-review-IWV2BMR7.js → improvement-review-7OWJBTOC.js} +3 -3
- package/dist/index.d.ts +1 -45
- package/dist/index.js +6 -66
- package/dist/index.js.map +1 -1
- package/dist/{registry-command-AX7Z4K4W.js → registry-command-5L7I44JA.js} +31 -8
- package/dist/registry-command-5L7I44JA.js.map +1 -0
- package/dist/{setup-command-RRBGCIBW.js → setup-command-V7M6BX2X.js} +3 -3
- package/package.json +10 -10
- package/dist/chunk-B364VMMP.js.map +0 -1
- package/dist/chunk-JFFI54DW.js.map +0 -1
- package/dist/dist-75MXB4R3.js.map +0 -1
- package/dist/registry-command-AX7Z4K4W.js.map +0 -1
- /package/dist/{chunk-YREYQSYA.js.map → chunk-D7FORQJJ.js.map} +0 -0
- /package/dist/{chunk-FU2AMASK.js.map → chunk-DQ2YK2PI.js.map} +0 -0
- /package/dist/{chunk-BFN7RO3R.js.map → chunk-EWJRZNDC.js.map} +0 -0
- /package/dist/{chunk-TYELRYRO.js.map → chunk-JW4JGJEU.js.map} +0 -0
- /package/dist/{consensus-vote-PGOS5AA6.js.map → consensus-vote-W6MIUFZK.js.map} +0 -0
- /package/dist/{improvement-review-IWV2BMR7.js.map → improvement-review-7OWJBTOC.js.map} +0 -0
- /package/dist/{setup-command-RRBGCIBW.js.map → setup-command-V7M6BX2X.js.map} +0 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
writeJobComplete,
|
|
31
31
|
writeJobFailed,
|
|
32
32
|
writeJobPending
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-JW4JGJEU.js";
|
|
34
34
|
import {
|
|
35
35
|
REGISTRY_PATH,
|
|
36
36
|
getProjectRoot,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
} from "./chunk-VD4TXDMR.js";
|
|
52
52
|
import {
|
|
53
53
|
withPrerequisite
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-D7FORQJJ.js";
|
|
55
55
|
import {
|
|
56
56
|
NOOP_NOTIFIER,
|
|
57
57
|
RateLimiter,
|
|
@@ -59,6 +59,7 @@ import {
|
|
|
59
59
|
createDefaultRateLimiter,
|
|
60
60
|
createMcpNotifier,
|
|
61
61
|
createSecureHandler,
|
|
62
|
+
getMcpAnnotations,
|
|
62
63
|
getToolAnnotations,
|
|
63
64
|
getToolTimeout,
|
|
64
65
|
toSdkCallback,
|
|
@@ -70,7 +71,7 @@ import {
|
|
|
70
71
|
withAccessPolicy,
|
|
71
72
|
withProgressHeartbeat,
|
|
72
73
|
wrapToolWithTimeout
|
|
73
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-3OCQKZLC.js";
|
|
74
75
|
import {
|
|
75
76
|
generateSecurityPlan
|
|
76
77
|
} from "./chunk-BKUKBOGV.js";
|
|
@@ -92,7 +93,7 @@ import {
|
|
|
92
93
|
DEFAULT_TASK_TTL_MS,
|
|
93
94
|
DEFAULT_TOOL_RATE_LIMITS,
|
|
94
95
|
clampTaskTtl
|
|
95
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-EWJRZNDC.js";
|
|
96
97
|
import {
|
|
97
98
|
getAvailabilityCache,
|
|
98
99
|
getCliForModelId,
|
|
@@ -43504,7 +43505,7 @@ ${contextBlock}`;
|
|
|
43504
43505
|
const strategy = config.votingStrategy ?? "higher_order";
|
|
43505
43506
|
await postProgress(config, "Vote", `Running consensus with ${strategy} strategy...`);
|
|
43506
43507
|
try {
|
|
43507
|
-
const { executeVoting } = await import("./consensus-vote-
|
|
43508
|
+
const { executeVoting } = await import("./consensus-vote-W6MIUFZK.js");
|
|
43508
43509
|
const votingResult = await executeVoting(
|
|
43509
43510
|
{
|
|
43510
43511
|
proposal: plan.slice(0, 4e3),
|
|
@@ -46670,599 +46671,6 @@ function registerSupplyChainTradeoffPanelTool(server, deps) {
|
|
|
46670
46671
|
logger55.info("Registered supply_chain_tradeoff_panel tool");
|
|
46671
46672
|
}
|
|
46672
46673
|
|
|
46673
|
-
// src/mcp/tools/tool-annotations.ts
|
|
46674
|
-
var TOOL_ANNOTATIONS = {
|
|
46675
|
-
delegate_to_model: {
|
|
46676
|
-
annotations: {
|
|
46677
|
-
title: "Delegate to Model",
|
|
46678
|
-
readOnlyHint: true,
|
|
46679
|
-
destructiveHint: false,
|
|
46680
|
-
idempotentHint: true,
|
|
46681
|
-
openWorldHint: false
|
|
46682
|
-
},
|
|
46683
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46684
|
-
},
|
|
46685
|
-
orchestrate: {
|
|
46686
|
-
annotations: {
|
|
46687
|
-
title: "Orchestrate Task",
|
|
46688
|
-
readOnlyHint: false,
|
|
46689
|
-
destructiveHint: false,
|
|
46690
|
-
idempotentHint: false,
|
|
46691
|
-
openWorldHint: true
|
|
46692
|
-
},
|
|
46693
|
-
sideEffects: [
|
|
46694
|
-
{ category: "explicit", description: "Creates and executes expert agents" },
|
|
46695
|
-
{ category: "implicit", description: "Consumes API tokens from configured provider" },
|
|
46696
|
-
{ category: "coupling", description: "May trigger rate limiting on model adapter" },
|
|
46697
|
-
{ category: "coupling", description: "Records task outcome in OutcomeFeedbackCollector" }
|
|
46698
|
-
]
|
|
46699
|
-
},
|
|
46700
|
-
create_expert: {
|
|
46701
|
-
annotations: {
|
|
46702
|
-
title: "Create Expert",
|
|
46703
|
-
readOnlyHint: false,
|
|
46704
|
-
destructiveHint: false,
|
|
46705
|
-
idempotentHint: false,
|
|
46706
|
-
openWorldHint: false
|
|
46707
|
-
},
|
|
46708
|
-
sideEffects: [
|
|
46709
|
-
{ category: "explicit", description: "Creates expert agent in shared registry" },
|
|
46710
|
-
{ category: "coupling", description: "Expert ID required by execute_expert" }
|
|
46711
|
-
]
|
|
46712
|
-
},
|
|
46713
|
-
execute_expert: {
|
|
46714
|
-
annotations: {
|
|
46715
|
-
title: "Execute Expert",
|
|
46716
|
-
readOnlyHint: false,
|
|
46717
|
-
destructiveHint: false,
|
|
46718
|
-
idempotentHint: false,
|
|
46719
|
-
openWorldHint: true
|
|
46720
|
-
},
|
|
46721
|
-
sideEffects: [
|
|
46722
|
-
{ category: "explicit", description: "Executes expert agent task via model adapter" },
|
|
46723
|
-
{ category: "implicit", description: "Consumes API tokens from configured provider" },
|
|
46724
|
-
{ category: "coupling", description: "Requires expert created by create_expert" },
|
|
46725
|
-
{ category: "coupling", description: "May trigger rate limiting on model adapter" }
|
|
46726
|
-
]
|
|
46727
|
-
},
|
|
46728
|
-
run_workflow: {
|
|
46729
|
-
annotations: {
|
|
46730
|
-
title: "Run Workflow",
|
|
46731
|
-
readOnlyHint: false,
|
|
46732
|
-
destructiveHint: false,
|
|
46733
|
-
idempotentHint: false,
|
|
46734
|
-
openWorldHint: true
|
|
46735
|
-
},
|
|
46736
|
-
sideEffects: [
|
|
46737
|
-
{ category: "explicit", description: "Executes multi-step workflow template" },
|
|
46738
|
-
{ category: "implicit", description: "Consumes API tokens if workflow uses model adapter" },
|
|
46739
|
-
{ category: "coupling", description: "May trigger rate limiting on model adapter" }
|
|
46740
|
-
]
|
|
46741
|
-
},
|
|
46742
|
-
list_experts: {
|
|
46743
|
-
annotations: {
|
|
46744
|
-
title: "List Experts",
|
|
46745
|
-
readOnlyHint: true,
|
|
46746
|
-
destructiveHint: false,
|
|
46747
|
-
idempotentHint: true,
|
|
46748
|
-
openWorldHint: false
|
|
46749
|
-
},
|
|
46750
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46751
|
-
},
|
|
46752
|
-
list_workflows: {
|
|
46753
|
-
annotations: {
|
|
46754
|
-
title: "List Workflows",
|
|
46755
|
-
readOnlyHint: true,
|
|
46756
|
-
destructiveHint: false,
|
|
46757
|
-
idempotentHint: true,
|
|
46758
|
-
openWorldHint: false
|
|
46759
|
-
},
|
|
46760
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46761
|
-
},
|
|
46762
|
-
consensus_vote: {
|
|
46763
|
-
annotations: {
|
|
46764
|
-
title: "Consensus Vote",
|
|
46765
|
-
readOnlyHint: false,
|
|
46766
|
-
destructiveHint: false,
|
|
46767
|
-
idempotentHint: false,
|
|
46768
|
-
openWorldHint: true
|
|
46769
|
-
},
|
|
46770
|
-
sideEffects: [
|
|
46771
|
-
{ category: "explicit", description: "Executes multi-agent voting across CLIs" },
|
|
46772
|
-
{ category: "implicit", description: "Consumes API tokens from multiple providers" },
|
|
46773
|
-
{ category: "coupling", description: "Records vote outcomes for weather report" }
|
|
46774
|
-
]
|
|
46775
|
-
},
|
|
46776
|
-
research_query: {
|
|
46777
|
-
annotations: {
|
|
46778
|
-
title: "Research Query",
|
|
46779
|
-
readOnlyHint: true,
|
|
46780
|
-
destructiveHint: false,
|
|
46781
|
-
idempotentHint: true,
|
|
46782
|
-
openWorldHint: false
|
|
46783
|
-
},
|
|
46784
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46785
|
-
},
|
|
46786
|
-
research_add: {
|
|
46787
|
-
annotations: {
|
|
46788
|
-
title: "Research Add",
|
|
46789
|
-
readOnlyHint: false,
|
|
46790
|
-
destructiveHint: false,
|
|
46791
|
-
idempotentHint: true,
|
|
46792
|
-
openWorldHint: true
|
|
46793
|
-
},
|
|
46794
|
-
sideEffects: [
|
|
46795
|
-
{ category: "explicit", description: "Adds paper to research registry on disk" },
|
|
46796
|
-
{ category: "implicit", description: "Fetches metadata from arXiv API" }
|
|
46797
|
-
]
|
|
46798
|
-
},
|
|
46799
|
-
research_discover: {
|
|
46800
|
-
annotations: {
|
|
46801
|
-
title: "Research Discover",
|
|
46802
|
-
readOnlyHint: true,
|
|
46803
|
-
destructiveHint: false,
|
|
46804
|
-
idempotentHint: false,
|
|
46805
|
-
openWorldHint: true
|
|
46806
|
-
},
|
|
46807
|
-
sideEffects: [
|
|
46808
|
-
{ category: "implicit", description: "Queries external APIs (arXiv, GitHub, etc.)" },
|
|
46809
|
-
{ category: "coupling", description: "Auto-catalogs discovered references" }
|
|
46810
|
-
]
|
|
46811
|
-
},
|
|
46812
|
-
survey_oss_landscape: {
|
|
46813
|
-
annotations: {
|
|
46814
|
-
title: "Survey OSS Landscape",
|
|
46815
|
-
readOnlyHint: true,
|
|
46816
|
-
destructiveHint: false,
|
|
46817
|
-
// Same query may return different results day-to-day as star counts
|
|
46818
|
-
// and last-commit dates evolve; idempotentHint=false matches reality.
|
|
46819
|
-
idempotentHint: false,
|
|
46820
|
-
openWorldHint: true
|
|
46821
|
-
},
|
|
46822
|
-
sideEffects: [{ category: "implicit", description: "Queries the GitHub search API" }]
|
|
46823
|
-
},
|
|
46824
|
-
vendor_publishing_audit: {
|
|
46825
|
-
annotations: {
|
|
46826
|
-
title: "Vendor Publishing Audit",
|
|
46827
|
-
readOnlyHint: true,
|
|
46828
|
-
destructiveHint: false,
|
|
46829
|
-
// Pure static lookup against the in-process seed dataset.
|
|
46830
|
-
idempotentHint: true,
|
|
46831
|
-
openWorldHint: false
|
|
46832
|
-
},
|
|
46833
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46834
|
-
},
|
|
46835
|
-
compare_data_feeds: {
|
|
46836
|
-
annotations: {
|
|
46837
|
-
title: "Compare Data Feeds",
|
|
46838
|
-
readOnlyHint: true,
|
|
46839
|
-
destructiveHint: false,
|
|
46840
|
-
// Same input → same output; pure file diff with no external calls.
|
|
46841
|
-
idempotentHint: true,
|
|
46842
|
-
openWorldHint: false
|
|
46843
|
-
},
|
|
46844
|
-
sideEffects: [{ category: "implicit", description: "Reads two files from the workspace" }]
|
|
46845
|
-
},
|
|
46846
|
-
research_analyze: {
|
|
46847
|
-
annotations: {
|
|
46848
|
-
title: "Research Analyze",
|
|
46849
|
-
readOnlyHint: true,
|
|
46850
|
-
destructiveHint: false,
|
|
46851
|
-
idempotentHint: true,
|
|
46852
|
-
openWorldHint: false
|
|
46853
|
-
},
|
|
46854
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46855
|
-
},
|
|
46856
|
-
research_catalog_review: {
|
|
46857
|
-
annotations: {
|
|
46858
|
-
title: "Research Catalog Review",
|
|
46859
|
-
readOnlyHint: false,
|
|
46860
|
-
destructiveHint: false,
|
|
46861
|
-
idempotentHint: false,
|
|
46862
|
-
openWorldHint: false
|
|
46863
|
-
},
|
|
46864
|
-
sideEffects: [
|
|
46865
|
-
{ category: "explicit", description: "Approves or dismisses cataloged references" },
|
|
46866
|
-
{ category: "coupling", description: "Approved items added to research registry" }
|
|
46867
|
-
]
|
|
46868
|
-
},
|
|
46869
|
-
memory_query: {
|
|
46870
|
-
annotations: {
|
|
46871
|
-
title: "Memory Query",
|
|
46872
|
-
readOnlyHint: true,
|
|
46873
|
-
destructiveHint: false,
|
|
46874
|
-
idempotentHint: false,
|
|
46875
|
-
openWorldHint: false
|
|
46876
|
-
},
|
|
46877
|
-
sideEffects: [
|
|
46878
|
-
{ category: "implicit", description: "Consumes rate limit quota" },
|
|
46879
|
-
{ category: "implicit", description: "May trigger reflective retrieval (MemR3)" }
|
|
46880
|
-
]
|
|
46881
|
-
},
|
|
46882
|
-
memory_stats: {
|
|
46883
|
-
annotations: {
|
|
46884
|
-
title: "Memory Stats",
|
|
46885
|
-
readOnlyHint: true,
|
|
46886
|
-
destructiveHint: false,
|
|
46887
|
-
idempotentHint: true,
|
|
46888
|
-
openWorldHint: false
|
|
46889
|
-
},
|
|
46890
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46891
|
-
},
|
|
46892
|
-
memory_write: {
|
|
46893
|
-
annotations: {
|
|
46894
|
-
title: "Memory Write",
|
|
46895
|
-
readOnlyHint: false,
|
|
46896
|
-
destructiveHint: false,
|
|
46897
|
-
idempotentHint: false,
|
|
46898
|
-
openWorldHint: false
|
|
46899
|
-
},
|
|
46900
|
-
sideEffects: [
|
|
46901
|
-
{ category: "explicit", description: "Writes data to memory backend" },
|
|
46902
|
-
{ category: "implicit", description: "Consumes rate limit quota" }
|
|
46903
|
-
]
|
|
46904
|
-
},
|
|
46905
|
-
weather_report: {
|
|
46906
|
-
annotations: {
|
|
46907
|
-
title: "Weather Report",
|
|
46908
|
-
readOnlyHint: true,
|
|
46909
|
-
destructiveHint: false,
|
|
46910
|
-
idempotentHint: false,
|
|
46911
|
-
openWorldHint: false
|
|
46912
|
-
},
|
|
46913
|
-
sideEffects: [{ category: "implicit", description: "Consumes rate limit quota" }]
|
|
46914
|
-
},
|
|
46915
|
-
improvement_review: {
|
|
46916
|
-
annotations: {
|
|
46917
|
-
title: "Improvement Review",
|
|
46918
|
-
readOnlyHint: false,
|
|
46919
|
-
destructiveHint: false,
|
|
46920
|
-
// When fileIssues=true, creates GitHub issues — not idempotent.
|
|
46921
|
-
idempotentHint: false,
|
|
46922
|
-
openWorldHint: true
|
|
46923
|
-
},
|
|
46924
|
-
sideEffects: [
|
|
46925
|
-
{ category: "implicit", description: "Reads OutcomeStore and runs fitness audit" },
|
|
46926
|
-
{
|
|
46927
|
-
category: "explicit",
|
|
46928
|
-
description: "When fileIssues=true, files candidate GitHub issues via gh CLI"
|
|
46929
|
-
},
|
|
46930
|
-
{ category: "implicit", description: "Consumes rate limit quota" }
|
|
46931
|
-
]
|
|
46932
|
-
},
|
|
46933
|
-
run_quality_gate: {
|
|
46934
|
-
annotations: {
|
|
46935
|
-
title: "Run Quality Gate",
|
|
46936
|
-
// Spawns build/test toolchains which can write artifacts — not read-only.
|
|
46937
|
-
readOnlyHint: false,
|
|
46938
|
-
destructiveHint: false,
|
|
46939
|
-
// Same checks against the same code yield the same verdict.
|
|
46940
|
-
idempotentHint: true,
|
|
46941
|
-
// build/test/security invoke local toolchains and may reach the network.
|
|
46942
|
-
openWorldHint: true
|
|
46943
|
-
},
|
|
46944
|
-
sideEffects: [
|
|
46945
|
-
{
|
|
46946
|
-
category: "implicit",
|
|
46947
|
-
description: "Spawns local toolchain processes (tsc/eslint/vitest/build) in the target project dir"
|
|
46948
|
-
},
|
|
46949
|
-
{
|
|
46950
|
-
category: "implicit",
|
|
46951
|
-
description: "build/test checks may write build artifacts and coverage output to disk"
|
|
46952
|
-
}
|
|
46953
|
-
]
|
|
46954
|
-
},
|
|
46955
|
-
issue_triage: {
|
|
46956
|
-
annotations: {
|
|
46957
|
-
title: "Issue Triage",
|
|
46958
|
-
readOnlyHint: true,
|
|
46959
|
-
destructiveHint: false,
|
|
46960
|
-
idempotentHint: true,
|
|
46961
|
-
openWorldHint: true
|
|
46962
|
-
},
|
|
46963
|
-
sideEffects: [
|
|
46964
|
-
{ category: "implicit", description: "Fetches issue data from GitHub API" },
|
|
46965
|
-
{ category: "implicit", description: "Consumes rate limit quota" }
|
|
46966
|
-
]
|
|
46967
|
-
},
|
|
46968
|
-
run_graph_workflow: {
|
|
46969
|
-
annotations: {
|
|
46970
|
-
title: "Run Graph Workflow",
|
|
46971
|
-
readOnlyHint: false,
|
|
46972
|
-
destructiveHint: false,
|
|
46973
|
-
idempotentHint: false,
|
|
46974
|
-
openWorldHint: true
|
|
46975
|
-
},
|
|
46976
|
-
sideEffects: [
|
|
46977
|
-
{ category: "explicit", description: "Executes graph-based workflow with checkpointing" },
|
|
46978
|
-
{ category: "implicit", description: "Writes checkpoint files to disk" },
|
|
46979
|
-
{ category: "coupling", description: "May trigger rate limiting on model adapters" }
|
|
46980
|
-
]
|
|
46981
|
-
},
|
|
46982
|
-
execute_spec: {
|
|
46983
|
-
annotations: {
|
|
46984
|
-
title: "Execute Spec",
|
|
46985
|
-
readOnlyHint: false,
|
|
46986
|
-
destructiveHint: false,
|
|
46987
|
-
idempotentHint: false,
|
|
46988
|
-
openWorldHint: true
|
|
46989
|
-
},
|
|
46990
|
-
sideEffects: [
|
|
46991
|
-
{ category: "explicit", description: "Parses and executes markdown specification" },
|
|
46992
|
-
{ category: "implicit", description: "Consumes API tokens from configured provider" },
|
|
46993
|
-
{ category: "implicit", description: "Writes execution trace to disk" }
|
|
46994
|
-
]
|
|
46995
|
-
},
|
|
46996
|
-
registry_import: {
|
|
46997
|
-
annotations: {
|
|
46998
|
-
title: "Registry Import",
|
|
46999
|
-
readOnlyHint: false,
|
|
47000
|
-
destructiveHint: false,
|
|
47001
|
-
idempotentHint: true,
|
|
47002
|
-
openWorldHint: false
|
|
47003
|
-
},
|
|
47004
|
-
sideEffects: [{ category: "explicit", description: "Generates draft model registry entry" }]
|
|
47005
|
-
},
|
|
47006
|
-
query_trace: {
|
|
47007
|
-
annotations: {
|
|
47008
|
-
title: "Query Trace",
|
|
47009
|
-
readOnlyHint: true,
|
|
47010
|
-
destructiveHint: false,
|
|
47011
|
-
idempotentHint: true,
|
|
47012
|
-
openWorldHint: false
|
|
47013
|
-
},
|
|
47014
|
-
sideEffects: [
|
|
47015
|
-
{ category: "implicit", description: "Reads execution trace JSONL files from disk" }
|
|
47016
|
-
]
|
|
47017
|
-
},
|
|
47018
|
-
repo_analyze: {
|
|
47019
|
-
annotations: {
|
|
47020
|
-
title: "Repo Analyze",
|
|
47021
|
-
readOnlyHint: true,
|
|
47022
|
-
destructiveHint: false,
|
|
47023
|
-
idempotentHint: true,
|
|
47024
|
-
openWorldHint: true
|
|
47025
|
-
},
|
|
47026
|
-
sideEffects: [
|
|
47027
|
-
{
|
|
47028
|
-
category: "implicit",
|
|
47029
|
-
description: "Fetches repository metadata from GitHub API via gh CLI"
|
|
47030
|
-
},
|
|
47031
|
-
{ category: "implicit", description: "Consumes rate limit quota" }
|
|
47032
|
-
]
|
|
47033
|
-
},
|
|
47034
|
-
repo_security_plan: {
|
|
47035
|
-
annotations: {
|
|
47036
|
-
title: "Repo Security Plan",
|
|
47037
|
-
readOnlyHint: true,
|
|
47038
|
-
destructiveHint: false,
|
|
47039
|
-
idempotentHint: true,
|
|
47040
|
-
openWorldHint: true
|
|
47041
|
-
},
|
|
47042
|
-
sideEffects: [
|
|
47043
|
-
{
|
|
47044
|
-
category: "implicit",
|
|
47045
|
-
description: "Fetches repository metadata from GitHub API via gh CLI"
|
|
47046
|
-
},
|
|
47047
|
-
{ category: "implicit", description: "Consumes rate limit quota" }
|
|
47048
|
-
]
|
|
47049
|
-
},
|
|
47050
|
-
research_add_source: {
|
|
47051
|
-
annotations: {
|
|
47052
|
-
title: "Research Add Source",
|
|
47053
|
-
readOnlyHint: false,
|
|
47054
|
-
destructiveHint: false,
|
|
47055
|
-
idempotentHint: false,
|
|
47056
|
-
openWorldHint: true
|
|
47057
|
-
},
|
|
47058
|
-
sideEffects: [
|
|
47059
|
-
{ category: "explicit", description: "Adds a non-paper source to the research registry" },
|
|
47060
|
-
{ category: "coupling", description: "New entries affect research_discover/research_query" }
|
|
47061
|
-
]
|
|
47062
|
-
},
|
|
47063
|
-
research_synthesize: {
|
|
47064
|
-
annotations: {
|
|
47065
|
-
title: "Research Synthesize",
|
|
47066
|
-
readOnlyHint: true,
|
|
47067
|
-
destructiveHint: false,
|
|
47068
|
-
idempotentHint: true,
|
|
47069
|
-
openWorldHint: false
|
|
47070
|
-
},
|
|
47071
|
-
sideEffects: [{ category: "implicit", description: "Reads research catalog + alignment map" }]
|
|
47072
|
-
},
|
|
47073
|
-
query_task_state: {
|
|
47074
|
-
annotations: {
|
|
47075
|
-
title: "Query Task State",
|
|
47076
|
-
readOnlyHint: true,
|
|
47077
|
-
destructiveHint: false,
|
|
47078
|
-
idempotentHint: true,
|
|
47079
|
-
openWorldHint: false
|
|
47080
|
-
},
|
|
47081
|
-
sideEffects: [
|
|
47082
|
-
{ category: "implicit", description: "Reads the structured task-state log (#2278)" }
|
|
47083
|
-
]
|
|
47084
|
-
},
|
|
47085
|
-
get_job_result: {
|
|
47086
|
-
annotations: {
|
|
47087
|
-
title: "Get Job Result",
|
|
47088
|
-
readOnlyHint: true,
|
|
47089
|
-
destructiveHint: false,
|
|
47090
|
-
idempotentHint: true,
|
|
47091
|
-
openWorldHint: false
|
|
47092
|
-
},
|
|
47093
|
-
sideEffects: [
|
|
47094
|
-
{
|
|
47095
|
-
category: "implicit",
|
|
47096
|
-
description: "Reads the async-mode job-result sidecar (#3042 / epic #2631)"
|
|
47097
|
-
}
|
|
47098
|
-
]
|
|
47099
|
-
},
|
|
47100
|
-
list_jobs: {
|
|
47101
|
-
annotations: {
|
|
47102
|
-
title: "List Jobs",
|
|
47103
|
-
readOnlyHint: true,
|
|
47104
|
-
destructiveHint: false,
|
|
47105
|
-
idempotentHint: true,
|
|
47106
|
-
openWorldHint: false
|
|
47107
|
-
},
|
|
47108
|
-
sideEffects: [
|
|
47109
|
-
{
|
|
47110
|
-
category: "implicit",
|
|
47111
|
-
description: "Lists async-mode job summaries from the sidecar dir (#3046 / epic #2631 Stage 5)"
|
|
47112
|
-
}
|
|
47113
|
-
]
|
|
47114
|
-
},
|
|
47115
|
-
cancel_job: {
|
|
47116
|
-
annotations: {
|
|
47117
|
-
title: "Cancel Job",
|
|
47118
|
-
readOnlyHint: false,
|
|
47119
|
-
destructiveHint: false,
|
|
47120
|
-
idempotentHint: true,
|
|
47121
|
-
openWorldHint: false
|
|
47122
|
-
},
|
|
47123
|
-
sideEffects: [
|
|
47124
|
-
{
|
|
47125
|
-
category: "explicit",
|
|
47126
|
-
description: "Writes cancellation record to the async-mode sidecar (#3042 Stage 1b)"
|
|
47127
|
-
},
|
|
47128
|
-
{
|
|
47129
|
-
category: "coupling",
|
|
47130
|
-
description: "Triggers AbortSignal unwind in same-process dispatcher (cross-process workers must poll)"
|
|
47131
|
-
}
|
|
47132
|
-
]
|
|
47133
|
-
},
|
|
47134
|
-
verify_audit_chain: {
|
|
47135
|
-
annotations: {
|
|
47136
|
-
title: "Verify Audit Chain",
|
|
47137
|
-
readOnlyHint: true,
|
|
47138
|
-
destructiveHint: false,
|
|
47139
|
-
idempotentHint: true,
|
|
47140
|
-
openWorldHint: false
|
|
47141
|
-
},
|
|
47142
|
-
sideEffects: [
|
|
47143
|
-
{
|
|
47144
|
-
category: "implicit",
|
|
47145
|
-
description: "Reads the immutable audit log and verifies the hash chain"
|
|
47146
|
-
}
|
|
47147
|
-
]
|
|
47148
|
-
},
|
|
47149
|
-
ci_health_check: {
|
|
47150
|
-
annotations: {
|
|
47151
|
-
title: "CI Health Check",
|
|
47152
|
-
readOnlyHint: true,
|
|
47153
|
-
destructiveHint: false,
|
|
47154
|
-
idempotentHint: true,
|
|
47155
|
-
// Outbound network to githubstatus.com + GitHub API.
|
|
47156
|
-
openWorldHint: true
|
|
47157
|
-
},
|
|
47158
|
-
sideEffects: [
|
|
47159
|
-
{
|
|
47160
|
-
category: "implicit",
|
|
47161
|
-
description: "Fetches GitHub status-page + repo actions/runs to assess CI infrastructure health (#3076)"
|
|
47162
|
-
}
|
|
47163
|
-
]
|
|
47164
|
-
},
|
|
47165
|
-
extract_symbols: {
|
|
47166
|
-
annotations: {
|
|
47167
|
-
title: "Extract Symbols",
|
|
47168
|
-
readOnlyHint: true,
|
|
47169
|
-
destructiveHint: false,
|
|
47170
|
-
idempotentHint: true,
|
|
47171
|
-
openWorldHint: false
|
|
47172
|
-
},
|
|
47173
|
-
sideEffects: [{ category: "implicit", description: "Reads source files and walks their ASTs" }]
|
|
47174
|
-
},
|
|
47175
|
-
search_codebase: {
|
|
47176
|
-
annotations: {
|
|
47177
|
-
title: "Search Codebase",
|
|
47178
|
-
readOnlyHint: true,
|
|
47179
|
-
destructiveHint: false,
|
|
47180
|
-
idempotentHint: true,
|
|
47181
|
-
openWorldHint: false
|
|
47182
|
-
},
|
|
47183
|
-
sideEffects: [
|
|
47184
|
-
{
|
|
47185
|
-
category: "implicit",
|
|
47186
|
-
description: "Reads source files and builds an in-memory symbol index"
|
|
47187
|
-
}
|
|
47188
|
-
]
|
|
47189
|
-
},
|
|
47190
|
-
run_dev_pipeline: {
|
|
47191
|
-
annotations: {
|
|
47192
|
-
title: "Run Dev Pipeline",
|
|
47193
|
-
readOnlyHint: false,
|
|
47194
|
-
destructiveHint: false,
|
|
47195
|
-
idempotentHint: false,
|
|
47196
|
-
openWorldHint: true
|
|
47197
|
-
},
|
|
47198
|
-
sideEffects: [
|
|
47199
|
-
{
|
|
47200
|
-
category: "explicit",
|
|
47201
|
-
description: "Executes the V2 dev pipeline (delegates to CLI adapters)"
|
|
47202
|
-
},
|
|
47203
|
-
{
|
|
47204
|
-
category: "implicit",
|
|
47205
|
-
description: "Consumes API tokens; persists outcomes and checkpoints"
|
|
47206
|
-
},
|
|
47207
|
-
{
|
|
47208
|
-
category: "coupling",
|
|
47209
|
-
description: "Writes routing/learning state consumed by future runs"
|
|
47210
|
-
}
|
|
47211
|
-
]
|
|
47212
|
-
},
|
|
47213
|
-
run_pipeline: {
|
|
47214
|
-
annotations: {
|
|
47215
|
-
title: "Run Pipeline",
|
|
47216
|
-
readOnlyHint: false,
|
|
47217
|
-
destructiveHint: false,
|
|
47218
|
-
idempotentHint: false,
|
|
47219
|
-
openWorldHint: true
|
|
47220
|
-
},
|
|
47221
|
-
sideEffects: [
|
|
47222
|
-
{ category: "explicit", description: "Executes a generic V2 pipeline TaskContract" },
|
|
47223
|
-
{ category: "implicit", description: "Consumes API tokens; emits pipeline events" },
|
|
47224
|
-
{ category: "coupling", description: "Writes policy/audit state consumed by other tools" }
|
|
47225
|
-
]
|
|
47226
|
-
},
|
|
47227
|
-
pr_review: {
|
|
47228
|
-
annotations: {
|
|
47229
|
-
title: "PR Review",
|
|
47230
|
-
readOnlyHint: false,
|
|
47231
|
-
destructiveHint: false,
|
|
47232
|
-
idempotentHint: false,
|
|
47233
|
-
openWorldHint: true
|
|
47234
|
-
},
|
|
47235
|
-
sideEffects: [
|
|
47236
|
-
{
|
|
47237
|
-
category: "explicit",
|
|
47238
|
-
description: "Runs multi-voter PR review with verification gate (#2233)"
|
|
47239
|
-
},
|
|
47240
|
-
{ category: "implicit", description: "Consumes API tokens across voter CLIs" },
|
|
47241
|
-
{ category: "coupling", description: "Records voter outcomes for weather report" }
|
|
47242
|
-
]
|
|
47243
|
-
},
|
|
47244
|
-
supply_chain_tradeoff_panel: {
|
|
47245
|
-
annotations: {
|
|
47246
|
-
title: "Supply-chain Tradeoff Panel",
|
|
47247
|
-
readOnlyHint: false,
|
|
47248
|
-
destructiveHint: false,
|
|
47249
|
-
idempotentHint: false,
|
|
47250
|
-
openWorldHint: true
|
|
47251
|
-
},
|
|
47252
|
-
sideEffects: [
|
|
47253
|
-
{
|
|
47254
|
-
category: "explicit",
|
|
47255
|
-
description: "Runs per-axis tradeoff vote (build_time_determinism / supply_chain_risk / update_cadence) (#2294)"
|
|
47256
|
-
},
|
|
47257
|
-
{ category: "implicit", description: "Consumes API tokens across voter CLIs" },
|
|
47258
|
-
{ category: "coupling", description: "Records voter outcomes for weather report" }
|
|
47259
|
-
]
|
|
47260
|
-
}
|
|
47261
|
-
};
|
|
47262
|
-
function getMcpAnnotations(toolName) {
|
|
47263
|
-
return TOOL_ANNOTATIONS[toolName]?.annotations;
|
|
47264
|
-
}
|
|
47265
|
-
|
|
47266
46674
|
// src/mcp/tools/annotation-proxy.ts
|
|
47267
46675
|
function createAnnotationsProxy(server) {
|
|
47268
46676
|
return new Proxy(server, {
|
|
@@ -51142,4 +50550,4 @@ export {
|
|
|
51142
50550
|
detectBackend,
|
|
51143
50551
|
createTaskTracker
|
|
51144
50552
|
};
|
|
51145
|
-
//# sourceMappingURL=chunk-
|
|
50553
|
+
//# sourceMappingURL=chunk-LRM5NZ2I.js.map
|