aigw-contrib-architecture | Reference | Orient yourself in the codebase |
aigw-contrib-extproc-internals | Reference | Understand ExtProc lifecycle, translators, streaming |
aigw-contrib-go-style | Reference | Mandatory — Go patterns that determine PR acceptance |
aigw-contrib-pr-guide | Reference | PR title format, import aliases, banned packages, checklists |
aigw-contrib-testing | Reference | Test hierarchy, go-vcr, func-e, coverage thresholds |
aigw-contrib-add-api | Atomic | Add or modify CRD API types |
aigw-contrib-add-translator | Atomic | Add a new LLM provider translator |
aigw-contrib-e2e | Atomic | Write end-to-end tests |
k8s-controller-reconcile | Shared | Idempotent reconciliation, event handling, requeue semantics |
k8s-crd-lifecycle | Shared | CRD types, kubebuilder markers, CEL validation, code generation |
k8s-controller-testing | Shared | envtest, CEL testing, integration patterns, goroutine leak detection |
k8s-controller-perf | Shared | Field indexers, predicate filters, cache optimization, metrics |
k8s-controller-ops | Shared | Leader election, RBAC, finalizers, SSA, credential rotation |