feat(census): add canonical sharded Workshop feature census - #27
Merged
Merged
Conversation
Contributor
Author
|
Follow-up after independent QA verification failed on the initial head:
Fix commit: |
Derive deterministic feature shards from the canonical catalog, settings table, and Workshop IR capabilities; run independent semantic/locale gates where evidence exists, preserve inconclusive and unsupported states, and expose deterministic JSON export through the CLI. Fixes #19
Teakowa
force-pushed
the
feat/workshop-rs-19-census
branch
from
August 18, 2026 07:45
d172df7 to
098a623
Compare
Contributor
Author
Fresh independent QA — VERIFIED / PASSExact head reviewed:
The previous QA on |
Teakowa
marked this pull request as ready for review
August 18, 2026 08:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements #19 as a stacked Draft PR on #18 PR #26.
workshop_rs::censuswith deterministic shards derived from the canonical catalog, reviewed settings table, and workshop-rs-owned WIR capabilities.CensusIdentitywith schema version, SHA-256 definition digest, and sorted shard IDs; everyCensusReportcarries it.workshop-rs-cli census [--json]and documents the ownership/evidence boundary in ADR-0003.Evidence boundary
The census does not expand Workshop semantics to make generated probes pass. It does not claim live-client or runtime correctness, and it does not hide offline probe failures as inconclusive: unexpected regressions make the CLI exit 1 while the report preserves all states. Focused parser/catalog/emitter tests remain unchanged and complementary.
Checks
cargo fmt --all --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspace --all-targetscargo run -p workshop-rs --bin workshop-catalog-gen -- checkcargo run -p workshop-rs-cli -- census(report includes explicit regression and inconclusive states; exit reflects unexpected regressions)git diff --checkThis branch is based on PR #26 head 58832ff. Fixes #19.