Add LogicRunnerService core feature documentation (特性说明.md)#1
Merged
Merged
Conversation
Add a comprehensive feature specification document (特性说明.md) summarizing the core capabilities of LogicRunnerService. This delivers an overview and breakdown of key features for logic runtime, including environment management, logic/instance lifecycle, error/retry handling, and compatibility notes. The change is essential to guide future testing and onboarding. - Summarizes each major interface domain into an easy-to-read table and expands with focused details by capability. - Outlines suggested test foci for improved test coverage and maintainability. - No impact on runtime behavior; documentation only.
- Refined the feature document structure for LogicRunnerService - Reorganized content into feature domains with explicit testing points - Enhanced readability and actionable test guidance for each interface - Aligns with comprehensive, scenario-driven test design
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.
Summary
This PR refactors the LogicRunnerService feature description (特性说明.md) to provide a highly structured, test-oriented breakdown of its capabilities. The document enables precise, scenario-driven test design for core logic orchestration features.
Details