standards: add workspace and CI split#27
Conversation
moCello
left a comment
There was a problem hiding this comment.
REQUEST CHANGES — CI path filter classifies shared root files as standards-only, so legacy clippy/test skip on this PR (confirmed via gh pr checks) despite the toolchain bump; README ships dead links to docs/ and standards/examples/; standards-data-drivers references an undefined make variable and breaks standards-hardening.
8af19c9 to
9e44e76
Compare
9e44e76 to
16281a0
Compare
moCello
left a comment
There was a problem hiding this comment.
APPROVE — all four prior-round blockers fixed cleanly (dorny/paths-filter adopted with shared roots in both filters, README dead links removed, STANDARDS_EXAMPLES defined and guarded, root toolchain pin preserved); one NOTE on filter-list duplication is hygiene, not blocking.
|
Thanks. I opened #34 to track the remaining non-blocking filter-list hygiene note before merging this PR. |
Part 1 of the Dusk standards stack.
Adds the plumbing needed to host Dusk contract standards without coupling them to the legacy genesis/test contract workspace:
standards/Cargo workspacedusk-contract-standardscrate shellcoreThis PR intentionally does not add standards behavior yet. It is the foundation for the following stacked PRs.
Validation:
make standards-ci