Public name is now Tane (種, "seed"); Tanemaki (種まき, "to scatter seeds") is kept only as etymology in the About screen and onboarding. App not yet distributed, so format tokens rename cleanly with no migration: backup extension .tanemaki→.tane, QR scheme tanemaki://→tane://, file prefixes tane-*. Website link and species-catalog User-Agent → tane.comunes.org. Android label capitalised to "Tane". Identity/crypto constants already use org.comunes.tane (derivation, HKDF backup, sync namespace, TANE1 recovery tag) — left untouched, so keys, backups and sync are unaffected. Tests updated; analyze + full suite green.
12 lines
293 B
YAML
12 lines
293 B
YAML
# Pub workspace root for Tane.
|
|
# Members share a single lockfile and .dart_tool. See CLAUDE.md and
|
|
# docs/design/core-domain-boundary.md for the package boundary rules.
|
|
name: tane_workspace
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.11.5
|
|
|
|
workspace:
|
|
- packages/commons_core
|
|
- apps/app_seeds
|