Skip to content

Commit d5554ec

Browse files
committed
docs(statistics): update docstring with canonical "category.aspect" format
StatsSummaryRecord.domain doc now states it carries the dotted form produced by Aspect::dotted_key() and notes the boundary filter that keeps structural tags out of this field. https://claude.ai/code/session_01YPqu7gti4azBach6ZvpRFJ
1 parent b59059a commit d5554ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/rust/verification/statistics.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ impl ProverDomainStats {
152152
pub struct StatsSummaryRecord {
153153
/// Prover name — Debug-format of `ProverKind` (e.g. `"Z3"`, `"Lean"`).
154154
pub prover: String,
155-
/// Domain tag (e.g. `"arithmetic.factorisation"`).
155+
/// Domain tag in `category.aspect` form (e.g. `"arithmetic.natural_numbers"`).
156+
/// Produced by `Aspect::dotted_key()` and filtered by the learning-loop
157+
/// boundary so only dotted strings reach this field.
156158
pub domain: String,
157159
pub attempts: u64,
158160
pub successes: u64,

0 commit comments

Comments
 (0)