Skip to content

Dev_2026Q1#594

Merged
nevstop merged 38 commits into
mainfrom
Dev_2026Q1
Apr 10, 2026
Merged

Dev_2026Q1#594
nevstop merged 38 commits into
mainfrom
Dev_2026Q1

Conversation

@nevstop
Copy link
Copy Markdown
Contributor

@nevstop nevstop commented Feb 4, 2026

  • Analyze differences between English and Chinese README files
  • Identify content synchronization issues
  • Improve readability and conciseness in both versions
  • Make language more idiomatic and natural
  • Ensure both versions convey the same information
  • Standardize formatting and terminology
  • Final review and commit changes

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

在模块操作API的中英文文档中添加了Auto Register?控件的说明,用于指定是否自动注册全部状态更改事件句柄
添加Global Log处理等级的详细说明,包含不同等级的处理方式。同时删除已废弃的Massdata、API String和INI-Variable相关文档文件,这些功能已不再维护。
@nevstop
Copy link
Copy Markdown
Contributor Author

nevstop commented Feb 9, 2026

@copilot abe3619 这个提交中,我更新了关于 globallog filter level的中文描述,请你帮我在对应的英文版中更新对应的描述

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 9, 2026

@nevstop I've opened a new pull request, #596, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 19 commits February 9, 2026 15:49
…umentation (#596)

* Initial plan

* docs(CSM): Add Global Log Processing Level description to English documentation

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* docs(CSM): Fix punctuation consistency in Global Log Processing Level list

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* docs(CSM): Remove parenthetical note from Level3/Level4 description

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
…NG (#598)

* Initial plan

* Add warning tip for placing multiple CSMs in a single VI

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* Change [!NOTE] to [!WARNING] for multiple-CSMs-in-single-VI tip

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
@nevstop
Copy link
Copy Markdown
Contributor Author

nevstop commented Mar 28, 2026

@copilot review readme (en/ch),让两边同步,并且更加的地道、通顺、简洁且容易阅读。

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

@copilot review readme (en/ch),让两边同步,并且更加的地道、通顺、简洁且容易阅读。

已完成 README 文件的审阅和同步(commit 82cb487)。主要改进:

内容同步:

  • 统一了英文和中文版本的结构和信息
  • 标准化了术语(SafeStr、Addon 等)
  • 统一了章节标题格式

可读性提升:

  • 简化了冗长的表述,使语言更加简洁自然
  • 改进了中文版的标点和空格使用
  • 优化了代码示例中的注释格式
  • 改进了参数支持表格的描述

语言优化:

  • 英文版:使用更地道的表达(如 "doesn't" 而非 "does not","See" 而非 "Refer to")
  • 中文版:简化了冗余表述,使用更自然的中文表达

两个版本现在都更加通顺、简洁且易于阅读。

nevstop and others added 9 commits April 8, 2026 16:32
…erence (#602)

* doc: rewrite .doc/Syntax.md with full bilingual syntax reference

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/7ca7f727-18bc-4253-9cfe-593b23d6db98

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* doc: address review comments in Syntax.md

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/7ca7f727-18bc-4253-9cfe-593b23d6db98

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* Update .doc/Syntax.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .doc/Syntax.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* doc: move quick reference to the top of Syntax.md

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/bcaf8e47-c743-407c-b53f-89d36e872c1c

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* doc: convert section descriptions to GitHub callouts, remove encoding section

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/398957db-20c8-4f0c-9e09-1bfe9e60b2fa

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* doc: remove all examples from Syntax.md

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/2dcbf64d-385c-4208-a98f-9c3cd9ec0d66

Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>

* doc: add explanations for reserved built-in states and module naming rules in Syntax.md

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <nevstop@NEVSTOP-LAB>
…603)

Agent-Logs-Url: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/sessions/541c29e1-2327-4829-a757-2c851d59af0d

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
@nevstop nevstop self-assigned this Apr 10, 2026
@nevstop nevstop marked this pull request as ready for review April 10, 2026 03:02
@nevstop nevstop merged commit aea9024 into main Apr 10, 2026
2 of 3 checks passed
@nevstop nevstop deleted the Dev_2026Q1 branch April 10, 2026 03:02
@github-project-automation github-project-automation Bot moved this from Linked to PR to Done in Communicable State Machine(CSM) Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants