(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 @@
# 1.5 — client-go informers (GREEN)
Phase: 1 — Atlas Core
Stage: GREEN
Depends on: [1.3](1.3-snapshot-test.md)
- [ ] client-go informers: kube API (nodes, namespaces, workloads), Argo CD `Application` CRs
## Verify
```bash
go test ./... -run TestSnapshot -v
```