fix: address final review — AAAI→EMNLP, chs→Video-Tree-TRM, D7 config boundary
- ARCHITECTURE.md: fix target conference AAAI→EMNLP - subagent-driven-development SKILL.md: fix remaining chs env reference - .env.example: remove EMBED_BACKEND/EMBED_MODEL (D7: belongs in YAML) - config/default.yaml: clarify as research experiment config source Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
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(控制器执行,增量合并刷新):**
|
**Run(控制器执行,增量合并刷新):**
|
||||||
|
|
||||||
|
|||||||
+1
-3
@@ -30,9 +30,7 @@ ASR_API_KEY=gsk-xxx
|
|||||||
# ── MonkeyOCR ──
|
# ── MonkeyOCR ──
|
||||||
MONKEY_OCR_URLS=http://10.77.0.20:7866,http://10.77.0.20:7867
|
MONKEY_OCR_URLS=http://10.77.0.20:7866,http://10.77.0.20:7867
|
||||||
|
|
||||||
# ── Embedding(远程模式时使用)──
|
# ── Embedding(仅远程模式的敏感凭证;backend/model_name 由科研 YAML 管理)──
|
||||||
EMBED_BACKEND=local
|
|
||||||
EMBED_MODEL=BAAI/bge-base-zh-v1.5
|
|
||||||
EMBED_API_KEY=
|
EMBED_API_KEY=
|
||||||
EMBED_API_URL=
|
EMBED_API_URL=
|
||||||
|
|
||||||
|
|||||||
+3
-2
@@ -1,6 +1,7 @@
|
|||||||
# config/default.yaml
|
# config/default.yaml
|
||||||
# 全量默认参数,所有非敏感配置的唯一默认值来源。
|
# 科研实验配置默认值来源(会在实验中反复扫动/对比的参数)。
|
||||||
# 优先级: CLI args > .env > 此文件。敏感信息在 .env 中管理。
|
# 工程配置(少变、敏感)由 .env / pydantic-settings 管理,不在此文件。
|
||||||
|
# 优先级: CLI args > 此文件。CLI 仅用于单次临时覆盖。
|
||||||
|
|
||||||
# ── 建树模块 ──
|
# ── 建树模块 ──
|
||||||
tree:
|
tree:
|
||||||
|
|||||||
Reference in New Issue
Block a user