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:
2026-08-07 20:21:35 -04:00
parent 798a8bac73
commit 99ebb69a1d
6 changed files with 40 additions and 50 deletions
+9 -3
View File
@@ -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
///