diff --git a/.claude/skills/subagent-driven-development/SKILL.md b/.claude/skills/subagent-driven-development/SKILL.md index f10f7e4..36b3000 100644 --- a/.claude/skills/subagent-driven-development/SKILL.md +++ b/.claude/skills/subagent-driven-development/SKILL.md @@ -161,7 +161,7 @@ Read the plan file once. Extract every task's full text and its surrounding cont Before spawning the first implementer subagent, ensure the knowledge graph is current so the implementer can consult it for structural context. -**Prerequisite:** Graphify 已装进 `chs` 环境、且 `/graphify` skill 已项目局部安装(`.claude/skills/graphify/`)。首次知识图谱须由人类手动跑 `/graphify .`(全量混合:代码 tree-sitter + 文档 LLM 语义)。若 `graphify-out/graph.json` 不存在,则一次性提示人类先手动 `/graphify .`,本步降级为常规文件读取、不阻断流程。 +**Prerequisite:** Graphify 已装进 `Video-Tree-TRM` 环境、且 `/graphify` skill 已项目局部安装(`.claude/skills/graphify/`)。首次知识图谱须由人类手动跑 `/graphify .`(全量混合:代码 tree-sitter + 文档 LLM 语义)。若 `graphify-out/graph.json` 不存在,则一次性提示人类先手动 `/graphify .`,本步降级为常规文件读取、不阻断流程。 **Run(控制器执行,增量合并刷新):** diff --git a/.env.example b/.env.example index 24a579a..4105701 100644 --- a/.env.example +++ b/.env.example @@ -30,9 +30,7 @@ ASR_API_KEY=gsk-xxx # ── MonkeyOCR ── MONKEY_OCR_URLS=http://10.77.0.20:7866,http://10.77.0.20:7867 -# ── Embedding(远程模式时使用)── -EMBED_BACKEND=local -EMBED_MODEL=BAAI/bge-base-zh-v1.5 +# ── Embedding(仅远程模式的敏感凭证;backend/model_name 由科研 YAML 管理)── EMBED_API_KEY= EMBED_API_URL= diff --git a/config/default.yaml b/config/default.yaml index 3d3c7f0..a668c8f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -1,6 +1,7 @@ # config/default.yaml -# 全量默认参数,所有非敏感配置的唯一默认值来源。 -# 优先级: CLI args > .env > 此文件。敏感信息在 .env 中管理。 +# 科研实验配置默认值来源(会在实验中反复扫动/对比的参数)。 +# 工程配置(少变、敏感)由 .env / pydantic-settings 管理,不在此文件。 +# 优先级: CLI args > 此文件。CLI 仅用于单次临时覆盖。 # ── 建树模块 ── tree: