Use cargo x as the source of truth for repository workflows. Read cargo x --help and the relevant subcommand's --help before running build, test, lint, or formatting commands.
Use the shared release skill for release preparation, status checks, publication, and recovery. Its phase guides are the maintained release procedure; resume from the established candidate and completed steps. For an independent candidate check, use the release_verifier agent or follow the same verification guide directly.
Use the shared license-audit skill for license audits and release licensing checks. For a delegated Codex review, use the license_auditor agent, which reads the same skill. Other agents can follow the skill directly.
Declare restricted visibility at the module boundary and use pub for items in that module's API.
Waker::clone inside short state critical sections. Custom clone panic recovery and reentrancy are not general guarantees; do not require them in reviews unless an explicit local contract does.Decision: #257.
Keep each Markdown prose paragraph and list item on one source line. Format Markdown tables so their columns and separators align in the source. Keep skill resource links within the skill directory; reference other skills or agents by name and resolve repository paths from the supplied repository root.
CHANGELOG.md for significant user-visible changes by comparing the final behavior with the latest release tag, not by recording the sequence of commits in the current development cycle.Format pull request titles according to .github/semantic.yml and keep the description concise. Use a Summary section for routine changes and add Design Notes only when the design needs explanation.