···27272828use crate::common::identity::Did;
29293030-/// Placeholder constant for the record-subject AT-URI used in
3131-/// non-local pollution-safe POSTs. **Must be replaced with a real
3232-/// published post's AT-URI before v1 ships** — see
3333-/// `docs/design-plans/2026-04-17-labeler-report-stage.md` § "Pre-release
3434-/// TODO".
3535-pub const CONFORMANCE_REPORT_SUBJECT_URI: &str = "<TBD: at://did:plc:... — release-gate>";
3030+/// The record-subject AT-URI used in non-local pollution-safe POSTs.
3131+pub const CONFORMANCE_REPORT_SUBJECT_URI: &str =
3232+ "at://did:plc:bvdrfwiamgi5leqs63q2duro/app.bsky.feed.post/3mjxxrzqtwc2d";
36333737-/// Placeholder constant for the record-subject CID. Same release-gate
3838-/// story: capture when the explanation post is published.
3939-pub const CONFORMANCE_REPORT_SUBJECT_CID: &str = "<TBD: bafyrei... — release-gate>";
3434+/// The record-subject CID for `CONFORMANCE_REPORT_SUBJECT_URI`.
3535+pub const CONFORMANCE_REPORT_SUBJECT_CID: &str =
3636+ "bafyreigvtlsnrkzac53uluemkc7p7345a2yqa2ct5lg6vglmvfakq4kkxq";
40374138/// Choose the `reasonType` for a committing POST.
4239///