Files
whetstone_DSL/tools/mcp/grammars/normalized_tool_schemas.json

7608 lines
219 KiB
JSON

{
"summary": {
"tool_count": 347,
"unsupported_entry_count": 1
},
"tools": {
"whetstone_add_skeleton_node": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_add_skeleton_node",
"properties": {
"automatability": {
"constraints": {
"enum": [
"deterministic",
"template",
"slm",
"llm",
"human"
]
},
"enum": [
"deterministic",
"template",
"slm",
"llm",
"human"
],
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.automatability"
},
"blockedBy": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.blockedBy.items"
},
"kind": "array",
"path": "tools.whetstone_add_skeleton_node.properties.blockedBy"
},
"contextWidth": {
"constraints": {
"enum": [
"local",
"file",
"project",
"cross-project"
]
},
"enum": [
"local",
"file",
"project",
"cross-project"
],
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.contextWidth"
},
"methods": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.methods.items"
},
"kind": "array",
"path": "tools.whetstone_add_skeleton_node.properties.methods"
},
"name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.name"
},
"nodeType": {
"constraints": {
"enum": [
"function",
"class"
]
},
"enum": [
"function",
"class"
],
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.nodeType"
},
"parameters": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.parameters.items"
},
"kind": "array",
"path": "tools.whetstone_add_skeleton_node.properties.parameters"
},
"priority": {
"constraints": {
"enum": [
"critical",
"high",
"medium",
"low"
]
},
"enum": [
"critical",
"high",
"medium",
"low"
],
"kind": "string",
"path": "tools.whetstone_add_skeleton_node.properties.priority"
}
},
"required": [
"name"
]
},
"unsupported": []
},
"whetstone_analyze_data_pipeline_semantics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_analyze_data_pipeline_semantics",
"properties": {
"pipeline_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.pipeline_id"
},
"sinks": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.sinks.items"
},
"kind": "array",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.sinks"
},
"sources": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.sources.items"
},
"kind": "array",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.sources"
},
"transforms": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.transforms.items"
},
"kind": "array",
"path": "tools.whetstone_analyze_data_pipeline_semantics.properties.transforms"
}
},
"required": [
"pipeline_id"
]
},
"unsupported": []
},
"whetstone_analyze_rust_semantics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_analyze_rust_semantics",
"properties": {
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_analyze_rust_semantics.properties.source"
},
"strict": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_analyze_rust_semantics.properties.strict"
}
},
"required": [
"source"
]
},
"unsupported": []
},
"whetstone_apply_annotation": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_apply_annotation",
"properties": {
"annotationType": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_annotation.properties.annotationType"
},
"confidence": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_apply_annotation.properties.confidence"
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_annotation.properties.nodeId"
},
"reason": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_annotation.properties.reason"
},
"strategy": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_annotation.properties.strategy"
}
},
"required": [
"annotationType",
"nodeId",
"strategy"
]
},
"unsupported": []
},
"whetstone_apply_best_practice_pack": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_apply_best_practice_pack",
"properties": {
"high_severity_findings": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_apply_best_practice_pack.properties.high_severity_findings"
},
"pack_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_best_practice_pack.properties.pack_id"
},
"target_tenant": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_best_practice_pack.properties.target_tenant"
},
"unresolved_findings": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_apply_best_practice_pack.properties.unresolved_findings"
}
},
"required": [
"pack_id"
]
},
"unsupported": []
},
"whetstone_apply_patch_packet": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_apply_patch_packet",
"properties": {
"diff": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_patch_packet.properties.diff"
},
"proposal_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_patch_packet.properties.proposal_id"
}
},
"required": [
"diff",
"proposal_id"
]
},
"unsupported": []
},
"whetstone_apply_quick_fix": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_apply_quick_fix",
"properties": {
"diagCode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_quick_fix.properties.diagCode"
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_apply_quick_fix.properties.nodeId"
}
},
"required": [
"diagCode",
"nodeId"
]
},
"unsupported": []
},
"whetstone_apply_text_ast_merge": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_apply_text_ast_merge"
},
"unsupported": []
},
"whetstone_apply_verified_pattern": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_apply_verified_pattern"
},
"unsupported": []
},
"whetstone_approve_item": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_approve_item",
"properties": {
"feedback": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_approve_item.properties.feedback"
},
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_approve_item.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_architect_intake": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_architect_intake",
"properties": {
"markdown": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_architect_intake.properties.markdown"
}
},
"required": [
"markdown"
]
},
"unsupported": []
},
"whetstone_assemble_context": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_assemble_context",
"properties": {
"files": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_assemble_context.properties.files.items",
"properties": {
"head_lines": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_assemble_context.properties.files.items.properties.head_lines"
},
"line_hint": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_assemble_context.properties.files.items.properties.line_hint"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_assemble_context.properties.files.items.properties.path"
},
"symbol": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_assemble_context.properties.files.items.properties.symbol"
}
},
"required": [
"path"
]
},
"kind": "array",
"path": "tools.whetstone_assemble_context.properties.files"
},
"max_tokens": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_assemble_context.properties.max_tokens"
}
},
"required": [
"files"
]
},
"unsupported": []
},
"whetstone_assemble_fix_context": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_assemble_fix_context",
"properties": {
"mode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_assemble_fix_context.properties.mode"
},
"slices": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_assemble_fix_context.properties.slices.items"
},
"kind": "array",
"path": "tools.whetstone_assemble_fix_context.properties.slices"
}
},
"required": [
"slices"
]
},
"unsupported": []
},
"whetstone_assign_task": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_assign_task",
"properties": {
"assignee": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_assign_task.properties.assignee"
},
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_assign_task.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_attach_multimodal_evidence": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_attach_multimodal_evidence"
},
"unsupported": []
},
"whetstone_batch_mutate": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_batch_mutate",
"properties": {
"mutations": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_batch_mutate.properties.mutations.items",
"properties": {},
"required": []
},
"kind": "array",
"path": "tools.whetstone_batch_mutate.properties.mutations"
}
},
"required": [
"mutations"
]
},
"unsupported": []
},
"whetstone_batch_query": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_batch_query",
"properties": {
"queries": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_batch_query.properties.queries.items",
"properties": {
"method": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_batch_query.properties.queries.items.properties.method"
},
"params": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_batch_query.properties.queries.items.properties.params",
"properties": {},
"required": []
}
},
"required": [
"method"
]
},
"kind": "array",
"path": "tools.whetstone_batch_query.properties.queries"
}
},
"required": [
"queries"
]
},
"unsupported": []
},
"whetstone_begin_constructive_transaction": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_begin_constructive_transaction"
},
"unsupported": []
},
"whetstone_build_debug_handoff": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_build_debug_handoff",
"properties": {
"next_actions": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_build_debug_handoff.properties.next_actions.items"
},
"kind": "array",
"path": "tools.whetstone_build_debug_handoff.properties.next_actions"
},
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_build_debug_handoff.properties.session_id"
},
"summary": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_build_debug_handoff.properties.summary"
}
},
"required": [
"session_id"
]
},
"unsupported": []
},
"whetstone_capture_distributed_failure": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_capture_distributed_failure"
},
"unsupported": []
},
"whetstone_capture_failure_packet": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_capture_failure_packet",
"properties": {
"command": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_capture_failure_packet.properties.command"
},
"cwd": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_capture_failure_packet.properties.cwd"
},
"target": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_capture_failure_packet.properties.target"
}
},
"required": [
"command"
]
},
"unsupported": []
},
"whetstone_capture_handoff_packet": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_capture_handoff_packet"
},
"unsupported": []
},
"whetstone_capture_mcp_execution_trace": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_capture_mcp_execution_trace"
},
"unsupported": []
},
"whetstone_check_runtime_freshness": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_check_runtime_freshness"
},
"unsupported": []
},
"whetstone_check_tool_compatibility": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_check_tool_compatibility"
},
"unsupported": []
},
"whetstone_classify_debug_stop_reason": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_classify_debug_stop_reason",
"properties": {
"budget_exceeded": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_classify_debug_stop_reason.properties.budget_exceeded"
},
"patch_rejected": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_classify_debug_stop_reason.properties.patch_rejected"
},
"policy_violation": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_classify_debug_stop_reason.properties.policy_violation"
},
"tests_failing": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_classify_debug_stop_reason.properties.tests_failing"
}
},
"required": []
},
"unsupported": []
},
"whetstone_close_file": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_close_file",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_close_file.properties.path"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_cluster_distributed_failures": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_cluster_distributed_failures"
},
"unsupported": []
},
"whetstone_cluster_failures": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_cluster_failures",
"properties": {
"packets": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_cluster_failures.properties.packets.items"
},
"kind": "array",
"path": "tools.whetstone_cluster_failures.properties.packets"
}
},
"required": [
"packets"
]
},
"unsupported": []
},
"whetstone_compare_constructive_replays": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_compare_constructive_replays"
},
"unsupported": []
},
"whetstone_compare_mcp_replays": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_compare_mcp_replays"
},
"unsupported": []
},
"whetstone_compare_tool_surfaces": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_compare_tool_surfaces"
},
"unsupported": []
},
"whetstone_complete_task": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_complete_task",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_complete_task.properties.itemId"
},
"result": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_complete_task.properties.result",
"properties": {
"confidence": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_complete_task.properties.result.properties.confidence"
},
"generatedCode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_complete_task.properties.result.properties.generatedCode"
},
"reasoning": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_complete_task.properties.result.properties.reasoning"
}
},
"required": []
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_configure_hivemind": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_configure_hivemind"
},
"unsupported": []
},
"whetstone_create_skeleton": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_create_skeleton",
"properties": {
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_create_skeleton.properties.language"
},
"name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_create_skeleton.properties.name"
}
},
"required": [
"language",
"name"
]
},
"unsupported": []
},
"whetstone_create_workflow": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_create_workflow",
"properties": {
"projectName": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_create_workflow.properties.projectName"
}
},
"required": [
"projectName"
]
},
"unsupported": []
},
"whetstone_debug_until_green": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_debug_until_green",
"properties": {
"apply_patches": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_debug_until_green.properties.apply_patches"
},
"command": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_debug_until_green.properties.command"
},
"context_budget": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_debug_until_green.properties.context_budget"
},
"max_iterations": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_debug_until_green.properties.max_iterations"
}
},
"required": [
"command"
]
},
"unsupported": []
},
"whetstone_derive_requirements": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_derive_requirements"
},
"unsupported": []
},
"whetstone_detect_text_ast_conflicts": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_detect_text_ast_conflicts"
},
"unsupported": []
},
"whetstone_diff_environments": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_diff_environments"
},
"unsupported": []
},
"whetstone_dry_run_patch": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_dry_run_patch",
"properties": {
"diff": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_dry_run_patch.properties.diff"
}
},
"required": [
"diff"
]
},
"unsupported": []
},
"whetstone_enqueue_pair_upgrade": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_enqueue_pair_upgrade",
"properties": {
"entry_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_enqueue_pair_upgrade.properties.entry_id"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_enqueue_pair_upgrade.properties.pair_id"
},
"priority": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_enqueue_pair_upgrade.properties.priority"
}
},
"required": [
"pair_id",
"priority"
]
},
"unsupported": []
},
"whetstone_estimate_debug_budget": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_estimate_debug_budget",
"properties": {
"complexity": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_estimate_debug_budget.properties.complexity"
},
"failing_targets": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_estimate_debug_budget.properties.failing_targets"
},
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_estimate_debug_budget.properties.profile"
}
},
"required": []
},
"unsupported": []
},
"whetstone_estimate_porting_cost": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_estimate_porting_cost",
"properties": {
"ambiguity_score": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_estimate_porting_cost.properties.ambiguity_score"
},
"lines_of_code": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_estimate_porting_cost.properties.lines_of_code"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_estimate_porting_cost.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_execute_rollout_or_rollback": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_execute_rollout_or_rollback",
"properties": {
"execute_rollback": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.execute_rollback"
},
"incident_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.incident_count"
},
"observed_rollback_minutes": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.observed_rollback_minutes"
},
"rollback_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.rollback_count"
},
"rollout_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.rollout_id"
},
"success_rate": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_execute_rollout_or_rollback.properties.success_rate"
}
},
"required": [
"rollout_id"
]
},
"unsupported": []
},
"whetstone_execute_task": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_execute_task",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_execute_task.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_explain_transpilation_decision": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_explain_transpilation_decision",
"properties": {
"policy": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_explain_transpilation_decision.properties.policy"
},
"trace_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_explain_transpilation_decision.properties.trace_id"
},
"uncertainty": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_explain_transpilation_decision.properties.uncertainty"
}
},
"required": [
"trace_id"
]
},
"unsupported": []
},
"whetstone_export_debug_campaign_bundle": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_export_debug_campaign_bundle",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_export_debug_campaign_bundle.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_export_mcp_replay_pack": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_export_mcp_replay_pack"
},
"unsupported": []
},
"whetstone_export_repro_jsonl": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_export_repro_jsonl",
"properties": {
"packets": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_export_repro_jsonl.properties.packets.items"
},
"kind": "array",
"path": "tools.whetstone_export_repro_jsonl.properties.packets"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_export_repro_jsonl.properties.path"
}
},
"required": [
"packets",
"path"
]
},
"unsupported": []
},
"whetstone_export_tool_contracts": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_export_tool_contracts"
},
"unsupported": []
},
"whetstone_export_tool_manifest": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_export_tool_manifest"
},
"unsupported": []
},
"whetstone_export_training_data": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_export_training_data",
"properties": {
"format": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_export_training_data.properties.format"
},
"languages": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_export_training_data.properties.languages.items"
},
"kind": "array",
"path": "tools.whetstone_export_training_data.properties.languages"
}
},
"required": []
},
"unsupported": []
},
"whetstone_extract_api_abi_contract": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_extract_api_abi_contract"
},
"unsupported": []
},
"whetstone_file_create": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_file_create",
"properties": {
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_create.properties.language"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_create.properties.path"
},
"template": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_create.properties.template"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_file_diff": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_file_diff",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_diff.properties.path"
}
},
"required": []
},
"unsupported": []
},
"whetstone_file_read": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_file_read",
"properties": {
"endLine": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_file_read.properties.endLine"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_read.properties.path"
},
"startLine": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_file_read.properties.startLine"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_file_write": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_file_write",
"properties": {
"content": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_write.properties.content"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_file_write.properties.path"
}
},
"required": [
"content",
"path"
]
},
"unsupported": []
},
"whetstone_generate_code": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_code",
"properties": {
"preferImports": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_generate_code.properties.preferImports"
},
"spec": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_code.properties.spec"
}
},
"required": [
"spec"
]
},
"unsupported": []
},
"whetstone_generate_cpp_from_ir": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_cpp_from_ir",
"properties": {
"ir": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_cpp_from_ir.properties.ir",
"properties": {},
"required": []
},
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_cpp_from_ir.properties.profile"
},
"projectName": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_cpp_from_ir.properties.projectName"
}
},
"required": [
"ir"
]
},
"unsupported": []
},
"whetstone_generate_debug_hints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_debug_hints",
"properties": {
"context": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_generate_debug_hints.properties.context.items"
},
"kind": "array",
"path": "tools.whetstone_generate_debug_hints.properties.context"
},
"failure_class": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_debug_hints.properties.failure_class"
}
},
"required": [
"failure_class"
]
},
"unsupported": []
},
"whetstone_generate_dispatch_table": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_dispatch_table",
"properties": {
"entries": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items",
"properties": {
"executor": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items.properties.executor"
},
"job_type": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items.properties.job_type"
},
"payload_type": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items.properties.payload_type"
},
"required_caps": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items.properties.required_caps.items"
},
"kind": "array",
"path": "tools.whetstone_generate_dispatch_table.properties.entries.items.properties.required_caps"
}
},
"required": [
"executor",
"job_type"
]
},
"kind": "array",
"path": "tools.whetstone_generate_dispatch_table.properties.entries"
}
},
"required": [
"entries"
]
},
"unsupported": []
},
"whetstone_generate_examples": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_examples",
"properties": {
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_examples.properties.language"
},
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_examples.properties.source"
}
},
"required": [
"language",
"source"
]
},
"unsupported": []
},
"whetstone_generate_inference_job": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_inference_job",
"properties": {
"bounty": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_inference_job.properties.bounty"
},
"entropy_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_generate_inference_job.properties.entropy_score"
},
"files": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_inference_job.properties.files.items"
},
"kind": "array",
"path": "tools.whetstone_generate_inference_job.properties.files"
},
"goal": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_inference_job.properties.goal"
}
},
"required": [
"entropy_score",
"files",
"goal"
]
},
"unsupported": []
},
"whetstone_generate_localized_migration_report": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_localized_migration_report",
"properties": {
"locale": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_localized_migration_report.properties.locale"
},
"report_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_localized_migration_report.properties.report_id"
},
"source_region": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_localized_migration_report.properties.source_region"
},
"target_region": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_localized_migration_report.properties.target_region"
}
},
"required": [
"report_id"
]
},
"unsupported": []
},
"whetstone_generate_patch_candidates": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_generate_patch_candidates"
},
"unsupported": []
},
"whetstone_generate_project": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_project",
"properties": {
"dependencies": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_project.properties.dependencies.items"
},
"kind": "array",
"path": "tools.whetstone_generate_project.properties.dependencies"
},
"description": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_project.properties.description"
},
"name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_project.properties.name"
}
},
"required": [
"description",
"name"
]
},
"unsupported": []
},
"whetstone_generate_safety_case": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_safety_case",
"properties": {
"case_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_generate_safety_case.properties.case_id"
},
"claim_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_generate_safety_case.properties.claim_count"
},
"evidence_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_generate_safety_case.properties.evidence_count"
}
},
"required": [
"case_id"
]
},
"unsupported": []
},
"whetstone_generate_setup_script": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_generate_setup_script"
},
"unsupported": []
},
"whetstone_generate_taskitems": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_generate_taskitems",
"properties": {
"conflicts": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_generate_taskitems.properties.conflicts.items"
},
"kind": "array",
"path": "tools.whetstone_generate_taskitems.properties.conflicts"
},
"normalizedRequirements": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_generate_taskitems.properties.normalizedRequirements.items"
},
"kind": "array",
"path": "tools.whetstone_generate_taskitems.properties.normalizedRequirements"
}
},
"required": [
"normalizedRequirements"
]
},
"unsupported": []
},
"whetstone_get_adapter_hints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_adapter_hints",
"properties": {
"features": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_adapter_hints.properties.features.items"
},
"kind": "array",
"path": "tools.whetstone_get_adapter_hints.properties.features"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_adapter_hints.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_get_api_semantics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_api_semantics",
"properties": {
"api_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_api_semantics.properties.api_id"
},
"framework": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_api_semantics.properties.framework"
},
"version": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_api_semantics.properties.version"
}
},
"required": [
"api_id"
]
},
"unsupported": []
},
"whetstone_get_artifact_trust_report": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_artifact_trust_report",
"properties": {
"artifact_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_artifact_trust_report.properties.artifact_id"
}
},
"required": [
"artifact_id"
]
},
"unsupported": []
},
"whetstone_get_ast": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_ast",
"properties": {
"compact": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_ast.properties.compact"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_ast_diff": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_ast_diff",
"properties": {
"sinceVersion": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_ast_diff.properties.sinceVersion"
}
},
"required": [
"sinceVersion"
]
},
"unsupported": []
},
"whetstone_get_ast_subtree": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_ast_subtree",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_ast_subtree.properties.nodeId"
}
},
"required": [
"nodeId"
]
},
"unsupported": []
},
"whetstone_get_authoring_mode": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_authoring_mode"
},
"unsupported": []
},
"whetstone_get_blockers": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_blockers",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_call_hierarchy": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_call_hierarchy",
"properties": {
"functionId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_call_hierarchy.properties.functionId"
}
},
"required": [
"functionId"
]
},
"unsupported": []
},
"whetstone_get_century_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_century_status"
},
"unsupported": []
},
"whetstone_get_certification_status": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_certification_status",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_certification_status.properties.pair_id"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_compliance_evidence": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_compliance_evidence",
"properties": {
"domain": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_compliance_evidence.properties.domain"
},
"observed_events": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_compliance_evidence.properties.observed_events.items"
},
"kind": "array",
"path": "tools.whetstone_get_compliance_evidence.properties.observed_events"
},
"required_events": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_compliance_evidence.properties.required_events.items"
},
"kind": "array",
"path": "tools.whetstone_get_compliance_evidence.properties.required_events"
}
},
"required": [
"domain"
]
},
"unsupported": []
},
"whetstone_get_constructive_rollout_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_constructive_rollout_status"
},
"unsupported": []
},
"whetstone_get_constructive_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_constructive_status"
},
"unsupported": []
},
"whetstone_get_cpp_constructive_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_cpp_constructive_status"
},
"unsupported": []
},
"whetstone_get_debt_inventory": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_debt_inventory"
},
"unsupported": []
},
"whetstone_get_debug_campaign_status": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_campaign_status",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_campaign_status.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_get_debug_checklist": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_checklist",
"properties": {
"failure_class": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_checklist.properties.failure_class"
},
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_checklist.properties.session_id"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_debug_constraints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_constraints",
"properties": {
"mode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_constraints.properties.mode"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_debug_evidence_index": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_evidence_index",
"properties": {
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_evidence_index.properties.session_id"
}
},
"required": [
"session_id"
]
},
"unsupported": []
},
"whetstone_get_debug_metrics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_metrics",
"properties": {
"accepted_patches": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.accepted_patches"
},
"duration_ms": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.duration_ms"
},
"iterations": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.iterations"
},
"proposed_patches": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.proposed_patches"
},
"regressions": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.regressions"
},
"root_cause_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.root_cause_count"
},
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_metrics.properties.session_id"
},
"symptom_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.symptom_count"
},
"token_cost": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.token_cost"
},
"total_runs": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_debug_metrics.properties.total_runs"
}
},
"required": [
"session_id"
]
},
"unsupported": []
},
"whetstone_get_debug_recipe": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_recipe",
"properties": {
"failure_class": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_recipe.properties.failure_class"
}
},
"required": [
"failure_class"
]
},
"unsupported": []
},
"whetstone_get_debug_trace": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_debug_trace",
"properties": {
"trace_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_debug_trace.properties.trace_id"
}
},
"required": [
"trace_id"
]
},
"unsupported": []
},
"whetstone_get_determinism_gate_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_determinism_gate_status"
},
"unsupported": []
},
"whetstone_get_determinism_risks": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_determinism_risks",
"properties": {
"cross_platform_targets": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_determinism_risks.properties.cross_platform_targets"
},
"mixed_precision": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_determinism_risks.properties.mixed_precision"
},
"uses_fast_math": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_determinism_risks.properties.uses_fast_math"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_diagnostics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_diagnostics",
"properties": {
"severity": {
"constraints": {
"enum": [
"error",
"warning",
"info",
"hint"
]
},
"enum": [
"error",
"warning",
"info",
"hint"
],
"kind": "string",
"path": "tools.whetstone_get_diagnostics.properties.severity"
},
"source": {
"constraints": {
"enum": [
"parser",
"annotation",
"strategy"
]
},
"enum": [
"parser",
"annotation",
"strategy"
],
"kind": "string",
"path": "tools.whetstone_get_diagnostics.properties.source"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_diagnostics_delta": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_diagnostics_delta",
"properties": {
"sinceVersion": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_diagnostics_delta.properties.sinceVersion"
}
},
"required": [
"sinceVersion"
]
},
"unsupported": []
},
"whetstone_get_distributed_failure_bundle": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_distributed_failure_bundle"
},
"unsupported": []
},
"whetstone_get_distributed_triage_queue": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_distributed_triage_queue"
},
"unsupported": []
},
"whetstone_get_environment": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_environment",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_epoch_block_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_epoch_block_status"
},
"unsupported": []
},
"whetstone_get_epoch_workstreams": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_epoch_workstreams"
},
"unsupported": []
},
"whetstone_get_event_stream": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_event_stream",
"properties": {
"sinceVersion": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_event_stream.properties.sinceVersion"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_execution_attestation": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_execution_attestation"
},
"unsupported": []
},
"whetstone_get_failure_trends": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_failure_trends",
"properties": {
"limit": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_failure_trends.properties.limit"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_failure_trends.properties.pair_id"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_federated_verification_report": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_federated_verification_report",
"properties": {
"bundle_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_federated_verification_report.properties.bundle_id"
},
"confidence_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_federated_verification_report.properties.confidence_score"
},
"evidence_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_federated_verification_report.properties.evidence_count"
},
"verifier_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_federated_verification_report.properties.verifier_count"
}
},
"required": [
"bundle_id"
]
},
"unsupported": []
},
"whetstone_get_governance_state": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_governance_state",
"properties": {
"refresh_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_governance_state.properties.refresh_id"
}
},
"required": [
"refresh_id"
]
},
"unsupported": []
},
"whetstone_get_hybrid_language_readiness": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_hybrid_language_readiness"
},
"unsupported": []
},
"whetstone_get_hybrid_qualification_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_hybrid_qualification_status"
},
"unsupported": []
},
"whetstone_get_hybrid_rollout_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_hybrid_rollout_status"
},
"unsupported": []
},
"whetstone_get_language_contract": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_language_contract"
},
"unsupported": []
},
"whetstone_get_language_matrix": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_language_matrix",
"properties": {
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_language_matrix.properties.language"
},
"strict": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_language_matrix.properties.strict"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_learning_progress": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_learning_progress",
"properties": {
"baseline": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_learning_progress.properties.baseline"
},
"current": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_learning_progress.properties.current"
},
"learner_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_learning_progress.properties.learner_id"
}
},
"required": [
"learner_id"
]
},
"unsupported": []
},
"whetstone_get_lowering_hints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_lowering_hints",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_lowering_hints.properties.nodeId"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_lts_support_matrix": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_lts_support_matrix",
"properties": {
"cert_pass_rate": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_lts_support_matrix.properties.cert_pass_rate"
},
"governance_compliant": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_lts_support_matrix.properties.governance_compliant"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_lts_support_matrix.properties.pair_id"
},
"regression_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_lts_support_matrix.properties.regression_count"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_get_mcp_closure_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_mcp_closure_status"
},
"unsupported": []
},
"whetstone_get_mcp_remediation_plan": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_mcp_remediation_plan"
},
"unsupported": []
},
"whetstone_get_metrics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_metrics",
"properties": {
"baseline": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_metrics.properties.baseline",
"properties": {},
"required": []
},
"baseline_quality": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_metrics.properties.baseline_quality"
},
"quality_rating": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_metrics.properties.quality_rating"
},
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_metrics.properties.session_id"
}
},
"required": [
"session_id"
]
},
"unsupported": []
},
"whetstone_get_mode_capabilities": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_mode_capabilities"
},
"unsupported": []
},
"whetstone_get_numerical_risk_report": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_numerical_risk_report",
"properties": {
"mixed_precision": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_numerical_risk_report.properties.mixed_precision"
},
"non_deterministic_math": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_numerical_risk_report.properties.non_deterministic_math"
},
"unstable_reduction": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_numerical_risk_report.properties.unstable_reduction"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_pair_scorecard": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_pair_scorecard",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_pair_scorecard.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_get_pair_stability_forecast": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_pair_stability_forecast",
"properties": {
"horizon_days": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_pair_stability_forecast.properties.horizon_days"
},
"instability_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_pair_stability_forecast.properties.instability_score"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_pair_stability_forecast.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_get_polyglot_cutover_readiness": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_polyglot_cutover_readiness"
},
"unsupported": []
},
"whetstone_get_portfolio_economics": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_portfolio_economics"
},
"unsupported": []
},
"whetstone_get_porting_contract": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_porting_contract",
"properties": {
"overrides": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_porting_contract.properties.overrides",
"properties": {},
"required": []
},
"sourceLanguage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_porting_contract.properties.sourceLanguage"
},
"targetLanguage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_porting_contract.properties.targetLanguage"
}
},
"required": [
"sourceLanguage",
"targetLanguage"
]
},
"unsupported": []
},
"whetstone_get_program_kpis": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_program_kpis",
"properties": {
"kpi_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_program_kpis.properties.kpi_id"
}
},
"required": [
"kpi_id"
]
},
"unsupported": []
},
"whetstone_get_progress": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_progress",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_project_diagnostics": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_project_diagnostics",
"properties": {
"fileGlob": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_project_diagnostics.properties.fileGlob"
},
"severity": {
"constraints": {
"enum": [
"error",
"warning",
"info",
"hint"
]
},
"enum": [
"error",
"warning",
"info",
"hint"
],
"kind": "string",
"path": "tools.whetstone_get_project_diagnostics.properties.severity"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_project_model": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_project_model",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_quick_fixes": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_quick_fixes",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_quick_fixes.properties.nodeId"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_ready_tasks": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_ready_tasks",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_realtime_constraints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_realtime_constraints",
"properties": {
"deadline_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_get_realtime_constraints.properties.deadline_ms"
},
"jitter_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_get_realtime_constraints.properties.jitter_ms"
},
"period_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_get_realtime_constraints.properties.period_ms"
},
"target_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_realtime_constraints.properties.target_id"
}
},
"required": [
"target_id"
]
},
"unsupported": []
},
"whetstone_get_recent_events": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_recent_events",
"properties": {
"count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_recent_events.properties.count"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_recovery_advice": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_recovery_advice",
"properties": {
"stop_reason": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_recovery_advice.properties.stop_reason"
}
},
"required": [
"stop_reason"
]
},
"unsupported": []
},
"whetstone_get_recovery_readiness": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_recovery_readiness"
},
"unsupported": []
},
"whetstone_get_reference_conformance_report": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_reference_conformance_report",
"properties": {
"manifest_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_reference_conformance_report.properties.manifest_id"
},
"vendor_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_reference_conformance_report.properties.vendor_id"
}
},
"required": [
"vendor_id"
]
},
"unsupported": []
},
"whetstone_get_regeneration_decisions": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_regeneration_decisions"
},
"unsupported": []
},
"whetstone_get_region_policy_profile": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_region_policy_profile",
"properties": {
"base_policy": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_region_policy_profile.properties.base_policy"
},
"region": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_region_policy_profile.properties.region"
}
},
"required": [
"region"
]
},
"unsupported": []
},
"whetstone_get_related_migration_patterns": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_related_migration_patterns"
},
"unsupported": []
},
"whetstone_get_residual_risks": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_residual_risks",
"properties": {
"high_risks": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_residual_risks.properties.high_risks"
},
"medium_risks": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_residual_risks.properties.medium_risks"
},
"model_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_residual_risks.properties.model_id"
}
},
"required": [
"model_id"
]
},
"unsupported": []
},
"whetstone_get_review_context": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_review_context",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_review_context.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_get_review_load_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_review_load_status"
},
"unsupported": []
},
"whetstone_get_review_policy": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_review_policy",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_review_queue": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_review_queue",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_get_route_integrity": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_route_integrity"
},
"unsupported": []
},
"whetstone_get_routing_explanation": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_routing_explanation",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_routing_explanation.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_get_runtime_assumptions": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_runtime_assumptions",
"properties": {
"patterns": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_runtime_assumptions.properties.patterns.items"
},
"kind": "array",
"path": "tools.whetstone_get_runtime_assumptions.properties.patterns"
},
"runtime_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_runtime_assumptions.properties.runtime_id"
}
},
"required": [
"runtime_id"
]
},
"unsupported": []
},
"whetstone_get_runtime_fingerprint": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_runtime_fingerprint"
},
"unsupported": []
},
"whetstone_get_safety_profile_requirements": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_safety_profile_requirements"
},
"unsupported": []
},
"whetstone_get_scope": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_scope",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_scope.properties.nodeId"
}
},
"required": [
"nodeId"
]
},
"unsupported": []
},
"whetstone_get_semantic_annotations": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_semantic_annotations",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_semantic_annotations.properties.nodeId"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_semantic_diff": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_semantic_diff",
"properties": {
"added": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_semantic_diff.properties.added"
},
"diff_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_semantic_diff.properties.diff_id"
},
"modified": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_semantic_diff.properties.modified"
},
"removed": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_semantic_diff.properties.removed"
}
},
"required": [
"diff_id"
]
},
"unsupported": []
},
"whetstone_get_semantic_hash_lock": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_semantic_hash_lock",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_semantic_hash_lock.properties.nodeId"
}
},
"required": [
"nodeId"
]
},
"unsupported": []
},
"whetstone_get_semantic_hash_table": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_semantic_hash_table",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_semantic_hash_table.properties.path"
},
"refresh": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_semantic_hash_table.properties.refresh"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_session_state": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_session_state"
},
"unsupported": []
},
"whetstone_get_slm_debug_readiness": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_slm_debug_readiness",
"properties": {
"metrics": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_slm_debug_readiness.properties.metrics",
"properties": {},
"required": []
}
},
"required": [
"metrics"
]
},
"unsupported": []
},
"whetstone_get_spec_versions": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_spec_versions",
"properties": {
"requested_version": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_spec_versions.properties.requested_version"
},
"spec_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_spec_versions.properties.spec_id"
}
},
"required": [
"spec_id"
]
},
"unsupported": []
},
"whetstone_get_swarm_maintenance_status": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_swarm_maintenance_status"
},
"unsupported": []
},
"whetstone_get_sync_diagnostics": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_sync_diagnostics"
},
"unsupported": []
},
"whetstone_get_sync_identity_report": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_sync_identity_report"
},
"unsupported": []
},
"whetstone_get_tenant_support_matrix": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_tenant_support_matrix",
"properties": {
"tenant_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_tenant_support_matrix.properties.tenant_id"
}
},
"required": [
"tenant_id"
]
},
"unsupported": []
},
"whetstone_get_tool_deprecations": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_tool_deprecations"
},
"unsupported": []
},
"whetstone_get_tool_permissions": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_get_tool_permissions"
},
"unsupported": []
},
"whetstone_get_top_adapter_gaps": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_top_adapter_gaps",
"properties": {
"tier": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_top_adapter_gaps.properties.tier"
},
"top_n": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_top_adapter_gaps.properties.top_n"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_transpilation_slo_status": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_transpilation_slo_status",
"properties": {
"availability": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_get_transpilation_slo_status.properties.availability"
},
"latency_p95_ms": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_transpilation_slo_status.properties.latency_p95_ms"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_transpilation_slo_status.properties.pair_id"
},
"quality": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_get_transpilation_slo_status.properties.quality"
},
"repeated_breach": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_get_transpilation_slo_status.properties.repeated_breach"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_get_transpile_support_matrix": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_transpile_support_matrix",
"properties": {
"tier": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_transpile_support_matrix.properties.tier"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_unannotated_nodes": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_unannotated_nodes",
"properties": {
"type": {
"constraints": {
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
]
},
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
],
"kind": "string",
"path": "tools.whetstone_get_unannotated_nodes.properties.type"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_upgrade_queue": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_upgrade_queue",
"properties": {
"limit": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_get_upgrade_queue.properties.limit"
}
},
"required": []
},
"unsupported": []
},
"whetstone_get_work_item": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_work_item",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_get_work_item.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_get_workflow_state": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_get_workflow_state",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_index_workspace": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_index_workspace",
"properties": {
"root": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_index_workspace.properties.root"
}
},
"required": []
},
"unsupported": []
},
"whetstone_infer_annotations": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_infer_annotations",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_ingest_legacy_to_ir": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_ingest_legacy_to_ir",
"properties": {
"api": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_ingest_legacy_to_ir.properties.api"
},
"files": {
"kind": "any",
"path": "tools.whetstone_ingest_legacy_to_ir.properties.files"
},
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_ingest_legacy_to_ir.properties.source"
}
},
"required": [
"source"
]
},
"unsupported": [
{
"path": "tools.whetstone_ingest_legacy_to_ir.properties.files",
"reason": "non_object_schema_node"
}
]
},
"whetstone_install_or_disable_plugin": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_install_or_disable_plugin",
"properties": {
"action": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_install_or_disable_plugin.properties.action"
},
"certified": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_install_or_disable_plugin.properties.certified"
},
"plugin_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_install_or_disable_plugin.properties.plugin_id"
},
"signed": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_install_or_disable_plugin.properties.signed"
}
},
"required": [
"plugin_id"
]
},
"unsupported": []
},
"whetstone_label_patch_risk": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_label_patch_risk",
"properties": {
"adds_unsafe_pattern": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_label_patch_risk.properties.adds_unsafe_pattern"
},
"core_path_touched": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_label_patch_risk.properties.core_path_touched"
},
"files_touched": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_label_patch_risk.properties.files_touched"
},
"line_changes": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_label_patch_risk.properties.line_changes"
}
},
"required": []
},
"unsupported": []
},
"whetstone_list_annotated_files": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_annotated_files",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_list_best_practice_packs": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_best_practice_packs",
"properties": {
"domain": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_list_best_practice_packs.properties.domain"
},
"include_quarantined": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_list_best_practice_packs.properties.include_quarantined"
}
},
"required": [
"domain"
]
},
"unsupported": []
},
"whetstone_list_buffers": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_buffers",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_list_campaign_checkpoints": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_campaign_checkpoints",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_list_campaign_checkpoints.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_list_distributed_failures": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_distributed_failures"
},
"unsupported": []
},
"whetstone_list_handoff_divergences": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_handoff_divergences"
},
"unsupported": []
},
"whetstone_list_hybrid_language_profiles": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_hybrid_language_profiles"
},
"unsupported": []
},
"whetstone_list_language_capabilities": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_language_capabilities"
},
"unsupported": []
},
"whetstone_list_mcp_runtimes": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_mcp_runtimes"
},
"unsupported": []
},
"whetstone_list_migration_templates": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_migration_templates"
},
"unsupported": []
},
"whetstone_list_plugins": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_plugins",
"properties": {
"include_disabled": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_list_plugins.properties.include_disabled"
}
},
"required": []
},
"unsupported": []
},
"whetstone_list_semantic_hash_tables": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_list_semantic_hash_tables",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_list_toolchain_providers": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_toolchain_providers"
},
"unsupported": []
},
"whetstone_list_verified_patterns": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_list_verified_patterns"
},
"unsupported": []
},
"whetstone_load_annotated_ast": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_load_annotated_ast",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_load_annotated_ast.properties.path"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_mark_debug_checklist_item": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_mark_debug_checklist_item",
"properties": {
"done": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_mark_debug_checklist_item.properties.done"
},
"index": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_mark_debug_checklist_item.properties.index"
},
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mark_debug_checklist_item.properties.session_id"
}
},
"required": [
"index",
"session_id"
]
},
"unsupported": []
},
"whetstone_marketplace_search": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_marketplace_search",
"properties": {
"catalog_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_marketplace_search.properties.catalog_id"
},
"tenant_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_marketplace_search.properties.tenant_id"
}
},
"required": [
"catalog_id"
]
},
"unsupported": []
},
"whetstone_mutate": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_mutate",
"properties": {
"node": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_mutate.properties.node",
"properties": {},
"required": []
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mutate.properties.nodeId"
},
"parentId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mutate.properties.parentId"
},
"property": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mutate.properties.property"
},
"role": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mutate.properties.role"
},
"type": {
"constraints": {
"enum": [
"setProperty",
"updateNode",
"deleteNode",
"insertNode"
]
},
"enum": [
"setProperty",
"updateNode",
"deleteNode",
"insertNode"
],
"kind": "string",
"path": "tools.whetstone_mutate.properties.type"
},
"value": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_mutate.properties.value"
}
},
"required": [
"type"
]
},
"unsupported": []
},
"whetstone_normalize_diagnostics": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_normalize_diagnostics"
},
"unsupported": []
},
"whetstone_onboard_workspace": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_onboard_workspace",
"properties": {
"maxFiles": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_onboard_workspace.properties.maxFiles"
},
"root": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_onboard_workspace.properties.root"
}
},
"required": []
},
"unsupported": []
},
"whetstone_open_file": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_open_file",
"properties": {
"content": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_open_file.properties.content"
},
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_open_file.properties.language"
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_open_file.properties.path"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_optimize_review_queue": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_optimize_review_queue"
},
"unsupported": []
},
"whetstone_orchestrate_advance": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_orchestrate_advance",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_orchestrate_run_deterministic": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_orchestrate_run_deterministic",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_orchestrate_step": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_orchestrate_step",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_parse_build_output": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_parse_build_output"
},
"unsupported": []
},
"whetstone_parse_test_output": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_parse_test_output"
},
"unsupported": []
},
"whetstone_plan_budget_allocation": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_plan_budget_allocation"
},
"unsupported": []
},
"whetstone_plan_debt_burndown": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_plan_debt_burndown"
},
"unsupported": []
},
"whetstone_plan_deprecation_or_upgrade": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_plan_deprecation_or_upgrade",
"properties": {
"obsolete": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_plan_deprecation_or_upgrade.properties.obsolete"
},
"open_high_risks": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_plan_deprecation_or_upgrade.properties.open_high_risks"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_deprecation_or_upgrade.properties.pair_id"
},
"unstable": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_plan_deprecation_or_upgrade.properties.unstable"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_plan_migration_path": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_plan_migration_path",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_migration_path.properties.pair_id"
},
"risk_score": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_plan_migration_path.properties.risk_score"
},
"source_runtime": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_migration_path.properties.source_runtime"
},
"target_runtime": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_migration_path.properties.target_runtime"
}
},
"required": [
"pair_id",
"source_runtime",
"target_runtime"
]
},
"unsupported": []
},
"whetstone_plan_polyglot_migration": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_plan_polyglot_migration"
},
"unsupported": []
},
"whetstone_plan_preventive_maintenance": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_plan_preventive_maintenance",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_preventive_maintenance.properties.pair_id"
},
"risk_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_plan_preventive_maintenance.properties.risk_score"
},
"trigger_met": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_plan_preventive_maintenance.properties.trigger_met"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_plan_rollout_stage": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_plan_rollout_stage",
"properties": {
"criticality": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_rollout_stage.properties.criticality"
},
"impacted_users_pct": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_plan_rollout_stage.properties.impacted_users_pct"
},
"provided_approvals": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_rollout_stage.properties.provided_approvals.items"
},
"kind": "array",
"path": "tools.whetstone_plan_rollout_stage.properties.provided_approvals"
},
"rollout_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_rollout_stage.properties.rollout_id"
},
"stage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_rollout_stage.properties.stage"
}
},
"required": [
"rollout_id"
]
},
"unsupported": []
},
"whetstone_plan_swarm_maintenance": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_plan_swarm_maintenance"
},
"unsupported": []
},
"whetstone_plan_tool_migrations": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_plan_tool_migrations"
},
"unsupported": []
},
"whetstone_plan_transpilation_run": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_plan_transpilation_run",
"properties": {
"ambiguity_score": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_plan_transpilation_run.properties.ambiguity_score"
},
"budget_limit": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_plan_transpilation_run.properties.budget_limit"
},
"lines_of_code": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_plan_transpilation_run.properties.lines_of_code"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_plan_transpilation_run.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_poll_iteration_job": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_poll_iteration_job"
},
"unsupported": []
},
"whetstone_preview_regenerated_diff": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_preview_regenerated_diff"
},
"unsupported": []
},
"whetstone_preview_text_ast_merge": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_preview_text_ast_merge"
},
"unsupported": []
},
"whetstone_probe_mcp_runtime_health": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_probe_mcp_runtime_health"
},
"unsupported": []
},
"whetstone_probe_tool_reachability": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_probe_tool_reachability"
},
"unsupported": []
},
"whetstone_probe_toolchain_provider": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_probe_toolchain_provider"
},
"unsupported": []
},
"whetstone_project_language": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_project_language",
"properties": {
"targetLanguage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_project_language.properties.targetLanguage"
}
},
"required": [
"targetLanguage"
]
},
"unsupported": []
},
"whetstone_propose_adapter_improvements": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_propose_adapter_improvements",
"properties": {
"failure_trends": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_propose_adapter_improvements.properties.failure_trends.items"
},
"kind": "array",
"path": "tools.whetstone_propose_adapter_improvements.properties.failure_trends"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_propose_adapter_improvements.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_propose_patch_for_failure": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_propose_patch_for_failure",
"properties": {
"cluster": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_propose_patch_for_failure.properties.cluster",
"properties": {},
"required": []
},
"context": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_propose_patch_for_failure.properties.context",
"properties": {},
"required": []
},
"test_target": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_propose_patch_for_failure.properties.test_target"
}
},
"required": [
"cluster",
"context"
]
},
"unsupported": []
},
"whetstone_propose_policy_tuning": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_propose_policy_tuning"
},
"unsupported": []
},
"whetstone_publish_next_block_plan": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_publish_next_block_plan"
},
"unsupported": []
},
"whetstone_publish_next_epoch_plan": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_publish_next_epoch_plan"
},
"unsupported": []
},
"whetstone_publish_roadmap_epoch": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_publish_roadmap_epoch",
"properties": {
"epoch": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_publish_roadmap_epoch.properties.epoch"
},
"plan_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_publish_roadmap_epoch.properties.plan_id"
}
},
"required": [
"epoch"
]
},
"unsupported": []
},
"whetstone_query_transpile_graph": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_query_transpile_graph"
},
"unsupported": []
},
"whetstone_queue_ready": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_queue_ready",
"properties": {
"normalizedRequirements": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_queue_ready.properties.normalizedRequirements.items"
},
"kind": "array",
"path": "tools.whetstone_queue_ready.properties.normalizedRequirements"
},
"tasks": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_queue_ready.properties.tasks.items"
},
"kind": "array",
"path": "tools.whetstone_queue_ready.properties.tasks"
}
},
"required": [
"tasks"
]
},
"unsupported": []
},
"whetstone_rank_failure_triage_actions": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_rank_failure_triage_actions"
},
"unsupported": []
},
"whetstone_record_attempt": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_record_attempt"
},
"unsupported": []
},
"whetstone_record_debug_trace": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_record_debug_trace",
"properties": {
"action": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_record_debug_trace.properties.action"
},
"index": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_record_debug_trace.properties.index"
},
"status": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_record_debug_trace.properties.status"
},
"trace_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_record_debug_trace.properties.trace_id"
}
},
"required": [
"action",
"index",
"status",
"trace_id"
]
},
"unsupported": []
},
"whetstone_redo": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_redo",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_reduce_repro_command": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_reduce_repro_command",
"properties": {
"command": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_reduce_repro_command.properties.command"
},
"removable_flags": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_reduce_repro_command.properties.removable_flags.items"
},
"kind": "array",
"path": "tools.whetstone_reduce_repro_command.properties.removable_flags"
}
},
"required": [
"command"
]
},
"unsupported": []
},
"whetstone_regenerate_text_from_ast": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_regenerate_text_from_ast"
},
"unsupported": []
},
"whetstone_register_external_verifier": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_register_external_verifier",
"properties": {
"base_trust": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_register_external_verifier.properties.base_trust"
},
"provider": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_register_external_verifier.properties.provider"
},
"recency_weight": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_register_external_verifier.properties.recency_weight"
},
"reliability_weight": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_register_external_verifier.properties.reliability_weight"
},
"verifier_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_register_external_verifier.properties.verifier_id"
}
},
"required": [
"verifier_id"
]
},
"unsupported": []
},
"whetstone_regression_guard": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_regression_guard",
"properties": {
"failing_target": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_regression_guard.properties.failing_target"
},
"step_id": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_regression_guard.properties.step_id"
},
"touched_files": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_regression_guard.properties.touched_files.items"
},
"kind": "array",
"path": "tools.whetstone_regression_guard.properties.touched_files"
}
},
"required": [
"step_id"
]
},
"unsupported": []
},
"whetstone_reject_item": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_reject_item",
"properties": {
"feedback": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_reject_item.properties.feedback"
},
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_reject_item.properties.itemId"
}
},
"required": [
"feedback",
"itemId"
]
},
"unsupported": []
},
"whetstone_reject_task": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_reject_task",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_reject_task.properties.itemId"
},
"reason": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_reject_task.properties.reason"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_remove_semantic_annotation": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_remove_semantic_annotation",
"properties": {
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_remove_semantic_annotation.properties.nodeId"
},
"type": {
"constraints": {
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
]
},
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
],
"kind": "string",
"path": "tools.whetstone_remove_semantic_annotation.properties.type"
}
},
"required": [
"nodeId",
"type"
]
},
"unsupported": []
},
"whetstone_rename_symbol": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_rename_symbol",
"properties": {
"newName": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_rename_symbol.properties.newName"
},
"oldName": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_rename_symbol.properties.oldName"
},
"preview": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_rename_symbol.properties.preview"
}
},
"required": [
"newName",
"oldName"
]
},
"unsupported": []
},
"whetstone_replay_hybrid_session": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_replay_hybrid_session"
},
"unsupported": []
},
"whetstone_replay_repro_packet": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_replay_repro_packet",
"properties": {
"current_packet": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_replay_repro_packet.properties.current_packet",
"properties": {},
"required": []
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_replay_repro_packet.properties.path"
}
},
"required": [
"current_packet",
"path"
]
},
"unsupported": []
},
"whetstone_restore_hybrid_checkpoint": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_restore_hybrid_checkpoint"
},
"unsupported": []
},
"whetstone_resume_constructive_transaction": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_resume_constructive_transaction"
},
"unsupported": []
},
"whetstone_resume_debug_campaign": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_resume_debug_campaign",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_resume_debug_campaign.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_review_porting_decision": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_review_porting_decision",
"properties": {
"decision": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.decision"
},
"issue_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.issue_id"
},
"policy_pack": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.policy_pack"
},
"rationale": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.rationale"
},
"reviewer": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.reviewer"
},
"waiver_scope": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_review_porting_decision.properties.waiver_scope"
}
},
"required": [
"decision",
"issue_id",
"rationale",
"reviewer"
]
},
"unsupported": []
},
"whetstone_rollback_constructive_transaction": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_rollback_constructive_transaction"
},
"unsupported": []
},
"whetstone_rollback_last_patch": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_rollback_last_patch",
"properties": {
"ledger_path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_rollback_last_patch.properties.ledger_path"
}
},
"required": []
},
"unsupported": []
},
"whetstone_route_all_ready": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_route_all_ready",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_route_task": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_route_task",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_route_task.properties.itemId"
}
},
"required": [
"itemId"
]
},
"unsupported": []
},
"whetstone_run_bisect_debug": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_bisect_debug",
"properties": {
"proposal_ids": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_bisect_debug.properties.proposal_ids.items"
},
"kind": "array",
"path": "tools.whetstone_run_bisect_debug.properties.proposal_ids"
}
},
"required": [
"proposal_ids"
]
},
"unsupported": []
},
"whetstone_run_build_iteration": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_build_iteration"
},
"unsupported": []
},
"whetstone_run_certification_cycle": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_certification_cycle",
"properties": {
"cycle_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_certification_cycle.properties.cycle_id"
},
"pairs": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_certification_cycle.properties.pairs.items"
},
"kind": "array",
"path": "tools.whetstone_run_certification_cycle.properties.pairs"
},
"strategy": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_certification_cycle.properties.strategy"
}
},
"required": [
"cycle_id"
]
},
"unsupported": []
},
"whetstone_run_constructive_ga_gate": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_constructive_ga_gate"
},
"unsupported": []
},
"whetstone_run_constructive_loop": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_constructive_loop"
},
"unsupported": []
},
"whetstone_run_constructive_replay_suite": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_constructive_replay_suite"
},
"unsupported": []
},
"whetstone_run_constructive_step": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_constructive_step"
},
"unsupported": []
},
"whetstone_run_continuity_drill": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_continuity_drill"
},
"unsupported": []
},
"whetstone_run_cpp_constructive_loop": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_cpp_constructive_loop"
},
"unsupported": []
},
"whetstone_run_cpp_constructive_step": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_cpp_constructive_step"
},
"unsupported": []
},
"whetstone_run_feedback_loop": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_feedback_loop"
},
"unsupported": []
},
"whetstone_run_hybrid_determinism_suite": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_hybrid_determinism_suite"
},
"unsupported": []
},
"whetstone_run_hybrid_ga_gate": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_hybrid_ga_gate"
},
"unsupported": []
},
"whetstone_run_hybrid_performance_bench": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_hybrid_performance_bench"
},
"unsupported": []
},
"whetstone_run_improvement_trial": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_improvement_trial",
"properties": {
"human_approved": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_run_improvement_trial.properties.human_approved"
},
"proposal_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_improvement_trial.properties.proposal_id"
},
"seed": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_improvement_trial.properties.seed"
},
"stable_path": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_run_improvement_trial.properties.stable_path"
}
},
"required": [
"proposal_id"
]
},
"unsupported": []
},
"whetstone_run_interop_testbed": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_interop_testbed",
"properties": {
"manifest_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_interop_testbed.properties.manifest_id"
},
"vendor_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_interop_testbed.properties.vendor_id"
}
},
"required": [
"manifest_id"
]
},
"unsupported": []
},
"whetstone_run_mcp_closure_gate": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_mcp_closure_gate"
},
"unsupported": []
},
"whetstone_run_meta_evaluation": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_meta_evaluation",
"properties": {
"evaluation_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_meta_evaluation.properties.evaluation_id"
},
"team_a_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_meta_evaluation.properties.team_a_score"
},
"team_b_score": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_meta_evaluation.properties.team_b_score"
}
},
"required": [
"evaluation_id"
]
},
"unsupported": []
},
"whetstone_run_pair_benchmark": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_pair_benchmark",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_pair_benchmark.properties.pair_id"
},
"seed": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_pair_benchmark.properties.seed"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_run_pipeline": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_pipeline",
"properties": {
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_pipeline.properties.source"
},
"sourceLanguage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_pipeline.properties.sourceLanguage"
},
"targetLanguage": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_pipeline.properties.targetLanguage"
}
},
"required": [
"source",
"sourceLanguage",
"targetLanguage"
]
},
"unsupported": []
},
"whetstone_run_porting_gates": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_porting_gates",
"properties": {
"benchmarks": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_porting_gates.properties.benchmarks.items"
},
"kind": "array",
"path": "tools.whetstone_run_porting_gates.properties.benchmarks"
},
"dependencies": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_porting_gates.properties.dependencies.items"
},
"kind": "array",
"path": "tools.whetstone_run_porting_gates.properties.dependencies"
},
"sanitizer": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_porting_gates.properties.sanitizer",
"properties": {},
"required": []
},
"security_findings": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_porting_gates.properties.security_findings.items"
},
"kind": "array",
"path": "tools.whetstone_run_porting_gates.properties.security_findings"
},
"thresholds": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_porting_gates.properties.thresholds",
"properties": {},
"required": []
},
"waivers": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_porting_gates.properties.waivers",
"properties": {},
"required": []
}
},
"required": []
},
"unsupported": []
},
"whetstone_run_spec_conformance": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_run_spec_conformance",
"properties": {
"failed": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_spec_conformance.properties.failed"
},
"suite_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_run_spec_conformance.properties.suite_id"
},
"test_count": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_run_spec_conformance.properties.test_count"
}
},
"required": [
"suite_id"
]
},
"unsupported": []
},
"whetstone_run_test_iteration": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_run_test_iteration"
},
"unsupported": []
},
"whetstone_save_all_buffers": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_all_buffers",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_save_annotated_ast": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_annotated_ast",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_annotated_ast.properties.path"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_save_buffer": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_buffer",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_buffer.properties.path"
}
},
"required": []
},
"unsupported": []
},
"whetstone_save_campaign_checkpoint": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_campaign_checkpoint",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_campaign_checkpoint.properties.campaign_id"
},
"notes": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_campaign_checkpoint.properties.notes"
},
"sequence": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_save_campaign_checkpoint.properties.sequence"
}
},
"required": [
"campaign_id",
"sequence"
]
},
"unsupported": []
},
"whetstone_save_hybrid_checkpoint": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_save_hybrid_checkpoint"
},
"unsupported": []
},
"whetstone_save_repro_packet": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_repro_packet",
"properties": {
"packet": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_repro_packet.properties.packet",
"properties": {},
"required": []
},
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_repro_packet.properties.path"
}
},
"required": [
"packet",
"path"
]
},
"unsupported": []
},
"whetstone_save_semantic_hash_table": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_semantic_hash_table",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_save_semantic_hash_table.properties.path"
}
},
"required": []
},
"unsupported": []
},
"whetstone_save_workflow": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_save_workflow",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_schema_to_cpp": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_schema_to_cpp",
"properties": {
"header_name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_schema_to_cpp.properties.header_name"
},
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_schema_to_cpp.properties.schema",
"properties": {},
"required": []
},
"target_name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_schema_to_cpp.properties.target_name"
}
},
"required": [
"header_name",
"schema",
"target_name"
]
},
"unsupported": []
},
"whetstone_score_failure_triage": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_score_failure_triage",
"properties": {
"blast_radius": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_score_failure_triage.properties.blast_radius"
},
"failure_class": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_score_failure_triage.properties.failure_class"
},
"reproducibility": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_score_failure_triage.properties.reproducibility"
},
"severity": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_score_failure_triage.properties.severity"
}
},
"required": [
"failure_class"
]
},
"unsupported": []
},
"whetstone_search_project": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_search_project",
"properties": {
"name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_search_project.properties.name"
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_search_project.properties.nodeId"
}
},
"required": []
},
"unsupported": []
},
"whetstone_select_mcp_runtime": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_select_mcp_runtime"
},
"unsupported": []
},
"whetstone_set_active_buffer": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_active_buffer",
"properties": {
"path": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_active_buffer.properties.path"
}
},
"required": [
"path"
]
},
"unsupported": []
},
"whetstone_set_authoring_mode": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_authoring_mode"
},
"unsupported": []
},
"whetstone_set_environment": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_environment",
"properties": {
"capabilities": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_environment.properties.capabilities.items"
},
"kind": "array",
"path": "tools.whetstone_set_environment.properties.capabilities"
},
"constraints": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_environment.properties.constraints.items"
},
"kind": "array",
"path": "tools.whetstone_set_environment.properties.constraints"
},
"envId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_environment.properties.envId"
},
"exceptions": {
"constraints": {
"enum": [
"unwind",
"checked",
"typed",
"untyped"
]
},
"enum": [
"unwind",
"checked",
"typed",
"untyped"
],
"kind": "string",
"path": "tools.whetstone_set_environment.properties.exceptions"
},
"ffi": {
"constraints": {
"enum": [
"c_abi",
"dynamic_linking",
"none"
]
},
"enum": [
"c_abi",
"dynamic_linking",
"none"
],
"kind": "string",
"path": "tools.whetstone_set_environment.properties.ffi"
},
"memory": {
"constraints": {
"enum": [
"manual",
"raii",
"refcount",
"tracing_gc",
"region"
]
},
"enum": [
"manual",
"raii",
"refcount",
"tracing_gc",
"region"
],
"kind": "string",
"path": "tools.whetstone_set_environment.properties.memory"
},
"scheduler": {
"constraints": {
"enum": [
"event_loop",
"threads",
"fibers",
"coroutines",
"single_thread"
]
},
"enum": [
"event_loop",
"threads",
"fibers",
"coroutines",
"single_thread"
],
"kind": "string",
"path": "tools.whetstone_set_environment.properties.scheduler"
}
},
"required": [
"envId"
]
},
"unsupported": []
},
"whetstone_set_hint_policy": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_hint_policy",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_hint_policy.properties.pair_id"
},
"policy": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_hint_policy.properties.policy"
},
"reason": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_hint_policy.properties.reason"
}
},
"required": [
"pair_id",
"policy"
]
},
"unsupported": []
},
"whetstone_set_hybrid_language_profile": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_hybrid_language_profile"
},
"unsupported": []
},
"whetstone_set_hybrid_rollout_stage": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_hybrid_rollout_stage"
},
"unsupported": []
},
"whetstone_set_language_rollout_tier": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_language_rollout_tier"
},
"unsupported": []
},
"whetstone_set_review_policy": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_review_policy",
"properties": {
"policy": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_review_policy.properties.policy",
"properties": {
"autoApproveRules": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_review_policy.properties.policy.properties.autoApproveRules.items",
"properties": {},
"required": []
},
"kind": "array",
"path": "tools.whetstone_set_review_policy.properties.policy.properties.autoApproveRules"
},
"defaultAction": {
"constraints": {
"enum": [
"require-review",
"auto-approve"
]
},
"enum": [
"require-review",
"auto-approve"
],
"kind": "string",
"path": "tools.whetstone_set_review_policy.properties.policy.properties.defaultAction"
}
},
"required": []
}
},
"required": []
},
"unsupported": []
},
"whetstone_set_runtime_profile": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_runtime_profile",
"properties": {
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_runtime_profile.properties.pair_id"
},
"runtime_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_runtime_profile.properties.runtime_id"
},
"version": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_runtime_profile.properties.version"
}
},
"required": [
"pair_id",
"runtime_id"
]
},
"unsupported": []
},
"whetstone_set_semantic_annotation": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_semantic_annotation",
"properties": {
"fields": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_semantic_annotation.properties.fields",
"properties": {},
"required": []
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_semantic_annotation.properties.nodeId"
},
"type": {
"constraints": {
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
]
},
"enum": [
"intent",
"complexity",
"risk",
"contract",
"tags"
],
"kind": "string",
"path": "tools.whetstone_set_semantic_annotation.properties.type"
}
},
"required": [
"fields",
"nodeId",
"type"
]
},
"unsupported": []
},
"whetstone_set_semantic_hash_lock": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_semantic_hash_lock",
"properties": {
"locked": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_set_semantic_hash_lock.properties.locked"
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_semantic_hash_lock.properties.nodeId"
},
"reason": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_semantic_hash_lock.properties.reason"
}
},
"required": [
"locked",
"nodeId"
]
},
"unsupported": []
},
"whetstone_set_tenant_policy": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_tenant_policy",
"properties": {
"enabled_gates": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_tenant_policy.properties.enabled_gates.items"
},
"kind": "array",
"path": "tools.whetstone_set_tenant_policy.properties.enabled_gates"
},
"risk_tier": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_tenant_policy.properties.risk_tier"
},
"tenant_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_tenant_policy.properties.tenant_id"
}
},
"required": [
"tenant_id"
]
},
"unsupported": []
},
"whetstone_set_workspace": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_set_workspace",
"properties": {
"language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_workspace.properties.language"
},
"workspace": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_set_workspace.properties.workspace"
}
},
"required": [
"language",
"workspace"
]
},
"unsupported": []
},
"whetstone_set_workstream_capacity": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_workstream_capacity"
},
"unsupported": []
},
"whetstone_set_zero_trust_policy": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_set_zero_trust_policy"
},
"unsupported": []
},
"whetstone_snapshot_environment": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_snapshot_environment"
},
"unsupported": []
},
"whetstone_start_debug_campaign": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_start_debug_campaign",
"properties": {
"apply_patches": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_start_debug_campaign.properties.apply_patches"
},
"budget_mode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_debug_campaign.properties.budget_mode"
},
"max_iterations_per_target": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_start_debug_campaign.properties.max_iterations_per_target"
},
"name": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_debug_campaign.properties.name"
},
"targets": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_start_debug_campaign.properties.targets.items"
},
"kind": "array",
"path": "tools.whetstone_start_debug_campaign.properties.targets"
}
},
"required": [
"name",
"targets"
]
},
"unsupported": []
},
"whetstone_start_feedback_loop": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_start_feedback_loop"
},
"unsupported": []
},
"whetstone_start_guided_migration": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_start_guided_migration"
},
"unsupported": []
},
"whetstone_start_iteration_session": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_start_iteration_session"
},
"unsupported": []
},
"whetstone_start_onboarding_path": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_start_onboarding_path",
"properties": {
"path_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_onboarding_path.properties.path_id"
},
"required_modules": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_start_onboarding_path.properties.required_modules"
},
"role": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_onboarding_path.properties.role"
}
},
"required": [
"path_id"
]
},
"unsupported": []
},
"whetstone_start_recording": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_start_recording",
"properties": {
"session_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_recording.properties.session_id"
},
"task_description": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_start_recording.properties.task_description"
}
},
"required": [
"session_id",
"task_description"
]
},
"unsupported": []
},
"whetstone_step_debug_campaign": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_step_debug_campaign",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_step_debug_campaign.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_step_feedback_loop": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_step_feedback_loop"
},
"unsupported": []
},
"whetstone_stop_debug_campaign": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_stop_debug_campaign",
"properties": {
"campaign_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_stop_debug_campaign.properties.campaign_id"
}
},
"required": [
"campaign_id"
]
},
"unsupported": []
},
"whetstone_submit_iteration_job": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_submit_iteration_job"
},
"unsupported": []
},
"whetstone_submit_result": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_submit_result",
"properties": {
"itemId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_submit_result.properties.itemId"
},
"result": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_submit_result.properties.result",
"properties": {
"astJson": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_submit_result.properties.result.properties.astJson",
"properties": {},
"required": []
},
"confidence": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_submit_result.properties.result.properties.confidence"
},
"diagnostics": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_submit_result.properties.result.properties.diagnostics.items",
"properties": {},
"required": []
},
"kind": "array",
"path": "tools.whetstone_submit_result.properties.result.properties.diagnostics"
},
"generatedCode": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_submit_result.properties.result.properties.generatedCode"
},
"reasoning": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_submit_result.properties.result.properties.reasoning"
},
"tokensBudget": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_submit_result.properties.result.properties.tokensBudget"
},
"tokensGenerated": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_submit_result.properties.result.properties.tokensGenerated"
}
},
"required": []
}
},
"required": [
"itemId",
"result"
]
},
"unsupported": []
},
"whetstone_suggest_annotations": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_suggest_annotations",
"properties": {
"col": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_suggest_annotations.properties.col"
},
"line": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_suggest_annotations.properties.line"
},
"nodeId": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_suggest_annotations.properties.nodeId"
}
},
"required": []
},
"unsupported": []
},
"whetstone_suggest_build_fix": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_suggest_build_fix"
},
"unsupported": []
},
"whetstone_suggest_test_fix": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_suggest_test_fix"
},
"unsupported": []
},
"whetstone_sync_text_to_ast": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_sync_text_to_ast"
},
"unsupported": []
},
"whetstone_track_migration_progress": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_track_migration_progress",
"properties": {
"action": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_track_migration_progress.properties.action"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_track_migration_progress.properties.pair_id"
},
"total_steps": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_track_migration_progress.properties.total_steps"
}
},
"required": [
"action",
"pair_id"
]
},
"unsupported": []
},
"whetstone_transpile_ast_native_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_ast_native_family",
"properties": {
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_ast_native_family.properties.profile"
},
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_ast_native_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_ast_native_family.properties.source_language"
},
"target_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_ast_native_family.properties.target_language"
}
},
"required": [
"source",
"source_language",
"target_language"
]
},
"unsupported": []
},
"whetstone_transpile_dynamic_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_dynamic_family",
"properties": {
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_dynamic_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_dynamic_family.properties.source_language"
},
"strictness": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_dynamic_family.properties.strictness"
}
},
"required": [
"source",
"source_language"
]
},
"unsupported": []
},
"whetstone_transpile_logic_actor_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_logic_actor_family",
"properties": {
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_logic_actor_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_logic_actor_family.properties.source_language"
},
"target_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_logic_actor_family.properties.target_language"
}
},
"required": [
"source",
"source_language",
"target_language"
]
},
"unsupported": []
},
"whetstone_transpile_low_level_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_low_level_family",
"properties": {
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_low_level_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_low_level_family.properties.source_language"
},
"target_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_low_level_family.properties.target_language"
}
},
"required": [
"source",
"source_language",
"target_language"
]
},
"unsupported": []
},
"whetstone_transpile_managed_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_managed_family",
"properties": {
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_managed_family.properties.profile"
},
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_managed_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_managed_family.properties.source_language"
},
"target_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_managed_family.properties.target_language"
}
},
"required": [
"source",
"source_language",
"target_language"
]
},
"unsupported": []
},
"whetstone_transpile_query_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_query_family",
"properties": {
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_query_family.properties.profile"
},
"query": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_query_family.properties.query"
},
"source_dialect": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_query_family.properties.source_dialect"
},
"target_dialect": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_query_family.properties.target_dialect"
}
},
"required": [
"query",
"source_dialect",
"target_dialect"
]
},
"unsupported": []
},
"whetstone_transpile_systems_family": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_transpile_systems_family",
"properties": {
"profile": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_systems_family.properties.profile"
},
"source": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_systems_family.properties.source"
},
"source_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_systems_family.properties.source_language"
},
"target_language": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_transpile_systems_family.properties.target_language"
}
},
"required": [
"source",
"source_language",
"target_language"
]
},
"unsupported": []
},
"whetstone_trigger_porting_incident_drill": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_trigger_porting_incident_drill",
"properties": {
"drill_passed": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_trigger_porting_incident_drill.properties.drill_passed"
},
"mttr_minutes": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_trigger_porting_incident_drill.properties.mttr_minutes"
},
"pair_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_trigger_porting_incident_drill.properties.pair_id"
}
},
"required": [
"pair_id"
]
},
"unsupported": []
},
"whetstone_undo": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_undo",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_validate_debug_action": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_debug_action",
"properties": {
"action": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_debug_action.properties.action"
},
"bypasses_tests": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_validate_debug_action.properties.bypasses_tests"
},
"changes_many_files": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_validate_debug_action.properties.changes_many_files"
},
"touches_forbidden_path": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_validate_debug_action.properties.touches_forbidden_path"
}
},
"required": [
"action"
]
},
"unsupported": []
},
"whetstone_validate_environment": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_environment",
"properties": {},
"required": []
},
"unsupported": []
},
"whetstone_validate_language_operation": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_language_operation"
},
"unsupported": []
},
"whetstone_validate_patch_candidate": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_patch_candidate"
},
"unsupported": []
},
"whetstone_validate_patch_proposal": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_patch_proposal",
"properties": {
"allowed_files": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_patch_proposal.properties.allowed_files.items"
},
"kind": "array",
"path": "tools.whetstone_validate_patch_proposal.properties.allowed_files"
},
"proposal": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_patch_proposal.properties.proposal",
"properties": {},
"required": []
}
},
"required": [
"allowed_files",
"proposal"
]
},
"unsupported": []
},
"whetstone_validate_policy_tuning": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_policy_tuning"
},
"unsupported": []
},
"whetstone_validate_taskitem": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_taskitem",
"properties": {
"taskitems": {
"allowBroad": false,
"constraints": {},
"items": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items",
"properties": {
"confidence": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.confidence"
},
"dependency_task_ids": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.dependency_task_ids.items"
},
"kind": "array",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.dependency_task_ids"
},
"prerequisite_ops": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.prerequisite_ops.items"
},
"kind": "array",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.prerequisite_ops"
},
"reasons": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.reasons.items"
},
"kind": "array",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.reasons"
},
"task_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.task_id"
},
"title": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.taskitems.items.properties.title"
}
},
"required": [
"task_id"
]
},
"kind": "array",
"path": "tools.whetstone_validate_taskitem.properties.taskitems"
},
"workspace": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_validate_taskitem.properties.workspace"
}
},
"required": [
"taskitems"
]
},
"unsupported": []
},
"whetstone_validate_tool_contracts": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_tool_contracts"
},
"unsupported": []
},
"whetstone_validate_tool_permissions": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_validate_tool_permissions"
},
"unsupported": []
},
"whetstone_verify_api_abi_compat": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_api_abi_compat"
},
"unsupported": []
},
"whetstone_verify_api_compatibility": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_api_compatibility",
"properties": {
"added_endpoints": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_api_compatibility.properties.added_endpoints.items"
},
"kind": "array",
"path": "tools.whetstone_verify_api_compatibility.properties.added_endpoints"
},
"api_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_api_compatibility.properties.api_id"
},
"removed_endpoints": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_api_compatibility.properties.removed_endpoints.items"
},
"kind": "array",
"path": "tools.whetstone_verify_api_compatibility.properties.removed_endpoints"
},
"strict_mode": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_verify_api_compatibility.properties.strict_mode"
}
},
"required": [
"api_id"
]
},
"unsupported": []
},
"whetstone_verify_architecture_consistency": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_architecture_consistency"
},
"unsupported": []
},
"whetstone_verify_data_pipeline_migration": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_data_pipeline_migration",
"properties": {
"added_fields": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.added_fields.items"
},
"kind": "array",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.added_fields"
},
"pipeline_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.pipeline_id"
},
"removed_fields": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.removed_fields.items"
},
"kind": "array",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.removed_fields"
},
"strict_mode": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_verify_data_pipeline_migration.properties.strict_mode"
}
},
"required": [
"pipeline_id"
]
},
"unsupported": []
},
"whetstone_verify_embedded_port": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_embedded_port",
"properties": {
"baseline_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_embedded_port.properties.baseline_ms"
},
"binary_size_kb": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_verify_embedded_port.properties.binary_size_kb"
},
"candidate_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_embedded_port.properties.candidate_ms"
},
"max_binary_size_kb": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_verify_embedded_port.properties.max_binary_size_kb"
},
"max_timing_delta_ms": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_embedded_port.properties.max_timing_delta_ms"
},
"target_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_embedded_port.properties.target_id"
}
},
"required": [
"target_id"
]
},
"unsupported": []
},
"whetstone_verify_executable_equivalence": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_executable_equivalence",
"properties": {
"fuzz_seeds": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_executable_equivalence.properties.fuzz_seeds.items"
},
"kind": "array",
"path": "tools.whetstone_verify_executable_equivalence.properties.fuzz_seeds"
},
"property_trials": {
"constraints": {},
"kind": "integer",
"path": "tools.whetstone_verify_executable_equivalence.properties.property_trials"
},
"vectors": {
"allowBroad": false,
"constraints": {},
"items": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_executable_equivalence.properties.vectors.items"
},
"kind": "array",
"path": "tools.whetstone_verify_executable_equivalence.properties.vectors"
}
},
"required": [
"vectors"
]
},
"unsupported": []
},
"whetstone_verify_financial_migration": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_financial_migration",
"properties": {
"available_policies": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_financial_migration.properties.available_policies.items"
},
"kind": "array",
"path": "tools.whetstone_verify_financial_migration.properties.available_policies"
},
"domain": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_financial_migration.properties.domain"
},
"required_policies": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_financial_migration.properties.required_policies.items"
},
"kind": "array",
"path": "tools.whetstone_verify_financial_migration.properties.required_policies"
}
},
"required": [
"domain"
]
},
"unsupported": []
},
"whetstone_verify_handoff_integrity": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_handoff_integrity"
},
"unsupported": []
},
"whetstone_verify_requirements": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_requirements"
},
"unsupported": []
},
"whetstone_verify_safety_profile_compliance": {
"schema": {
"allowBroad": false,
"constraints": {},
"kind": "any",
"path": "tools.whetstone_verify_safety_profile_compliance"
},
"unsupported": []
},
"whetstone_verify_scientific_migration": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_scientific_migration",
"properties": {
"baseline_values": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_scientific_migration.properties.baseline_values.items"
},
"kind": "array",
"path": "tools.whetstone_verify_scientific_migration.properties.baseline_values"
},
"candidate_values": {
"allowBroad": false,
"constraints": {},
"items": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_scientific_migration.properties.candidate_values.items"
},
"kind": "array",
"path": "tools.whetstone_verify_scientific_migration.properties.candidate_values"
},
"max_error_delta": {
"constraints": {},
"kind": "number",
"path": "tools.whetstone_verify_scientific_migration.properties.max_error_delta"
},
"seed_locked": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_verify_scientific_migration.properties.seed_locked"
},
"workload_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_scientific_migration.properties.workload_id"
}
},
"required": [
"workload_id"
]
},
"unsupported": []
},
"whetstone_verify_simulation_port": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_verify_simulation_port",
"properties": {
"loop_id": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_verify_simulation_port.properties.loop_id"
},
"strict_mode": {
"constraints": {},
"kind": "boolean",
"path": "tools.whetstone_verify_simulation_port.properties.strict_mode"
}
},
"required": [
"loop_id"
]
},
"unsupported": []
},
"whetstone_workspace_list": {
"schema": {
"additionalProperties": true,
"allowBroad": false,
"constraints": {},
"kind": "object",
"path": "tools.whetstone_workspace_list",
"properties": {
"glob": {
"constraints": {},
"kind": "string",
"path": "tools.whetstone_workspace_list.properties.glob"
}
},
"required": []
},
"unsupported": []
}
}
}