docs: refresh CLAUDE.md + localize empty-ASR capsule message#411
Merged
Conversation
CLAUDE.md: - 模块表加上 coordinator 拆分(dictation/qa/resources)、coordinator_state、qa_hotkey 与三套并行 hotkey 监听(hotkey / combo_hotkey / qa_hotkey + global_hotkey_runtime) - 新增 Q&A pipeline 章节,记录 panel 路由、capsule sweep、selection 3-tier fallback、 selection 4000 char 截断与多轮 messages 行为 - 新增 Insertion paths 章节,区分跨平台默认路径与 Windows IME-IPC 路径 - 顶部 adjacent docs 段落补 AGENTS.md / README.zh.md / USAGE.md 指引 dictation.rs: - 空转写场景 capsule 文案 "ASR returned empty transcript" → "没有识别到语音", 与界面其他位置一致。line 907 的内部 Err 字符串保留英文(属于上层日志/调用方 消费的内部 error code,不直接对用户显示)
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
Test plan
PR Type
Documentation, Bug fix
Description
Refresh
CLAUDE.mdarchitecture guidanceDocument Q&A and insertion pipelines
Localize empty-ASR capsule error text
Diagram Walkthrough
File Walkthrough
CLAUDE.md
Expand architecture and workflow docsCLAUDE.md
Adjacent docssection linkingAGENTS.md,README.zh.md, andUSAGE.md.hotkeys, audio/ASR, insertion, and selection modules.
rules, and multi-turn memory.
flow and the Windows IME IPC route.
dictation.rs
Localize empty transcript capsule messageopenless-all/app/src-tauri/src/coordinator/dictation.rs
Chinese.
Errstring behavior for upstream logging andconsumers.