Documentation v0.28.0

v0.19.6 -> v0.19.7

Summary

Tool registry hardening: tool descriptions and JSON schemas now follow the reviewer ruleset (single-sentence English, defaults on every optional field), tool identifiers are renamed to canonical snake_case (patch_editpatch_file, analyze_youtubefetch_youtube_transcript, select_skillactivate_skill, read_tool_errorread_error_memory, plus script_* separator normalization), scheduler and agent tool packages are reorganized into per-domain subpackages, Gemini joins the external agent roster, and the new tool-reviewer and code-reviewer skills land alongside a code-reviewer entropy bugfix.

翻譯 工具註冊強化:tool description 與 JSON schema 全面對齊 reviewer 規範(單句英文、optional 欄位一律帶 default);tool 識別字統一改為標準 snake_case(`patch_edit`→`patch_file`、`analyze_youtube`→`fetch_youtube_transcript`、`select_skill`→`activate_skill`、`read_tool_error`→`read_error_memory`,並把 `script_*` 系列的分隔符正規化);scheduler 與 agent tool package 依領域拆分子套件;Gemini 加入外部 agent 行列;同時新增 tool-reviewer 與 code-reviewer 兩支 skill 並修正 code-reviewer entropy 誤判。

Changes

FIX

翻譯
  • 修正 code-reviewer entropy 規則誤將 MIME type 字串判為高熵秘密

REFACTOR

翻譯
  • 將 tool 識別字統一改為標準 snake_case 並同步更新文件
  • 對齊所有 tool description 與 schema default 至 reviewer 規範
  • 重整 agent tool 子模組並對齊外部呼叫 API
  • 將 scheduler 工具拆分為 cron/task/script 巢狀子 package
  • 對齊 scheduler tool 契約與回應訊息為英文
  • 對齊 cron tool schema 與回應為英文命名
  • ��� task 與 script scheduler tool 拆至獨立 package
  • 模組化 cron tool 並更名 tool searcher package
  • 將 skill selection 註冊整合至 toolSearcher package
  • 將 tool discovery 註冊整合至 tool package
  • 重構 project analyzer,並更新 version 文件輸出路徑

ADD

翻譯
  • 新增 tool-reviewer skill,含 scanner、規則文件與報告模板
  • 新增 Gemini 外部 agent 支援與相關設定
  • 新增 code-reviewer skill,並修正 readFile 的路徑解析

Scope


Version Mapping (SemVer)

Detected Tag Version Impact
FIX / UPDATE / SECURITY / REFACTOR / PERF / ADD / REMOVE PATCH (+0.0.1)
STYLE / DOC / TEST / CHORE No bump (type: none, skip index)

Generated by SKILL