name: update-chat-lexicons description: Use when the user wants to update, sync, or copy chat lexicons from the chat repo into this monorepo, or when they mention "update chat lexicons"
Update Chat Lexicons
Overview
Syncs chat lexicon definitions from the external chat repo into this monorepo and adds a changeset for the update.
Steps
- Copy lexicons from the chat repo:
rsync -a --delete ../chat/lexicons/chat/ ./atproto/lexicons/chat/
- Create a changeset by writing a new file in
.changeset/with a random three-word name (format:adjective-noun-verb.md):
---
'@atproto/api': patch
---
update chat lexicons
- Commit.
Notes
- The source repo is at
../chat - The destination is
lexicons/chat/in this repo root - The changeset package is
@atproto/apiwith apatchbump