Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 595 Bytes

File metadata and controls

32 lines (21 loc) · 595 Bytes

Contributing to identree

Building

go build ./...

Testing

go test ./...

Running locally

make up

This starts the full Docker Compose stack including identree, a test identity provider, and a test SSH host.

Development session setup

See CLAUDE.md for instructions on logging into the test Pocket ID instance and other development workflow details.

Pull request process

  1. Branch from dev.
  2. Ensure go test ./... passes locally.
  3. CI must pass before merge.
  4. Keep commits focused -- one logical change per commit.