28 lines
544 B
JSON
28 lines
544 B
JSON
{
|
|
"index_type": "decisions",
|
|
"last_updated": "2026-02-07",
|
|
"total_count": 1,
|
|
"decisions": [
|
|
{
|
|
"decision_id": "D001",
|
|
"title": "OpCode命名统一为UPPER_CASE",
|
|
"category": "coding_standard",
|
|
"status": "implemented",
|
|
"date": "2026-01-15",
|
|
"file": "D001_OpCode_Naming.json"
|
|
}
|
|
],
|
|
"by_status": {
|
|
"implemented": 1,
|
|
"approved": 0,
|
|
"proposed": 0,
|
|
"rejected": 0
|
|
},
|
|
"by_category": {
|
|
"coding_standard": 1,
|
|
"architecture": 0,
|
|
"consensus": 0,
|
|
"protocol": 0
|
|
}
|
|
}
|