feat(L): all 57 regimes rewritten to canonical IDENTITY template#6
Merged
LeoLin990405 merged 2 commits intomainfrom Apr 14, 2026
Merged
feat(L): all 57 regimes rewritten to canonical IDENTITY template#6LeoLin990405 merged 2 commits intomainfrom
LeoLin990405 merged 2 commits intomainfrom
Conversation
Parallel rewrite delegated across 9 AI workers (+ 3 retry rounds):
- cc-mimo (1M ctx): persian, ottoman, mongol, russian, soviet, byzantine,
+ retries: ming, qing, north-south, western-xia,
+ final: napoleon, us-federal
- cc-glm: song, yuan, han, sui, five-dynasties, three-kingdoms
- cc-qwen: xia, shang, zhou, qin, jin
- cc-doubao: taiping, liao, jin-jurchen, roc, viking
- cc-stepfun: sparta, prussia, zulu, meiji, maurya, inca
- cc-minimax: carthage, venice, swiss, aztec, mali, sumeria
- codex (GPT-5.4): roman-republic, roman-empire, british
- gemini (2.5 Pro): caliphate, egypt, shogunate, habsburg, khmer, safavid,
athens, hre, joseon, mughal, polish
cc-kimi rejected all 6 (content filter on political topics) — reassigned.
Each IDENTITY.md now has required sections:
- 制度简介 (System Overview)
- 组织架构图 (Organization Chart) — ASCII hierarchy, 3-10 organs
- 角色映射表 (Role Mapping Table) — ≥5 rows with canonical AI roles
- 决策流程 (Decision Flow) or 协作流程 (Workflow — accepted alias)
- 制度特点 (Characteristics)
- Pattern 映射
- 历史参考 (Historical Sources)
Validator (test/regime-validator.mjs) enforces structure.
Canonical template: docs/IDENTITY-TEMPLATE.md
All 57 regimes pass npm run validate:regimes (0 errors, only alias warnings).
- README.md: comprehensive v5 rewrite (345 lines) — 30s quickstart, learning-loop diagram, 10-model matrix, 57 regime index, 6 modes table, architecture diagram, full CLI reference, v5 workflow walkthrough, tournament mode, CI/testing, extension guide, design limits, credits - regimes/china/tang/IDENTITY.md: remove 司礼监/批红 (Ming-Qing anachronisms misplaced in Tang); replace with 中书舍人 (Zhongshu Sheren — actual Tang drafter office). Clarify '1300 years' claim — only 三省六部 framework persisted, not Tang's specific configuration. - regimes/REVIEW-FINDINGS-v5.md: Codex audit findings, documenting what was fixed and what deferred to v5.1 (byzantine/roman-republic/prussia/ ottoman have accuracy gaps identified but not yet patched).
5 tasks
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.
What
Full rewrite of every regime's IDENTITY.md to a canonical structure so each civilization's Agent Team authentically mirrors its historical governance.
How
Parallel delegation across 9 AI workers (7 CN backends + Codex + Gemini). Each worker was given:
docs/IDENTITY-TEMPLATE.md)Wall time: ~15 min for 56 regimes + 2 retry rounds.
Canonical structure
Every IDENTITY.md now has:
Attribution by worker
Rejection incidents
{"error":{"type":"invalid_request_error","message":"The request was rejected because it was considered high risk"}}for all 6 assigned regimes (ming/qing/joseon/polish/hre/mughal). Content filter triggered by political governance topics. Reassigned to cc-mimo + gemini.Test plan
npm run validate:regimes— 0 errors, 40 alias warnings (expected)npm test— 9/9 unit tests passRisks