CLI app for developers prototyping atproto functionality
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set the hard-coded post to use in `--commit-report` runs

authored by

Jack Grigg and committed by
Tangled
a340be0b 7823cc70

+6 -9
+6 -9
src/commands/test/labeler/create_report/pollution.rs
··· 27 27 28 28 use crate::common::identity::Did; 29 29 30 - /// Placeholder constant for the record-subject AT-URI used in 31 - /// non-local pollution-safe POSTs. **Must be replaced with a real 32 - /// published post's AT-URI before v1 ships** — see 33 - /// `docs/design-plans/2026-04-17-labeler-report-stage.md` § "Pre-release 34 - /// TODO". 35 - pub const CONFORMANCE_REPORT_SUBJECT_URI: &str = "<TBD: at://did:plc:... — release-gate>"; 30 + /// The record-subject AT-URI used in non-local pollution-safe POSTs. 31 + pub const CONFORMANCE_REPORT_SUBJECT_URI: &str = 32 + "at://did:plc:bvdrfwiamgi5leqs63q2duro/app.bsky.feed.post/3mjxxrzqtwc2d"; 36 33 37 - /// Placeholder constant for the record-subject CID. Same release-gate 38 - /// story: capture when the explanation post is published. 39 - pub const CONFORMANCE_REPORT_SUBJECT_CID: &str = "<TBD: bafyrei... — release-gate>"; 34 + /// The record-subject CID for `CONFORMANCE_REPORT_SUBJECT_URI`. 35 + pub const CONFORMANCE_REPORT_SUBJECT_CID: &str = 36 + "bafyreigvtlsnrkzac53uluemkc7p7345a2yqa2ct5lg6vglmvfakq4kkxq"; 40 37 41 38 /// Choose the `reasonType` for a committing POST. 42 39 ///