Git-ignore verify screenshots; add testing/reviews dir

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sjat 2026-06-05 13:19:04 +02:00
parent 920e47b50d
commit eb415db96e
2 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View file

@ -31,3 +31,6 @@ terraform/**/*.tfstate
terraform/**/*.tfstate.backup
terraform/**/terraform.tfvars
# .terraform.lock.hcl is intentionally tracked (pins provider versions)
# Service-UI verification screenshots (kept locally on ubongo, not committed — ADR-017)
.verify-runs/

View file

@ -0,0 +1,8 @@
# Service-UI verification reports
Dated reports written by `/verify-service` (ADR-008 Level 4 / ADR-017), one per run:
`YYYY-MM-DD-<service>.md`, plus `latest.md`. These markdown reports are committed; the
screenshots they reference stay local on `ubongo` in the git-ignored `.verify-runs/`
working dir.
No reports yet — the harness is designed, not yet runnable (see STATUS.md).