docs(GOV-001): 建立工程治理与追溯规范

This commit is contained in:
2026-08-12 18:18:55 +08:00
parent 7cc2ba06a6
commit efdfb331bb
46 changed files with 1030 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "a-share-analysis-workspace",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test:governance": "node --test tools/governance/feature-record.test.mjs",
"governance:start": "node tools/governance/start.mjs",
"governance:finish": "node tools/governance/finish.mjs"
}
}