changed: allow deck refs to external words

This commit is contained in:
gitea-actions[bot]
2026-05-10 11:56:14 +09:00
parent 3b9e3a2d36
commit 8869ebdca1
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -48,7 +48,9 @@ python3 scripts/build_packages.py --update-generated-at
- Stable word keys use `{registryId}:word:{slug-or-id}`.
- `versionCode` changes when package content changes.
- `contentHash` is computed from a word record excluding `contentHash`.
- `refs.json` owns deck membership and display order.
- `refs.json` owns deck membership and display order. A ref may point to a word
supplied by the same package or to an already installed dependency such as an
official deck word.
- The same package shape is used for official, registry custom, imported, and
local-exported decks.