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:
@@ -190,8 +190,8 @@ struct InlineRenameWriteTests {
|
||||
let titled = try fixture.indexData("\(Ident.lane1)/\(Ident.card1)")
|
||||
let untouched = try fixture.indexData("\(Ident.lane2)/\(Ident.card3)")
|
||||
|
||||
// An editor opened and dismissed with Return must not stamp `modified` or (on a git board)
|
||||
// mint a commit — the lane-resize rule, for the same reason.
|
||||
// An editor opened and dismissed with Return must not stamp `modified` — the lane-resize
|
||||
// rule, for the same reason.
|
||||
store.transient.beginRename(of: card1, currentTitle: "First")
|
||||
store.commitRename()
|
||||
#expect(try fixture.indexData("\(Ident.lane1)/\(Ident.card1)") == titled)
|
||||
@@ -549,7 +549,7 @@ struct LaneReorderWriteTests {
|
||||
let before = try fixture.indexData(Ident.lane1)
|
||||
|
||||
// Index 0 is where lane1 already sits, counted with itself removed — the release must not
|
||||
// stamp `modified` or mint a commit.
|
||||
// stamp `modified`.
|
||||
store.moveLane(lane1, toIndex: 0)
|
||||
|
||||
#expect(try fixture.indexData(Ident.lane1) == before)
|
||||
@@ -806,8 +806,8 @@ struct BoardRenameWriteTests {
|
||||
let store = try BoardStore(rootURL: fixture.root)
|
||||
let titled = try fixture.indexData("")
|
||||
|
||||
// A popover opened and dismissed with Return must not stamp `modified` or (on a git board)
|
||||
// mint a commit — `commitRename`'s rule, for its reason.
|
||||
// A popover opened and dismissed with Return must not stamp `modified` — `commitRename`'s
|
||||
// rule, for its reason.
|
||||
store.renameBoard("Roadmap")
|
||||
#expect(try fixture.indexData("") == titled)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user