Skip to content

fix(model): rename JournalPageType.attachement → attachment (#221) - #222

Merged
pajoma merged 8 commits into
developfrom
fix/221-attachement-typo
May 18, 2026
Merged

fix(model): rename JournalPageType.attachement → attachment (#221)#222
pajoma merged 8 commits into
developfrom
fix/221-attachement-typo

Conversation

@pajoma

@pajoma pajoma commented May 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Renames JournalPageType.attachementJournalPageType.attachment in the core domain enum
  • Renames SyncNoteLinks.injectAttachementLinksinjectAttachmentLinks (method + 3 log strings)
  • Updates call site in startup.ts, consumers in paths.ts and dialogues.ts, comments in scan-entries.ts, and plan prose in docs/plans/2026-05-18-199-infer-type-context-object.md

Verification

  • grep -rn "attachement" src/ → zero hits
  • npm run compile → clean build, zero TS errors

References

Test plan

  • grep -rn "attachement" src/ returns zero hits
  • npm run compile exits clean
  • All existing tests pass

🤖 Generated with Claude Code

pajoma and others added 8 commits May 18, 2026 19:10
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ctor (#199)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…uture fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Eliminates the domain model typo from enum definition, all consumers,
method signature (injectAttachmentLinks), log strings, comments, and
plan prose. grep -rn "attachement" src/ returns zero hits.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pajoma
pajoma force-pushed the fix/221-attachement-typo branch from 63badf7 to 8dbcb57 Compare May 18, 2026 17:20
@pajoma
pajoma merged commit 5a3c6ee into develop May 18, 2026
2 checks passed
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.

fix(model): rename JournalPageType.attachement to attachment

1 participant