Add @shared-all synthetic group (@shared + non-env optionals)#3
Merged
Conversation
@shared excludes optional packages, and `all`/@engineering-loadout never pull them either, so there was no single name for "the full shared/read-only tree including optionals." Add @shared-all: every non-group package whose kind \!= env, regardless of `optional` -- i.e. @shared plus surfer, cicwave, rust, rust-crate-store. env-cargo is the only env-kind optional, so it stays on the @envs side and is NOT in @shared-all (which is disjoint from @envs by construction). Verified: @shared=124, @shared-all=128, @shared-all == @shared | non-env-optionals. Surfaces in `list --groups`, `info @shared-all`, and the regenerated bash completion via _SYNTHETIC_GROUPS, same as @shared / @envs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
@sharedexcludes optional packages, andall/@engineering-loadoutnever pull them either, so there was no single name for "the full shared/read-only tree including optionals."Add
@shared-all: every non-group package whosekind != env, regardless ofoptional— i.e.@sharedplussurfer,cicwave,rust,rust-crate-store.env-cargois the only env-kind optional, so it stays on the@envsside and is not in@shared-all(which is disjoint from@envsby construction).@shared=124,@shared-all=128, and@shared-all == @shared | non-env-optionals.list --groups,info @shared-all, and the regenerated bash completion via_SYNTHETIC_GROUPS, same as@shared/@envs.Usage — full shared tree in one name:
Gates:
py_compile,json.tool packages.json,sh -n loadout,bash -ncompletion,./loadout doctorexit 0,git diff --check.🤖 Generated with Claude Code