feat(map): ingest audited department zone snapshot

This commit is contained in:
Codex
2026-07-21 12:02:11 +03:00
parent 3446f3edc2
commit 343812b90d
19 changed files with 76785 additions and 105 deletions
+2
View File
@@ -10,6 +10,8 @@
"test:admin-token-boundary": "node scripts/smoke-admin-boundary.mjs",
"test:live-cache-fallback": "node scripts/smoke-live-cache-fallback.mjs",
"test:streaming-cache-fill": "node scripts/smoke-streaming-cache-fill.mjs",
"test:zone-source": "node --test test/zone-source-snapshot.test.mjs",
"test:zone-source-route": "node scripts/smoke-zone-source.mjs",
"audit:engine-cache": "node scripts/audit-engine-cache.mjs",
"import:engine-cache": "node scripts/import-engine-cache.mjs"
},