@@ -38,7 +38,7 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
3838 } ,
3939 {
4040 name : "LOOPOVER_MINER_CONFIG_DIR" ,
41- firstReference : "lib/deny-hook-synthesis .ts" ,
41+ firstReference : "lib/laptop-init .ts" ,
4242 defaultValue : "" ,
4343 } ,
4444 {
@@ -64,7 +64,7 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
6464 {
6565 name : "LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB" ,
6666 firstReference : "lib/deny-hook-synthesis.ts" ,
67- defaultValue : "" ,
67+ defaultValue : null ,
6868 } ,
6969 {
7070 name : "LOOPOVER_MINER_DISABLE_EGRESS_FIREWALL" ,
@@ -106,6 +106,11 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
106106 firstReference : "lib/governor-state.ts" ,
107107 defaultValue : null ,
108108 } ,
109+ {
110+ name : "LOOPOVER_MINER_LAPTOP_STATE_DB" ,
111+ firstReference : "lib/laptop-init.ts" ,
112+ defaultValue : null ,
113+ } ,
109114 {
110115 name : "LOOPOVER_MINER_LOG_LEVEL" ,
111116 firstReference : "lib/logger.ts" ,
@@ -134,7 +139,7 @@ export const AMS_ENV_REFERENCE_ROWS: MinerEnvReferenceRow[] = [
134139 {
135140 name : "LOOPOVER_MINER_ORB_EXPORT_DB" ,
136141 firstReference : "lib/orb-export.ts" ,
137- defaultValue : "" ,
142+ defaultValue : null ,
138143 } ,
139144 {
140145 name : "LOOPOVER_MINER_PLAN_STORE_DB" ,
@@ -241,12 +246,12 @@ export const AMS_ENV_REFERENCE_MARKDOWN = [
241246 "| `LOOPOVER_MINER_AMS_POLICY_PATH` | `lib/ams-policy.ts` | (none) |" ,
242247 "| `LOOPOVER_MINER_ATTEMPT_LOG_DB` | `lib/attempt-log.ts` | (none) |" ,
243248 "| `LOOPOVER_MINER_CLAIM_LEDGER_DB` | `lib/claim-ledger.ts` | (none) |" ,
244- '| `LOOPOVER_MINER_CONFIG_DIR` | `lib/deny-hook-synthesis .ts` | `""` |' ,
249+ '| `LOOPOVER_MINER_CONFIG_DIR` | `lib/laptop-init .ts` | `""` |' ,
245250 "| `LOOPOVER_MINER_CONTRIBUTION_PROFILE_CACHE_DB` | `lib/contribution-profile-cache.ts` | (none) |" ,
246251 '| `LOOPOVER_MINER_CONTROL_PLANE` | `lib/tenant-client.ts` | `""` |' ,
247252 '| `LOOPOVER_MINER_CONTROL_PLANE_ADMIN_TOKEN` | `lib/tenant-client.ts` | `""` |' ,
248253 '| `LOOPOVER_MINER_CONTROL_PLANE_URL` | `lib/tenant-client.ts` | `""` |' ,
249- ' | `LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB` | `lib/deny-hook-synthesis.ts` | `""` |' ,
254+ " | `LOOPOVER_MINER_DENY_HOOK_SYNTHESIS_DB` | `lib/deny-hook-synthesis.ts` | (none) |" ,
250255 "| `LOOPOVER_MINER_DISABLE_EGRESS_FIREWALL` | `lib/generate-egress-firewall-config.ts` | (none) |" ,
251256 '| `LOOPOVER_MINER_DISCOVERY_INDEX_URL` | `lib/discovery-index-client.ts` | `""` |' ,
252257 '| `LOOPOVER_MINER_DISCOVERY_PLANE` | `lib/discovery-index-client.ts` | `""` |' ,
@@ -255,12 +260,13 @@ export const AMS_ENV_REFERENCE_MARKDOWN = [
255260 "| `LOOPOVER_MINER_EVENT_LEDGER_DB` | `lib/event-ledger.ts` | (none) |" ,
256261 "| `LOOPOVER_MINER_GOVERNOR_LEDGER_DB` | `lib/governor-ledger.ts` | (none) |" ,
257262 "| `LOOPOVER_MINER_GOVERNOR_STATE_DB` | `lib/governor-state.ts` | (none) |" ,
263+ "| `LOOPOVER_MINER_LAPTOP_STATE_DB` | `lib/laptop-init.ts` | (none) |" ,
258264 '| `LOOPOVER_MINER_LOG_LEVEL` | `lib/logger.ts` | `""` |' ,
259265 "| `LOOPOVER_MINER_NEON_API_KEY` | `lib/egress-allowlist.ts` | (none) |" ,
260266 "| `LOOPOVER_MINER_NEON_PARENT_BRANCH_ID` | `lib/egress-allowlist.ts` | (none) |" ,
261267 "| `LOOPOVER_MINER_NEON_PROJECT_ID` | `lib/egress-allowlist.ts` | (none) |" ,
262268 '| `LOOPOVER_MINER_NO_UPDATE_CHECK` | `lib/update-check.ts` | `""` |' ,
263- ' | `LOOPOVER_MINER_ORB_EXPORT_DB` | `lib/orb-export.ts` | `""` |' ,
269+ " | `LOOPOVER_MINER_ORB_EXPORT_DB` | `lib/orb-export.ts` | (none) |" ,
264270 "| `LOOPOVER_MINER_PLAN_STORE_DB` | `lib/plan-store.ts` | (none) |" ,
265271 "| `LOOPOVER_MINER_POLICY_DOC_CACHE_DB` | `lib/policy-doc-cache.ts` | (none) |" ,
266272 "| `LOOPOVER_MINER_POLICY_VERDICT_CACHE_DB` | `lib/policy-verdict-cache.ts` | (none) |" ,
0 commit comments