chore(bootstrap): refresh stale GlobalsImporter references in docs/test names
This commit is contained in:
@@ -6,8 +6,8 @@ namespace SVSim.EmulatedEntrypoint.Infrastructure;
|
||||
/// <summary>
|
||||
/// Shared System.Text.Json options for deserializing jsonb-passthrough columns into typed DTOs.
|
||||
///
|
||||
/// The prod-captured globals JSON was seeded with snake_case_lower keys (see SVSim.Bootstrap
|
||||
/// GlobalsImporter — jsonb columns store the original capture verbatim). Deserialize-back must
|
||||
/// The seed-driven globals JSON was written with snake_case_lower keys (see SVSim.Bootstrap
|
||||
/// per-domain importers — jsonb columns store the original wire-shape verbatim). Deserialize-back must
|
||||
/// use the same naming policy so e.g. `card_pool_name` maps onto `CardPoolName`.
|
||||
///
|
||||
/// AllowReadingFromString handles prod's PHP-backend convention of emitting numeric values
|
||||
|
||||
Reference in New Issue
Block a user