You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit pass against actual code surfaced overconfident claims:
- "Create new note Works only with v4 UUIDs" → softened to "code path
works; end-to-end Mac round-trip not yet user-confirmed". The v4 fix
is a strong hypothesis from byte-diff, not a confirmed end-to-end test.
- Headline section now flags as "what we think we learned" with explicit
caveat. Lists three follow-up investigations if v4 alone isn't enough
(substring tree shape, attribute_runs count, counter2 field).
- Delete: forceDelete doesn't truly wipe; Mac surfaces it as Recently
Deleted. Reworded.
- Auto-save: link to actual line in AppleNotesApp.kt for verifiability.
Added "A note on ENCRYPTED field names" section: the field names are
misleading, content is plain base64-encoded UTF-8 / gzipped proto.
Removed "does not break encryption" from disclaimer since there's no
client-side encryption to begin with.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| Create new note (FAB → save) |Works **only with v4 UUIDs** — see "The UUID gotcha" below|
21
-
| Auto-save on lifecycle pause | Works |
22
-
| Share OUT (Android intent chooser) | Works (plaintext) |
23
-
| Delete |Works (`forceDelete` removes the record entirely) |
20
+
| Create new note (FAB → save) |Code path works (deferred-create + v4 UUID); end-to-end Mac round-trip not yet user-confirmed|
21
+
| Auto-save on lifecycle pause | Works (lifecycle `ON_PAUSE` only — see [AppleNotesApp.kt:1052](app/src/main/java/com/example/applenotes/ui/AppleNotesApp.kt)) |
22
+
| Share OUT (Android intent chooser) | Works (plaintext only) |
23
+
| Delete |Uses CloudKit `forceDelete`; Mac surfaces as "Recently Deleted" (server-managed, not a hard wipe) |
24
24
| Format display (headings, lists, checkboxes) | Decoded but not rendered yet (Phase D1 done; D2 pending) |
0 commit comments