docs(oddities): correct §5o (a)-(c) attribution to iOS (macOS presumed, unverified) - #373
Merged
Merged
Conversation
…d, unverified) The three GUI drag/cascade constraints in §5o - no drag-into archived heading, one-way drag-out + reopen, and un-complete cascades unarchive - were attributed "host GUI, Things 3.22.12". They were maintainer-observed on iOS; macOS is presumed identical but unverified. Corrects the shared header attribution to match item (d)'s style. No behavior change. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RYbJensXxHpJK1v1VDXYUD
mikegreiling
added a commit
that referenced
this pull request
Aug 3, 2026
…ne (PR 5) (#379) Final PR of the read-shape doctrine (ruling #C6) — docs only, no behavior change. - docs/contract.md: new "Read views — shapes and orderings" section documenting every view's data shape + each kept bucket's ordering, flagging the two presentation-derived orders (trash recency, search relevance) vs the real user-controlled axes. (The envelope schema models only the envelope layer — the data payload is an open coverage boundary — so orderings live in prose.) - things-cli skill (SKILL.md, references/model.md, references/contracts.md) swept for the flat shapes across PRs 1-4: today flat items[] + meta.counts (no badge/sections); project card flat items + heading catalog + flat logbook (no anytime/upcoming/someday/logbookHeadings); area card flat items + projects; corrected stage-drop and heading-ref rules. - docs/things-app-oddities.md §5o lede: "desktop GUI is stricter" -> platform- accurate "the GUI is stricter" (observed on iOS; macOS presumed unverified — the residual flagged in #373). - read-shape-doctrine.md marked fully implemented (all five PRs landed). Claude-Session: https://claude.ai/code/session_01RYbJensXxHpJK1v1VDXYUD Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Corrects the attribution of the three GUI drag/cascade constraints in
docs/things-app-oddities.md§5o (a)–(c) — added by #372:These were attributed via the shared header as "host GUI, Things 3.22.12". They were actually maintainer-observed on iOS; macOS is presumed identical but unverified. This corrects the header attribution to match the style already used by item (d) in the same section.
Change
One line — the §5o "Maintainer-observed GUI constraints" header parenthetical:
Nothing else changes. Docs-only attribution fix; no CHANGELOG entry (not a user-visible behavior change).
npm run checkpasses (exit 0).