First Team Repository
First Team Repository
Motivazione
The shared repo is a transport and audit log, not a live database.
- Create a private repository.
- Scaffold it.
mem-sync setup-repo my-team-memories - Commit CI templates.
- Invite collaborators.
Contract
contributions/{project}/{dev}/{timestamp}.json
merged/{project}/latest.json
profiles/{project}/{dev}/profile.json
distilled/{project}/rules.md
flowchart TB
C[contributions] --> M[merged/latest.json]
M --> P[profiles]
M --> D[distilled]
Private repository
Observations can contain internal URLs, code details, incidents, or design decisions.