Skip to content

Mid-point review cleanup: iPhone-only declaration, dead weight, stale comments#134

Merged
Considus merged 1 commit into
mainfrom
chore/midpoint-review-cleanup
Jul 23, 2026
Merged

Mid-point review cleanup: iPhone-only declaration, dead weight, stale comments#134
Considus merged 1 commit into
mainfrom
chore/midpoint-review-cleanup

Conversation

@Considus

Copy link
Copy Markdown
Owner

Summary

Owner-approved cleanup items from the 2026-07-23 mid-point code review:

  • iPhone-only: TARGETED_DEVICE_FAMILY: "1" — iPad was never in scope; XcodeGen's default ("1,2") silently opted us into iPad App Review runs and iPad screenshot requirements.
  • Dead weight: retire launch-splash.imageset (storyboard launch is device-confirmed; the comment said to remove it) and the unused DailiesGlyph/DailiesGlyphShape.
  • Dead state: remove scrollToTakeID — write-only since the UIKit timeline replaced the ScrollViewReader at M7; its comments still claimed it was load-bearing.
  • Stale comments: NewObieIntent IS shared into the widget extension (Controls fire it); Quadrant.important doc-comment now cites the confirmed Stone #E0D9CE.

No behaviour change intended anywhere in this PR.

Tests

  • Local simulator compile check of the app target: clean.
  • No test references any removed symbol (verified by grep before deletion).

🤖 Generated with Claude Code

…comments

- TARGETED_DEVICE_FAMILY "1" (owner 2026-07-23): iPad is not in scope;
  XcodeGen's default silently opted us into iPad review + screenshots.
- Retire launch-splash.imageset (storyboard launch screen device-confirmed;
  the asset's own comment said to remove it).
- Remove DailiesGlyph/DailiesGlyphShape (unused since Important moved to
  ImportantGlyph, owner 2026-07-06).
- Remove scrollToTakeID (write-only since the UIKit timeline replaced the
  ScrollViewReader at M7; the editor now keyboard-anchors instead) and its
  stale load-bearing comments.
- Fix stale comments: NewObieIntent IS shared into the widget extension;
  Quadrant.important Night doc-comment now cites the confirmed #E0D9CE.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Considus
Considus merged commit 24dcadd into main Jul 23, 2026
4 checks passed
@Considus
Considus deleted the chore/midpoint-review-cleanup branch July 23, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant