Git-ignore verify screenshots; add testing/reviews dir
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
920e47b50d
commit
eb415db96e
2 changed files with 11 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -31,3 +31,6 @@ terraform/**/*.tfstate
|
||||||
terraform/**/*.tfstate.backup
|
terraform/**/*.tfstate.backup
|
||||||
terraform/**/terraform.tfvars
|
terraform/**/terraform.tfvars
|
||||||
# .terraform.lock.hcl is intentionally tracked (pins provider versions)
|
# .terraform.lock.hcl is intentionally tracked (pins provider versions)
|
||||||
|
|
||||||
|
# Service-UI verification screenshots (kept locally on ubongo, not committed — ADR-017)
|
||||||
|
.verify-runs/
|
||||||
|
|
|
||||||
8
docs/testing/reviews/README.md
Normal file
8
docs/testing/reviews/README.md
Normal 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).
|
||||||
Loading…
Add table
Reference in a new issue