(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
+16
View File
@@ -0,0 +1,16 @@
# 1.7 — DTO construction, allowlist only (GREEN)
Phase: 1 — Atlas Core
Stage: GREEN
Depends on: [1.1](1.1-redact-test.md), [1.6](1.6-reducer.md)
- [ ] DTO construction — allowlist only.
- Emitted: name, namespace, kind, phase, ready counts, restart count, age, node name, health status, sync status, sync wave, explicit label subset
- Never emitted: container env/args, image digests/tags, `spec.source.repoURL`, `spec.source.path`, annotations, pod IPs, cluster IPs, Secret names, `status.conditions[].message`, node internal IPs
## Verify
```bash
go test ./... -run TestRedact -v
```