2 Commits

Author SHA1 Message Date
sutong 1a36d8119f fix: add size-based reading strategy and ban web-search fallback
sites/tacit0924/v1/urls.md: 新增"读取警告",标注文档 853K 字
  - 禁止 get_content
  - doc.resolve_document_structure 为唯一可行方案
  - 注明超时处理方式(重试一次,不行就停)

sources/tencent-doc/v1/usage.md: 重写为"文档大小分级"
  - 顶部增加策略表(<1万/1万-50万/>50万/未知)
  - 超大文档单独标注禁止 get_content
  - 增加超时处理步骤(重试一次,禁止 web search)

SKILL.md: 优先级规则第 4 条改为"禁止降级到 web search"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:37:56 +08:00
sutong e8a6fc4ca2 feat: add sites/ directory and scene routing with priority
- sites/tacit0924/v1/: 新增数据源目录,描述 Tacit0924 资源文档
  - intro.md: 文档介绍、更新规律、资源范围
  - urls.md: 文档链接、file_id、授权要求
  - toc.md: 内容结构、日期范围、搜索关键词参考
- SKILL.md: 重写场景路由,增加数据源优先级规则和触发词匹配
- 明确"每日更新"→ 腾讯文档路线、"特定资源"→ 先文档后搜索的降级策略

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:29:14 +08:00