feat: add architecture maintainability review gate

This commit is contained in:
yaojingang
2026-06-14 01:54:00 +08:00
parent ae0f72cccb
commit 7afde5ebaf
47 changed files with 1325 additions and 332 deletions
+13 -1
View File
@@ -5,7 +5,7 @@
"root": ".",
"summary": {
"target_python": "3.11",
"file_count": 140,
"file_count": 142,
"issue_count": 0,
"syntax_error_count": 0,
"fstring_311_violation_count": 0,
@@ -202,6 +202,12 @@
"issue_count": 0,
"issues": []
},
{
"path": "scripts/render_architecture_maintainability.py",
"ok": true,
"issue_count": 0,
"issues": []
},
{
"path": "scripts/render_artifact_design_profile.py",
"ok": true,
@@ -544,6 +550,12 @@
"issue_count": 0,
"issues": []
},
{
"path": "tests/verify_architecture_maintainability.py",
"ok": true,
"issue_count": 0,
"issues": []
},
{
"path": "tests/verify_artifact_design_profile.py",
"ok": true,