docs: publish Preview 19 dogfood evidence

Export the reviewed allowlisted snapshot from private source commit 05928cebd01b586cf9e9d4b8c8537a7605a6068c. This records the exact candidate, bounded capacity result, stateful migration scratch requirement, authenticated batch identity proof, and immediate live acceptance evidence.

AI-Assisted: OpenAI Codex
Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
2026-08-18 21:47:08 -04:00
commit 92a66db3df
201 changed files with 38227 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# SPDX-License-Identifier: AGPL-3.0-only
observatory.gamertan.com {
@responseBody method GET
encode @responseBody zstd gzip
header Strict-Transport-Security "max-age=31536000; includeSubDomains"
log observatory_access {
output file /var/log/caddy/observatory-access.jsonl {
mode 0640
roll_size 100mb
roll_keep 10
roll_keep_for 720h
}
format filter {
request>uri regexp \?.*$ ""
request>remote_ip delete
request>remote_port delete
request>client_ip delete
request>headers delete
resp_headers delete
user_id delete
wrap json
}
}
log_append request_id {http.response.header.X-Request-ID}
reverse_proxy 127.0.0.1:8093
}