{{PROJECT_DESCRIPTION}}
Open this repo in Claude Code and say "Let's set it up." Claude will walk you through project configuration.
├── contracts/ # Protobuf API definitions (source of truth)
├── backend/ # Go service with DDD/hexagonal architecture
├── frontend/ # Web frontend
└── infra/ # Pulumi infrastructure-as-code
make generate # Generate code from proto + sqlc
make build # Build everything
make test # Run all tests
make lint # Lint everything