feat(datagen): environment foundations for simulated host identity (PIPE-1036) - #278
Open
Dylan-M wants to merge 7 commits into
Open
Conversation
…IPE-1036) Assisted-by: Claude Opus 4.8
…ronment (PIPE-1036) Assisted-by: Claude Opus 4.8
…s (PIPE-1036) Assisted-by: Claude Opus 4.8
Assisted-by: Claude Opus 4.8
…E-1036) Assisted-by: Claude Opus 4.8
…OSType (PIPE-1036) Assisted-by: Claude Opus 4.8
…, not immutable) (PIPE-1036) Assisted-by: Claude Opus 4.8
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stacked on #277
Proposed Change
Adds the foundations for generators to describe a simulated host from a
datagen.Environmentrather than the machine blitz runs on. Nothing emits theidentity yet; this is the plumbing the rest of the stack builds on.
environment:config block that builds adatagen.Environment(domain, seedconfig, per-type counts).
embed.Host.Environment, for an embedding host to supply its own environment.Environment.SystemForKey, a deterministic key-to-host selector.ParseOSType,OSTypeFromGOOS,SemconvOSType), includingaccepting
macos/darwinfor the hostmetrics OS knob.StaticResources, which splits a worker's constant resource attributes from theper-record ones so identity is projected once and reused.
No generator behavior changes; existing output is byte-identical.
Validation: load a config with an
environment:block and confirm it parses andruns with no change to output. Tests cover the config round-trip,
SystemForKeydeterminism, the OS helpers, and
StaticResourcesmerge semantics.Checklist