docs: codify merge proof standard (#84)

This commit was merged in pull request #84.
This commit is contained in:
2026-03-28 14:03:35 +00:00
parent c8003c28ba
commit d955d2b9f1
3 changed files with 83 additions and 0 deletions

View File

@@ -54,6 +54,15 @@ pip install huey
huey_consumer.py tasks.huey -w 2 -k thread
```
## Proof Standard
This repo uses a hard proof rule for merges.
- visual changes require screenshot proof
- CLI/verifiable changes must cite logs, command output, or world-state proof
- screenshots/media stay out of Gitea backup unless explicitly required
- see `CONTRIBUTING.md` for the merge gate
## Deploy
```bash