This file configures Claude Code for the OpenShift Console Operator project.
See AGENTS.md for the central AI documentation hub, which includes:
- ARCHITECTURE.md - System architecture, components, repository structure
- CONVENTIONS.md - Go coding standards, patterns, import organization
- TESTING.md - Testing patterns, commands, debugging
# Build
make
# Test
make test-unit
make check
# Format
gofmt -w ./pkg ./cmd