# PortfolioCommandCenter Fixture Proof Verification Receipt

Date: 2026-06-27

Scope: public-safe PortfolioCommandCenter fixture proof integrated into the
portfolio-index static site.

## Receipt Source

- Retained Docker receipt: `pidx_gate_receipt_20260627_002617`
- Copied retained log and exit files were inspected before summarizing.
- Exit receipt: `PIDX_BATCHED_GATE_EXIT=0`

The raw retained log was used as verification input only. It is not copied into
the repository because the public proof artifact only needs the sanitized gate
summary below.

## Gate Summary

The retained Docker receipt covered the structural verification gate plus
batched Playwright visual sweeps with screenshots disabled.

Structural command:

```bash
bash scripts/verify.sh --skip-visual
```

Visual sweep shape:

```bash
python3 scripts/visual-check.py --screenshot-mode none --filter <batch>
```

Batches covered:

- `index.html` and top-level section indexes
- `fleet.html`
- `next-word.html`
- `operator-os.html` and the Operator OS note
- `writing/`
- `book/`
- `notes/`

Coverage:

- 49 pages rendered
- Widths: 1440, 390, and 320
- Screenshot mode: none
- Result: pass

## Public-Safety Notes

This receipt intentionally avoids raw logs, absolute local paths, secrets,
private report contents, and private machine-specific state. The fixture proof
uses redacted public screenshots and static public copy only.

What stays private:

- Live PortfolioCommandCenter data
- Private repository names or findings
- Local machine paths
- Secrets, tokens, and environment values
- Private audit reports and raw generated outputs

## Known Constraint

The monolithic visual gate remains resource-sensitive in the local Docker/macOS
setup. The retained proof is the batched full-gate receipt above, which keeps
the same structural gate and visual coverage while avoiding the local runtime
failure mode.
