libero-mcp 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -373,7 +373,9 @@ function buildToolRegistry(ctx) {
373
373
  // ============================================================
374
374
  tools.push({
375
375
  name: "matrix.renderMatrix",
376
- description: "时间×评分四象限矩阵(能耗黑洞/保持区/亮点区/可放弃)",
376
+ description: "时间×评分四象限矩阵(能耗黑洞/保持区/亮点区/可放弃)。" +
377
+ "⚠️ 用户说「时间矩阵 / 时间表 / 看日程 / 今天时间表」时**不要**调本工具——那些是指 emoji 时间块视图,请改调 schedule.timeline。" +
378
+ "本工具仅用于:阶段复盘(这周/最近 N 天)+ 已评分记录的象限分析。",
377
379
  inputSchema: {
378
380
  user_id: z.string().optional(),
379
381
  from: z.string().optional(),
@@ -393,7 +395,7 @@ function buildToolRegistry(ctx) {
393
395
  tools.push({
394
396
  name: "schedule.timeline",
395
397
  description: "看日程/复盘的首选视图:emoji 矩阵+细项表格,含计划/计时中/未回应/实绩全状态。" +
396
- "用户说「看今天/看日程/在干啥/复盘/接下来 N 小时」时调本工具,并直接 echo rendered_text(不重写、不改格式)。" +
398
+ "用户说「看今天/看日程/在干啥/复盘/接下来 N 小时/时间矩阵/时间表/今天时间表」时调本工具,并直接 echo rendered_text(不重写、不改格式)。" +
397
399
  "不要调 scheduler.listSchedules(那是内部排程查询,不是用户视图)。",
398
400
  inputSchema: {
399
401
  user_id: z.string().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libero-mcp",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "AI 时间管理教练 MCP 工具集——时间块记录、统计、矩阵诊断、计时、分类、profile",
5
5
  "license": "MIT",
6
6
  "author": "amosyuan",