# Privacy Boundary

This public package was prepared from a private maintenance workspace. The
release keeps runtime code and non-sensitive sample context, while removing
private deployment data.

## Included

- PWA frontend source
- core runtime source
- server source
- transport adapter experiments
- sample persona files
- public context modules
- expression-state and character assets
- deterministic tests and smoke scripts
- example environment configuration

## Excluded

- `.env`, `.env.local`, and local credentials
- API keys, auth tokens, session secrets, cookies, and QR/login state
- raw chat logs
- private user preference memory
- daily reviews and generated briefs
- precise or current user location context
- automation registry details
- runtime logs, traces, local state, reports, and memory files
- downloaded local models, engines, and installers

## Before Publishing a Fork

Run:

```powershell
git status --short
git grep -n -I "OPENAI_API_KEY\\|api_key\\|token\\|secret\\|password"
```

Also inspect any files added under:

```text
shion/
Media/
shion-runtime/
```

Do not publish files that describe real users, real conversations, precise
locations, private routines, or authentication material.
