addedOutput schema / properties / retrievalPlanGuide
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "evidenceGapsPath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidenceGate": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "expandableToolsPath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "planPath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "preferToolBatch": {
+ "type": "boolean"
+ },
+ "recommendedFollowUpsPath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "recommendedToolsPath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "requiredEvidencePath": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "sourceStepId": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "strategyActions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "strategy": {
+ "enum": [
+ "entity_lookup",
+ "graph_expansion",
+ "literal_search",
+ "hybrid"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "strategy",
+ "action"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "sourceStepId",
+ "planPath",
+ "recommendedToolsPath",
+ "recommendedFollowUpsPath",
+ "expandableToolsPath",
+ "requiredEvidencePath",
+ "evidenceGapsPath",
+ "preferToolBatch",
+ "evidenceGate",
+ "strategyActions"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / steps / items / properties / toolName / enum
Previous value: -[
- "task_preflight_artifact",
- "implementation_handoff_artifact",
- "review_bundle_artifact",
- "verification_bundle_artifact",
- "suggest",
- "investigate",
- "graph_neighbors",
- "graph_path",
- "flow_map",
- "change_plan",
- "tenant_leak_audit",
- "health_trend",
- "issues_next",
- "session_handoff",
- "recall_answers",
- "recall_tool_runs",
- "table_neighborhood",
- "route_context",
- "rpc_neighborhood",
- "agent_feedback",
- "agent_feedback_report",
- "route_trace",
- "schema_usage",
- "file_health",
- "auth_path",
- "imports_deps",
- "imports_impact",
- "imports_hotspots",
- "imports_cycles",
- "symbols_of",
- "exports_of",
- "db_ping",
- "db_columns",
- "db_fk",
- "db_rls",
- "db_rpc",
- "db_table_schema",
- "mako_help",
- "ask",
- "trace_file",
- "preflight_table",
- "cross_search",
- "trace_edge",
- "trace_error",
- "trace_table",
- "trace_rpc",
- "workflow_packet",
- "ast_find_pattern",
- "live_text_search",
- "lint_files",
- "typescript_diagnostics",
- "eslint_diagnostics",
- "oxlint_diagnostics",
- "biome_diagnostics",
- "git_precommit_check",
- "diagnostic_refresh",
- "db_reef_refresh",
- "db_review_comment",
- "db_review_comments",
- "repo_map",
- "runtime_telemetry_report",
- "project_index_status",
- "project_index_refresh",
- "context_packet",
- "tool_batch",
- "reef_ask",
- "finding_ack",
- "finding_ack_batch",
- "finding_acks_report",
- "project_findings",
- "file_findings",
- "file_preflight",
- "project_facts",
- "file_facts",
- "working_tree_overlay",
- "reef_overlay_diff",
- "reef_diff_impact",
- "reef_impact",
- "reef_instructions",
- "reef_learning_review",
- "list_reef_rules",
- "rule_pack_validate",
- "extract_rule_template",
- "project_diagnostic_runs",
- "reef_scout",
- "reef_inspect",
- "reef_where_used",
- "reef_verify",
- "project_open_loops",
- "verification_state",
- "project_conventions",
- "rule_memory",
- "evidence_confidence",
- "evidence_conflicts",
- "reef_known_issues",
- "reef_status",
- "reef_agent_status"
-]New value: +[
+ "task_preflight_artifact",
+ "implementation_handoff_artifact",
+ "review_bundle_artifact",
+ "verification_bundle_artifact",
+ "suggest",
+ "investigate",
+ "graph_neighbors",
+ "graph_path",
+ "flow_map",
+ "change_plan",
+ "tenant_leak_audit",
+ "owasp_audit",
+ "health_trend",
+ "issues_next",
+ "session_handoff",
+ "recall_answers",
+ "recall_tool_runs",
+ "table_neighborhood",
+ "route_context",
+ "rpc_neighborhood",
+ "agent_feedback",
+ "agent_feedback_report",
+ "route_trace",
+ "schema_usage",
+ "file_health",
+ "auth_path",
+ "imports_deps",
+ "imports_impact",
+ "imports_hotspots",
+ "imports_cycles",
+ "symbols_of",
+ "exports_of",
+ "db_ping",
+ "db_columns",
+ "db_fk",
+ "db_rls",
+ "db_rpc",
+ "db_table_schema",
+ "mako_help",
+ "ask",
+ "trace_file",
+ "preflight_table",
+ "cross_search",
+ "trace_edge",
+ "trace_error",
+ "trace_table",
+ "trace_rpc",
+ "workflow_packet",
+ "ast_find_pattern",
+ "live_text_search",
+ "lint_files",
+ "typescript_diagnostics",
+ "eslint_diagnostics",
+ "oxlint_diagnostics",
+ "biome_diagnostics",
+ "git_precommit_check",
+ "diagnostic_refresh",
+ "db_reef_refresh",
+ "db_review_comment",
+ "db_review_comments",
+ "repo_map",
+ "runtime_telemetry_report",
+ "project_index_status",
+ "project_index_refresh",
+ "context_packet",
+ "tool_batch",
+ "reef_ask",
+ "finding_ack",
+ "finding_ack_batch",
+ "finding_acks_report",
+ "project_findings",
+ "file_findings",
+ "file_preflight",
+ "project_facts",
+ "file_facts",
+ "working_tree_overlay",
+ "reef_overlay_diff",
+ "reef_diff_impact",
+ "reef_impact",
+ "reef_instructions",
+ "reef_learning_review",
+ "list_reef_rules",
+ "rule_pack_validate",
+ "extract_rule_template",
+ "project_diagnostic_runs",
+ "reef_scout",
+ "reef_inspect",
+ "reef_where_used",
+ "reef_verify",
+ "project_open_loops",
+ "verification_state",
+ "project_conventions",
+ "rule_memory",
+ "evidence_confidence",
+ "evidence_conflicts",
+ "reef_known_issues",
+ "reef_status",
+ "reef_agent_status"
+]