First Team Repository

Motivazione

The shared repo is a transport and audit log, not a live database.

  1. Create a private repository.
  2. Scaffold it.
    mem-sync setup-repo my-team-memories
    
  3. Commit CI templates.
  4. 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.