The Pro surface goes dormant — no section, no signpost, machinery intact
Settings loses its Lanework Pro section and the About box its Pro line — no surface names or sells Pro while the split is re-decided. The machinery underneath (ProEntitlement, ProStorefront, ProSettingsSection, the recorded session tier) stays compiled and tested, documented as dormant since the pivot. CHANGELOG's two 2.0 entries and README's feature list drop the Pro-gated framing while keeping the facts. Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
import SwiftUI
|
||||
|
||||
/// **The Settings Pro section** — subscribe, manage, restore (12-editions.md ▸ Distribution), and
|
||||
/// the third and last place the app names Lanework Pro (12 ▸ Tier naming; the other two are
|
||||
/// `AboutBox`'s line and `BoardGitNote`'s contextual one).
|
||||
/// **The Settings Pro section** — subscribe, manage, restore (12-editions.md ▸ Distribution).
|
||||
///
|
||||
/// **Dormant since the 2026-08-07 pivot** (12 ▸ PIVOT 2026-08-07 — git leaves the paywall): git
|
||||
/// integration left the paywall and the base/Pro feature split is being re-decided, so this view is
|
||||
/// no longer instantiated from `SettingsView` — it is unrendered pending the new split. The type,
|
||||
/// its logic, and its tests stay exactly as they were: the entitlement's mechanics (local read,
|
||||
/// composition-time binding, offline grace, the recorded session tier) are unchanged and correct
|
||||
/// for whatever the next split gates, and this section is the seam that will surface it again once
|
||||
/// that split is ruled. Nothing below this comment was touched for the pivot.
|
||||
///
|
||||
/// ### Calm, because the rule says calm
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user