Add CSM module interface docs for Engine, ExecutionView, and App#14
Merged
Add CSM module interface docs for Engine, ExecutionView, and App#14
Conversation
… App modules Agent-Logs-Url: https://github.com/NEVSTOP-LAB/CSMScript-Lite/sessions/05ccb838-888c-4a08-8bc1-fc348417de77 Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
nevstop
April 7, 2026 01:36
View session
Contributor
|
@copilot template 及要求发生了修改,根据修改,更新创建的接口文档 |
Agent-Logs-Url: https://github.com/NEVSTOP-LAB/CSMScript-Lite/sessions/0c79f6dd-4cce-4c0f-a3c8-d97183f586a2 Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
Author
已按照最新模板更新三份接口文档(commit
模板中新增的"属性接口"和"配置说明"章节,由于这三个模块未暴露可公开访问的属性且无专属 INI 配置项,按模板说明已省略。 |
Contributor
|
@copilot template 及要求发生了修改,根据修改,更新创建的接口文档 |
…d fix IMPORTANT callout format Agent-Logs-Url: https://github.com/NEVSTOP-LAB/CSMScript-Lite/sessions/d584daf4-882e-4963-b9c2-6d683319b803 Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
Author
已按最新模板更新三份文档(commit
|
added 2 commits
April 7, 2026 14:16
…thub.com/NEVSTOP-LAB/CSMStand-Lite into copilot/add-csm-module-api-documentation
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.
按照 CSM-Module-Repo-Template 规范,为 CSMScript-Lite 的三个 CSM 模块补充接口文档。
新增文档 (
docs/)Engine(CSM).md— 核心脚本执行引擎TS: Load Sequence、TS: Unload Sequence、TS: SinglePass、TS: TerminateSequenceLoaded/Unloaded/Started/Completed Event、StepStart/StepComplete Event、Error OccurredExecutionView(CSM).md— UI 显示模块TS: Link to Engine、TS: Load Sequence、UI: Front Panel State、UI: Cursor SetTS: Link to Engine自动订阅引擎广播,内部处理器无需外部调用App.md— 顶层应用模块(整合 Engine + ExecutionView)API: Load Script File、API: Unload Sequence File、API: Information、API: Settings、UI: Front Panel State更新
README.md/README(zh-cn).md:模块名称增加指向对应文档的链接