chore(governance): consolidate roadmap and backup policies

This commit is contained in:
2026-06-23 18:00:34 +09:00
parent 357d2507da
commit f73a66818f
28 changed files with 381 additions and 76 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ This guide enables external access to the Python snapshot admin service on Synol
python tools/run_snapshot_admin_server_v1.py \
--host 127.0.0.1 \
--port 8787 \
--db outputs/snapshot_admin/snapshot_admin.db \
--db src/quant_engine/snapshot_admin.db \
--seed GatherTradingData.json
```