docs: add contribution guide and BMAD workflow#147
Conversation
Closes #116 Adds CONTRIBUTING.md at the repo root (auto-surfaced by GitHub on new PRs/issues) and a matching docs/contributing.md page, both explaining the four commands contributors must run before opening a PR: cargo fmt, cargo clippy, cargo test, cargo build --release. Also adds a one-liner to README.md and wires the new page into the VitePress nav and sidebar. Fixes a pre-existing stray backtick on the Material Hex showcase image. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Code reviewFound 2 issues. See inline comments below. Issue 1 — Line 40 says Issue 2 — Same "no other files required" problem as above. Additionally, both files state they are kept in sync manually, but
This rule is defined in |
…manual-only - Clarify module creation steps: config fields require src/config.rs update - Sync absent-data/disabled-flag rule into CONTRIBUTING.md (was missing) - Change claude-code-review workflow to manual dispatch with pr_number input Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
Test plan
🤖 Generated with Claude Code