Skip to content

refactor(cache): generalize tracked env query plumbing#471

Merged
wan9chi merged 1 commit into
mainfrom
codex/refactor-env-query
Jun 18, 2026
Merged

refactor(cache): generalize tracked env query plumbing#471
wan9chi merged 1 commit into
mainfrom
codex/refactor-env-query

Conversation

@wan9chi

@wan9chi wan9chi commented Jun 18, 2026

Copy link
Copy Markdown
Member

Motivation

Prepare the env-query tracking path for the stacked getEnvs({ prefix: "..." }) feature in #472. That feature needs the runner to distinguish different bulk env query kinds instead of treating every getEnvs request as a raw glob string.

This PR keeps behavior unchanged by introducing an explicit env query type with only the existing glob variant, then threading that type through IPC, the recorder, cache fingerprinting, and reporting. The follow-up PR can add a prefix variant as a small behavior change on top of this plumbing.

Co-authored-by: GPT-5 Codex <codex@openai.com>

wan9chi commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

@wan9chi wan9chi marked this pull request as ready for review June 18, 2026 14:56
@wan9chi wan9chi merged commit 9a33a73 into main Jun 18, 2026
20 checks passed
@wan9chi wan9chi deleted the codex/refactor-env-query branch June 18, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant