fix: 唐三省制配置使用正确的唐朝官制 - #135
Merged
Merged
Conversation
tang-sansheng 配置中错误使用了明朝官制(司礼监、内阁、都察院),
现替换为正确的唐朝三省六部制:
- 司礼监 → 中书省(决策起草)
- 内阁 → 门下省(审核封驳)
- 新增尚书省(执行派发)
- 都察院 → 御史台(独立监察)
流程:中书省起草 → 门下省审核 → 尚书省派发 → 六部执行
御史台独立监察
Fixes #131
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
Summary
tang-sansheng配置中错误使用了明朝官制(司礼监、内阁、都察院),现替换为正确的唐朝三省六部制:流程:
中书省起草 → 门下省审核 → 尚书省派发 → 六部执行,御史台独立监察影响文件
configs/tang-sansheng/openclaw.json— 主配置configs/feishu-tang/openclaw.json— 飞书配置六部、翰林院保持不变。
Test plan
openclaw doctor配置验证通过Fixes #131
🤖 Generated with Claude Code