iomgaa
|
53a8c4be02
|
docs: redesign gate speedup v2 (continuous concurrent gate, drop preload)
|
2026-07-16 22:24:28 -04:00 |
|
iomgaa
|
269e0d294c
|
docs: design for gate speedup (preload BaselineCache + parallel arms)
|
2026-07-16 14:23:47 -04:00 |
|
iomgaa
|
cc01d5ed62
|
fix: address Codex review of telemetry fix (mkdir degrade, close, degrade tests)
|
2026-07-16 08:53:50 -04:00 |
|
iomgaa
|
766592d855
|
docs: design for telemetry SQLite concurrency fix (align HarnessLog pattern)
|
2026-07-16 08:47:23 -04:00 |
|
iomgaa
|
11a5545f57
|
docs: address Codex design review (coverage matrix, salt/gate pairing, tier termination)
|
2026-07-16 03:52:50 -04:00 |
|
iomgaa
|
d7e965639e
|
docs: add preflight training-fixes design (23 bugs + wiring + split tuning)
|
2026-07-16 03:44:31 -04:00 |
|
iomgaa
|
63dfee1b9b
|
docs: design for diagnosis tree_data broken-link fix (TRM4 regression)
|
2026-07-15 21:44:42 -04:00 |
|
iomgaa
|
312cee7be7
|
docs: add results-driven video-level split design
|
2026-07-15 11:17:45 -04:00 |
|
iomgaa
|
0fe1c96393
|
docs: add question-gen v3 construction-paradigm design and phase1 plan
Complete v3 planning: construction-first paradigm (frame-perception grounded fact extraction + 4-family independent judges + 6-layer verification + QuestionUnit contract), adversarial audit, paradigm-shift finding, real-data spike validation, logging schema, and phase1 contract implementation plan.
|
2026-07-15 05:41:10 -04:00 |
|
iomgaa
|
d9f7dee2df
|
docs: revise question-gen v2 design per Codex review (pair-unit contract, AR-only gate, phasing)
|
2026-07-15 01:21:28 -04:00 |
|
iomgaa
|
7949f16906
|
docs: add question-gen v2 grounded-contrastive design
|
2026-07-15 01:10:00 -04:00 |
|
iomgaa
|
eaab865d84
|
docs: register Phase A plan in research wiki
|
2026-07-14 14:41:53 -04:00 |
|
iomgaa
|
ad0bfe3a51
|
docs: add grounded + adversarial question-gen design (Phase A/B)
|
2026-07-14 13:21:06 -04:00 |
|
iomgaa
|
73c5d1e380
|
docs: add high-correctness warning to maintenance pool design
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-14 10:13:57 -04:00 |
|
iomgaa
|
89cad891de
|
docs: add maintenance pool auto-supplement design
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-14 10:11:26 -04:00 |
|
iomgaa
|
832838350a
|
docs: add TaskTypeStrategy design + Plan A framework plan
|
2026-07-14 05:15:28 -04:00 |
|
iomgaa
|
dec7346da3
|
feat(harness): add Action Recognition training experiment
- PerCategoryPoolStrategy: filter test pool by task_types
- RunConfig: add run_holdout_eval toggle (default true)
- load_config: fix YAML task_types list-to-tuple conversion
- Runner: conditionally skip _holdout_four_way when disabled
- CLI: add --no-run-holdout-eval flag
- New config/train_action_recognition.yaml (3 epochs, per_category)
- New scripts/train_action_recognition.sh (baseline + seed + train)
|
2026-07-14 00:58:54 -04:00 |
|
iomgaa
|
40b156cf69
|
docs(wiki): record final Codex PASS for recipe redesign round
|
2026-07-11 09:08:27 -04:00 |
|
iomgaa
|
a046862ca1
|
docs(wiki): record build-tree recipe redesign and diagnosis stage tags
|
2026-07-11 09:04:57 -04:00 |
|
iomgaa
|
39c6352781
|
docs(plans): add Spec-1 implementation plan with Codex review fixes
|
2026-07-11 08:12:07 -04:00 |
|
iomgaa
|
ef402c46a2
|
docs(designs): apply Codex review fixes to Spec-1/2/3
|
2026-07-11 07:54:48 -04:00 |
|
iomgaa
|
a5666b4f16
|
docs(wiki): record tree-figure style unification and review fixes
|
2026-07-11 07:52:22 -04:00 |
|
iomgaa
|
a79c2ec753
|
docs(wiki): add three-round analysis findings and Spec-1/2/3 designs
|
2026-07-11 07:45:51 -04:00 |
|
iomgaa
|
d0148e78ad
|
docs(wiki): record main-figure final review verdict and caption notes
|
2026-07-10 01:40:04 -04:00 |
|
iomgaa
|
6a6aae081b
|
docs(wiki): record main-figure final layout and panel decisions
|
2026-07-10 01:38:25 -04:00 |
|
iomgaa
|
160fb3bc7c
|
docs(plan): main.py 推理入口实现计划 + Codex 审查修复
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-09 10:43:15 -04:00 |
|
iomgaa
|
457944bbfa
|
fix(design): 修复 Codex 审查发现的 5 项问题
- C1: 13 个 skill(非 14)
- C2: factory 从 noop fallback 改为 fail-fast 校验
- I1: 新增 InfraSettings(BaseSettings) 工程配置模型
- I2: 显式 supersede 搜索模块设计的 prompt 路径约定
- I3: Protocol 返回类型精确化
- I4: dispatch 对缺失 session_id 显式 raise
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-09 08:47:23 -04:00 |
|
iomgaa
|
5d0caa06e1
|
docs(design): main.py 推理入口 + 初始 Prompt 集设计
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-09 08:41:22 -04:00 |
|
iomgaa
|
ace0738546
|
docs(wiki): record main-figure composition rework and review outcomes
|
2026-07-09 07:50:24 -04:00 |
|
iomgaa
|
0b48b889e0
|
docs(wiki): 赛题生成工具设计 + 实现计划
design: synthesizer + factory + CLI 三模块架构
plan: 9 个 Task(前置修复 + synthesizer 4 步 + factory + CLI generate/calibrate + re-export)
calibrate: Fisher exact test 组合判定替代固定阈值
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-09 05:05:57 -04:00 |
|
iomgaa
|
86573735aa
|
docs(wiki): apply Codex review fixes to main-figure design
|
2026-07-09 00:46:08 -04:00 |
|
iomgaa
|
8cb1158a2d
|
docs(wiki): paper main-figure design — self-evolving loop layout
|
2026-07-09 00:39:45 -04:00 |
|
iomgaa
|
dbc9d38cd7
|
plan(tree/repair): 三项改造实现计划(遥测加固+断点续跑+并发)
6 个 Task: telemetry 防御加固 → call_id 根因修复 → detector L2/L1 扩展
→ progress 管理 → 并发编排+CLI → lint+全量测试
|
2026-07-09 00:08:23 -04:00 |
|
iomgaa
|
8a49ef18e6
|
design(tree/repair): 建树修复管线熔断根因修复+断点续跑+并发改造设计
三事: (1)遥测防御性加固(INSERT OR IGNORE+WAL+busy_timeout+try/except不冒泡)
根治call_id重试复用导致的主键冲突污染重试与熔断器; (2)判据双轨
(detect重扫empty_field+progress文件)视频级断点续跑,首次用detect
自动接历史无需手补状态; (3)asyncio.Semaphore并发默认16,熔断阈值
max(5,concurrency*2),--concurrency走CLI避免与tree.concurrency串台
|
2026-07-08 23:52:48 -04:00 |
|
iomgaa
|
53286ac3ab
|
refactor: remove deprecated retriever module
RecursiveRetriever was a failed approach, not carried into TRM5.
- delete app/retriever/ (empty placeholder)
- drop retriever + train blocks from config/default.yaml
- renumber fidelity checklist 13->12 items (drop #4, shift up)
- sync core-goal text, dir tree, module-interaction diagrams
across CLAUDE.md, ARCHITECTURE.md, overview.md, README.md
- reference/ kept intact as historical code
|
2026-07-08 23:09:30 -04:00 |
|
iomgaa
|
af8081e9ed
|
docs: app/harness/ design — 14-module training loop orchestration layer
|
2026-07-07 11:28:29 -04:00 |
|
iomgaa
|
2761ca3e82
|
docs: core/evolution/ extractable kernel design — gate, patch, diagnose, evolve
|
2026-07-07 07:39:24 -04:00 |
|
iomgaa
|
961e85111b
|
docs(design): 修复 Codex 审查发现 — 10 项修正
Critical: OCRProvider 移至 app/ports.py;新增 TreeEnvironment 结构化 API;
observe_frame 补充字幕上下文拼接;search_similar 补充节点文本获取
Important: 遥测链路透传 session_id/parent_call_id;异常降级边界明确化;
verify_vision/anchor/assemble_mode 改为必传;Prompt 路径逐文件列出;
测试目录规范化到 tests/unit/
Minor: 依赖图补全 VLMProvider 连线
|
2026-07-07 05:29:52 -04:00 |
|
iomgaa
|
bc18fc8635
|
docs(design): 补充 summarizer 模块 — view_node/search_similar 的 LLM 两轮摘要
自审发现 TRM4 三个搜索工具全有 question-conditioned 中间摘要层,
原设计遗漏了 summarizer.py。新增:
- §4.4 summarizer API(summarize_node / _children / _nodes_batch)
- anchor 锚模式完整保留
- 6 个额外 prompt 文件
- 更新交互流程图、错误处理、测试策略
|
2026-07-07 05:22:55 -04:00 |
|
iomgaa
|
5ab5adec51
|
docs(design): 搜索 Agent 装配层设计(app/search/)
方案 A 平铺模块:prompt.py / skills.py / tools.py / vision.py
新增 OCRProvider Protocol + adapters/ocr.py
Prompt 从 TRM4 store/prompts/v2/ 原封不动复制
|
2026-07-07 05:15:22 -04:00 |
|
iomgaa
|
d95b2a3142
|
docs(tree): add tree module vertical slice design and implementation plan
|
2026-07-07 01:27:36 -04:00 |
|
iomgaa
|
bc78138d8f
|
plan: core/agent/ + adapters/llm 实现计划(14 Tasks)
Self-Review + Codex 审查通过。修复:依赖前置、治理栈顺序统一、
GovernedLLMClient 补充异常/provider/parent_call_id 测试、ARQ 残留清理。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 22:25:48 -04:00 |
|
iomgaa
|
f541c4047a
|
design: core/agent/ + adapters/llm 基础设施设计
全异步 AgentLoop + 四层治理栈(超时→重试→熔断→缓存)+ 流式三层看门狗。
LLMProvider/VLMProvider/TelemetryRecorder 上提到 core/protocols.py 作为共享端口。
经 Codex 独立审查,修复 7 项发现(含缓存遥测、inter_token 指标、json_repair 依赖等)。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 22:06:48 -04:00 |
|