Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ data/pending-restart.json
# Stray dev screenshot artifacts
desktop-initial.png
venv/
data/hub/

# Credential material must never be committable. An agent stored a registry
# token at /opt/taos/secrets/ on 2026-07-27 - correct permissions, but inside the
Expand Down
3 changes: 3 additions & 0 deletions docs/design/cross-user-collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ lane (real build/test CI, fork-approval rules apply), FLEET = free-model builder
- A1 LEAD: `contacts_store` plus `peer_links` plus envelope sign/verify plus peer
route family plus rate limits.
- A2 LEAD: friend-accept to contact-row plus handshake wiring (hub subscription).
**Deviation:** the peer-link token is minted locally without hub delivery —
the token exchange requires both instances to be online simultaneously, which
is acceptable for a pilot and avoids hub-trust assumptions for bearer tokens.
- A3 HOGNEK: hub sealed-envelope relay endpoints on taos.my (T1, not pilot-blocking,
can trail).
- A4 FLEET (cards): ContactsApp taOS section UI; presence dots; request
Expand Down
Loading
Loading