Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.58 KB

File metadata and controls

43 lines (31 loc) · 1.58 KB

Security

This repo is the public, stripped version of Opinion-os. It does not contain anyone's personal DNA files.

What belongs in a private Personal AI DNA repo

Your private repo should contain:

  • VOICE_DNA.md — your actual voice profile
  • OPINION_DNA.md — your actual opinion profile
  • PERSONAL_AI_OS.md — your combined system (if you built one)
  • the runtime prompt you use day to day
  • any update files

Your private repo should be PRIVATE.

What never goes public

Do NOT publish:

  • your personal VOICE_DNA.md
  • your personal OPINION_DNA.md
  • your personal PERSONAL_AI_OS.md
  • any runtime prompt that includes your actual DNA files
  • raw chat logs that contain other people's data, private conversations, or credentials
  • API keys, tokens, passwords, or .env files
  • any file that contains information you would not want strangers to have

A Voice DNA or Opinion DNA file is a behavioral fingerprint. Treat it like private data.

This public repo contains

  • The prompts you use to build your own Voice DNA and Opinion DNA
  • The templates you fill in
  • The concept doc explaining the two-module model
  • A reference SKILL.md showing how to load and use the system as a skill

It does NOT contain anyone's actual DNA files.

If you are building your own

  1. Keep your DNA files in a private repo or a private folder.
  2. Do not commit raw chat logs unless you have scrubbed them of other people's data and credentials.
  3. Do not commit .env, config.yaml with keys, auth.lock, state.db, or any credential file.
  4. Use the public prompts and templates to build your own private profile.