# Agent Factory Pac-Man Multiplayer brief rules

This directory is a source brief only. The generated game belongs under:

```text
reports/agent-factory-pacman-runs/<run_id>/project/
```

## Allowed source files here

- `README.md`
- `AGENTS.md`
- `mission.md`
- `output-contract.md`

## MUST DO

- Keep this folder as a brief/contract surface only.
- Tell agents to generate Pac-Man multiplayer code under the run `project/` directory.
- Keep communication parent-visible and local-only.

## MUST NOT

- Do not add generated game source files here.
- Do not create a dashboard/Mission Control app.
- Do not read secrets, `.pi/sessions`, `.pi/coms` raw bodies, or private transcripts.
- Do not commit/push/tag.
