feat(labeler): add create_report stage module seed with sentinel builder
Introduces create_report.rs and create_report/sentinel.rs with the sentinel
reason builder for conformance-test reports. The sentinel module provides:
- build() to create formatted reason strings: "atproto-devtool conformance test <RFC3339> <run-id>"
- new_run_id() to generate random 16-hex-char identifiers using getrandom
- Hand-rolled RFC3339 UTC formatter and civil date conversion (avoiding chrono/time deps)
Phase 1 scaffolding only; full report submission logic lands in Phase 4.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
authored by