go build ./...go test ./...make upThis starts the full Docker Compose stack including identree, a test identity provider, and a test SSH host.
See CLAUDE.md for instructions on logging into the test Pocket ID instance and other development workflow details.
- Branch from
dev. - Ensure
go test ./...passes locally. - CI must pass before merge.
- Keep commits focused -- one logical change per commit.