-
Notifications
You must be signed in to change notification settings - Fork 89
feat: build_settings.py — xcconfig / scheme / test plan inspect #66
Copy link
Copy link
Open
Labels
P3Polish and low-urgency itemsPolish and low-urgency itemsai-shippableDelegatable to AI agents — clarity:4+ and risk:2 or lowerDelegatable to AI agents — clarity:4+ and risk:2 or lowerblast:1Single file — one view or one service, no ripple effectsSingle file — one view or one service, no ripple effectsclarity:4Clear spec, minor ambiguities — AI-shippable with light reviewClear spec, minor ambiguities — AI-shippable with light reviewenhancementNew feature or requestNew feature or requestrisk:1Isolated change, well-tested area, hard to breakIsolated change, well-tested area, hard to breaksize:SStraightforward, few filesStraightforward, few filestype:featureNew functionality or capabilityNew functionality or capability
Description
Activity
Metadata
Metadata
Assignees
Labels
P3Polish and low-urgency itemsPolish and low-urgency itemsai-shippableDelegatable to AI agents — clarity:4+ and risk:2 or lowerDelegatable to AI agents — clarity:4+ and risk:2 or lowerblast:1Single file — one view or one service, no ripple effectsSingle file — one view or one service, no ripple effectsclarity:4Clear spec, minor ambiguities — AI-shippable with light reviewClear spec, minor ambiguities — AI-shippable with light reviewenhancementNew feature or requestNew feature or requestrisk:1Isolated change, well-tested area, hard to breakIsolated change, well-tested area, hard to breaksize:SStraightforward, few filesStraightforward, few filestype:featureNew functionality or capabilityNew functionality or capability
Problem
CI debugging today is
xcodebuild -showBuildSettings | grep ...in a million terminals. A structured introspector saves hours per CI incident.Sketch
Wraps
xcodebuild -listand-showBuildSettings, parses key=value, supports scheme/config diffing.Reuses
xcode/builder.pysubprocess patternscommon/cache_utils.ProgressiveCachefor full setting dumps (these can be massive)Open questions
--verbose.Definition of done
--effective,--schemes,--test-plans,--diffall working--json,--help, SKILL.md updatedPart of the v2.0 coverage expansion epic.