The paper agrees with the code — guide v11, README, DESIGN re-rulings, and the adjudicated sweep
Step 7 of strategy/01-git-excision.md, the companions. The agent guide bumps to v11: the Git section teaches repo-resident etiquette alone (stage only your own paths, commit your own changes, leave app-maintained files to the app) — existing boards heal to the new text on next open. README re-anchors: the four git feature bullets out, tiers say the complete Mac experience is free, and one bullet states the format's git-friendliness promise. The changelog drops the never-shipped git entries. DESIGN re-rules: 06 retired with Undo routing migrated to 13 (now the sole substrate's doc, seam kept open), 07 retired as written pending the ops-service workstream, 14 retired as superseded record, 12 carries the second pivot note, the index reflects all of it; the charter gets a pointer note (the anchors' full re-ruling stays with the user). InertGitTests renames to GitAgnosticStorageTests — the excision restores its original claim app-wide. And the sweep: ~70 comment sites across 36 files adjudicated against the keeper list, every present-tense description of the excised machinery made past tense or repointed, keepers untouched. 2,707 tests green. Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
This commit is contained in:
@@ -284,8 +284,9 @@ struct NativeHistoryProviderTests {
|
||||
|
||||
/// A provider with no `NSUndoManager` anywhere in it — which is the point: `BoardUndoManager` is
|
||||
/// tested against *this* rather than against the native stack, because what has to be true is that
|
||||
/// the adapter works for any implementation of the seam (Pro's git provider binds the same protocol
|
||||
/// in pro-m1).
|
||||
/// the adapter works for any implementation of the seam (Pro's git provider once bound the same
|
||||
/// protocol, in pro-m1, before app-managed git was excised entirely,
|
||||
/// `strategy/01-git-excision.md`).
|
||||
@MainActor
|
||||
private final class FakeHistoryProvider: HistoryProviding {
|
||||
|
||||
@@ -637,9 +638,11 @@ struct BoardSessionHistoryTests {
|
||||
// The subscription lapses mid-session — the one thing 12 ▸ The entitlement says must not
|
||||
// disturb a board that is already on screen: "an open board finishes with the provider it
|
||||
// composed". (Its second clause — "the next open composes the native stack over inert
|
||||
// `.git`" — went with PIVOT 2026-08-07: the next open composes the git stack too. What is
|
||||
// pinned here is the recorded fact's immutability, which is what makes the first clause
|
||||
// true whatever a future split gates.)
|
||||
// `.git`" — went with PIVOT 2026-08-07, when for one day the next open could compose a git
|
||||
// stack instead; the 2026-08-08 excision (`strategy/01-git-excision.md`) then restored the
|
||||
// original clause outright — every open composes the native stack over inert `.git` again,
|
||||
// permanently. What is pinned here is the recorded fact's immutability, which is what makes
|
||||
// the first clause true whatever a future split gates.)
|
||||
model.currentTier = { .free }
|
||||
|
||||
#expect(try #require(model.session(for: ref)).tier == .pro)
|
||||
|
||||
Reference in New Issue
Block a user