tane/apps/app_seeds/lib
vjrj fef174e8c4 refactor(trust): ego-centric trust replaces the global Duniter membership
The global membership rule (curated bootstrap referents + sigQty/stepMax
parameters) solved sybil-proof identity for a UBI — a problem this app
doesn't have — and its screen leaked graph jargon (npub roots, parameter
steppers). Trust is now computed from the user's own position only:
you vouch / vouched by people you know (distance <=2) / vouched by N.

- TrustCubit: drop networkMember tier, referents and params; keep the
  circle rule and the 365-day vouch expiry (renewable, self-pruning).
- Delete TrustReferents, WotSettings, TrustNetworkScreen and the bundled
  referents asset; unwire injector/bootstrap/app/chat.
- New 'Your people' screen (/your-people, from the profile): who you
  vouch for (revocable) and who vouches for you, names via ProfileCache.
- i18n: wot.* removed, yourPeople.* added (en/es/pt/ast); trust.member
  removed. Kind 30777 events on relays stay fully compatible — only the
  interpretation changes.
2026-07-11 13:03:20 +02:00
..
data feat(calendar): "what's due this month" — dedicated screen + inventory filter 2026-07-11 06:27:57 +02:00
db feat(chat): usable 1:1 chat — bottom-anchored, Drift-backed, dated 2026-07-11 06:40:50 +02:00
di refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
domain feat(chat): usable 1:1 chat — bottom-anchored, Drift-backed, dated 2026-07-11 06:40:50 +02:00
i18n refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
state refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
ui refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
app.dart refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
bootstrap.dart refactor(trust): ego-centric trust replaces the global Duniter membership 2026-07-11 13:03:20 +02:00
main.dart feat(identity): switch social identity, all from the one backup 2026-07-10 20:22:24 +02:00