# Package Manifest

このフォルダをWeb担当者へ渡す。

## 最初に読むファイル

1. `README.md`
2. `web_handoff_instructions.md`
3. `prompt_appendix.md`
4. `persona_data_structure.md`

## Webにそのまま掲載できる図

```text
figures/distributed_generation_architecture.svg
```

## 図を作り直すためのデータ

```text
figures/distributed_generation_architecture.mmd
data/distributed_generation_architecture.json
data/persona_data_layers.json
```

## 公開するPythonコード

```text
public_code/run_simulation_batch_v1.py
public_code/start_simulation_worker_v1.sh
public_code/supervise_generic_simulation_workers_v1.py
public_code/merge_simulation_shards_v1.py
public_code/build_pending_shards_example.py
public_code/simulation_output_schema_v1_1.json
public_code/README.md
```

## 非公開にするもの

- API keys
- `~/.aisim_simulation_env`
- SSH hostnames
- Tailscale IP addresses
- raw machine names
- full raw simulation JSONL if size or privacy constraints require aggregation first

## 公開ページ用の端末表記

| Internal role | Public label | OS |
|---|---|---|
| storage and worker node | Worker A | macOS |
| workstation worker | Worker B | Linux |
| mobile workstation worker | Worker C | Linux |
| command/supervision laptop | Control laptop | macOS |
