7 Commits

Author SHA1 Message Date
sutong f35fc9b2b1 增加强调 2026-05-17 17:39:27 +08:00
sutong 38754d0687 refactor: remove sources/search module (merged into storage/quark)
- 删除 sources/search/(netdisk.search 只是一个附属功能)
- SKILL.md: 移除 search 相关引用,夸克行改为 转存/建目录/移动/删除/搜索

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 22:33:29 +08:00
sutong 36db2f2daa docs: add yunpan1 to SKILL.md routing
- 架构图增加 yunpan1
- 已知数据源增加 yunpan1
- 场景路由增加 yunpan1 论坛搜索

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 22:26:26 +08:00
sutong 1cb565161c feat: add tmp/ directory for temp files and cookie, add .gitignore
- tmp/ 用于存放临时文件(文档缓存、cookie等),已加入 .gitignore
- 文档中所有临时文件和 cookie 路径统一指向 tmp/
- SKILL.md 架构图增加 tmp/ 说明

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:59:32 +08:00
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
sutong 750f981c7e feat: init media-center skill
资源中心——从多渠道获取资源链接,转存到夸克网盘并整理归档。
- sources/tencent-doc: 腾讯文档读取
- sources/search: 网盘搜索
- storage/quark: 夸克网盘操作
- ref/: 来源 skill 参考归档

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