(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+14
View File
@@ -0,0 +1,14 @@
# 3.8 — Redaction check specific to delivery surface (GREEN)
Phase: 3 — Delivery Tree (Surface E)
Stage: GREEN
Depends on: [3.4](3.4-api-delivery.md)
- [ ] 21 `Secret` resources appear in Argo trees today — render kind+count only, never names (includes `sops-secrets`); `status.conditions[].message` echoes raw errors with internal hostnames — emit condition **type** only
## Verify
```bash
go test ./... -run TestDelivery -v
```