AI: Refine SRS skills and documentation structure - #4691
Open
winlinvip wants to merge 8 commits into
Open
Conversation
Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Centralize the commit workflow in the development skill and add community support routing to the support knowledge base. Remove the duplicated guidance from the OpenClaw workspace files.
Document exact commit message layouts for Claude and Codex changes and update the Claude co-author identity. --------- Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Rename the internal documentation and code-map skills for clearer SRS-specific discovery, use skill-relative reference paths, and update dependent workflows. --------- Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Inline the RTMP API example route, separate the proxy documentation routes into a focused table, and remove the redundant Go API reference file. --------- Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
Move the C++ documentation used by the internal docs skill into its references, inline the document routing, and update the sync script to refresh only existing bundled files. --------- Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
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.
This PR refines how SRS knowledge, documentation, code navigation, and verification guidance are organized for AI maintainers.
memory/structure.The previous structure distributed knowledge across workspace memory, documentation directories, and individual AI-agent configuration.
The new structure makes SRS knowledge portable and discoverable through reusable skills. AI agents can first route a task to the correct code map or documentation reference, then load only the relevant material instead of broadly searching the repository.
This provides a clearer separation between: