Uh oh!
There was an error while loading. Please reload this page.
feat(cache): default outputs to automatic tracking - #461
Merged
Conversation
This was referenced Jun 14, 2026
MemberAuthor
This was referenced Jun 14, 2026
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 14:25
df96364 to
e4d1457Comparewan9chiforce-pushed
the
infra-explicit-auto-output
branch
from
June 14, 2026 14:25
a1c7046 to
729380cComparewan9chiforce-pushed
the
infra-default-auto-output
branch
3 times, most recently
from
June 14, 2026 14:36
ae0da74 to
a3ad5dfCompare
This was referenced Jun 14, 2026
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 16:20
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 16:21
a3ad5df to
b020059Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 16:21
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 16:26
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 16:26
b020059 to
23184b8Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 16:26
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 16:29
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 16:29
23184b8 to
4e37c59Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 16:29
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 22:17
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 22:18
4e37c59 to
1e0ada4Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 22:18
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 22:36
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 22:36
1e0ada4 to
1de8a95Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 22:36
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 22:41
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 22:41
1de8a95 to
2112e60Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 22:42
wan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 14, 2026 22:49
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 22:50
2112e60 to
af0a95cComparewan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 14, 2026 22:50
af0a95c to
8fb88f0Comparewan9chi
changed the base branch from
graphite-base/461
to
infra-explicit-auto-outputJune 14, 2026 22:50
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 15, 2026 01:19
8fb88f0 to
ef1c8f6Comparewan9chiforce-pushed
the
infra-explicit-auto-output
branch
from
June 15, 2026 01:19
3e75f37 to
12e1a52Comparewan9chi
changed the base branch from
infra-explicit-auto-output
to
graphite-base/461June 15, 2026 01:36
Co-authored-by: GPT-5 Codex <codex@openai.com>
wan9chiforce-pushed
the
infra-default-auto-output
branch
from
June 15, 2026 01:41
ef1c8f6 to
47f7308CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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.

Motivation
Automatic output restoration should be the default for cached tasks so users do not need to manually list generated files in every package.
Scope
Change omitted
outputto mean automatic output tracking, while preservingoutput: []as the opt-out that disables restoration. Update the generated plan snapshots for the default semantic change and add an e2e proving an omittedoutputfield restores a written file on cache hit.