Tier: 3 (minor / deferred-by-design)
From the pre-release feature-gap audit.
Problem
Two feature flags are declared but explicitly not implemented (Phase 2/3). They default OFF and aren't exposed in UI; tracking so they aren't accidentally surfaced and to record the intended work.
Evidence
Sources/KeyPathCore/FeatureFlags.swift:158-182:
useJustInTimePermissionRequests — "Phase 2: ... (NOT YET IMPLEMENTED)"
allowOptionalWizard — "Phase 3: ... (NOT YET IMPLEMENTED)"
Action
Fine to ship OFF. Keep them out of any user-facing settings until implemented; this ticket tracks the future work.
Tier: 3 (minor / deferred-by-design)
From the pre-release feature-gap audit.
Problem
Two feature flags are declared but explicitly not implemented (Phase 2/3). They default OFF and aren't exposed in UI; tracking so they aren't accidentally surfaced and to record the intended work.
Evidence
Sources/KeyPathCore/FeatureFlags.swift:158-182:useJustInTimePermissionRequests— "Phase 2: ... (NOT YET IMPLEMENTED)"allowOptionalWizard— "Phase 3: ... (NOT YET IMPLEMENTED)"Action
Fine to ship OFF. Keep them out of any user-facing settings until implemented; this ticket tracks the future work.