|
30 | 30 | "strategy_plugin_alert_reason_joiner": "、", |
31 | 31 | "strategy_plugin_alert_reason_none": "未提供明确原因", |
32 | 32 | "strategy_plugin_line": "🧩 插件:{plugin} | 状态:{route} | 提醒:{action}", |
| 33 | + "strategy_plugin_error_line": "⚠️ 插件信号未加载:{reason};本轮使用策略内置规则", |
| 34 | + "strategy_plugin_error_reason_JSONDecodeError": "插件配置 JSON 格式错误", |
| 35 | + "strategy_plugin_error_reason_FileNotFoundError": "插件信号文件不存在", |
| 36 | + "strategy_plugin_error_reason_PermissionError": "插件信号文件权限不足", |
| 37 | + "strategy_plugin_error_reason_ValueError": "插件配置校验失败", |
| 38 | + "strategy_plugin_error_reason_OSError": "插件信号文件读取失败", |
| 39 | + "strategy_plugin_error_reason_default": "插件加载异常(技术详情见执行报告)", |
33 | 40 | "strategy_plugin_alert_subject": "策略插件提醒:{plugin} | {route}", |
34 | 41 | "strategy_plugin_alert_title": "【策略插件提醒】", |
35 | 42 | "strategy_plugin_alert_context": "发布来源:{context}", |
|
113 | 120 | "strategy_plugin_alert_reason_joiner": ", ", |
114 | 121 | "strategy_plugin_alert_reason_none": "no explicit reason provided", |
115 | 122 | "strategy_plugin_line": "🧩 Plugin: {plugin} | status: {route} | notice: {action}", |
| 123 | + "strategy_plugin_error_line": "⚠️ Plugin signal failed to load: {reason}; this run falls back to built-in strategy rules", |
| 124 | + "strategy_plugin_error_reason_JSONDecodeError": "invalid plugin mount JSON", |
| 125 | + "strategy_plugin_error_reason_FileNotFoundError": "plugin signal file not found", |
| 126 | + "strategy_plugin_error_reason_PermissionError": "plugin signal file permission denied", |
| 127 | + "strategy_plugin_error_reason_ValueError": "plugin configuration validation failed", |
| 128 | + "strategy_plugin_error_reason_OSError": "plugin signal file read failed", |
| 129 | + "strategy_plugin_error_reason_default": "plugin load failed; see execution report diagnostics", |
116 | 130 | "strategy_plugin_alert_subject": "Strategy plugin notice: {plugin} | {route}", |
117 | 131 | "strategy_plugin_alert_title": "【Strategy Plugin Notice】", |
118 | 132 | "strategy_plugin_alert_context": "Source: {context}", |
|
0 commit comments