refactor: centralize bootstrap dependency assembly

This commit is contained in:
leefer
2026-07-29 17:18:03 +08:00
parent 12c0f4777d
commit 3994387935
9 changed files with 216 additions and 51 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ def build() -> dict[str, Any]:
tables = database_inventory(database)
return {
"schema_version": 1,
"captured_from": "323c734",
"captured_from": "governed source tree",
"runtime": {
"http_server": "http.server.ThreadingHTTPServer",
"application_processes": 1,