You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt Claude rules directory and add verify workflow command (#980)
## Summary
- add `.claude/rules/` with focused always-on rule files:
- `coding-style.md`
- `testing.md`
- `git-workflow.md`
- `open-source.md`
- add `.claude/commands/verify.md` to define a standard verification
loop command
- update `CLAUDE.md` to point to the new rules directory as the Claude
Code-native rules location
## Testing
- `yarn prettier --check CLAUDE.md .claude/rules/*.md
.claude/commands/verify.md`
Refs #966.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: documentation-only additions (Claude rules/commands) with no
runtime or production code changes.
>
> **Overview**
> Adds a new `.claude/rules/` directory with concise, always-on guidance
for coding style, testing, git workflow, and open-source
maintainability.
>
> Introduces a `.claude/commands/verify.md` command describing the
standard pre-push verification loop (`rubocop`, `yarn lint`, `rspec`,
`yarn test --runInBand`).
>
> Updates `CLAUDE.md` to point contributors to the new rules directory.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
a1bd972. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added comprehensive developer guidelines (coding style, git workflow,
testing, open-source rules) and a pre-push verification guide; updated
release and Rspack docs.
* **Changelog**
* Added v9.7.0 release notes and updated Unreleased links.
* **Compatibility**
* Declares compatibility with Rspack v2 and updates package compat
constraints.
* **Release**
* Release workflow and task naming updated to "release".
* **Version**
* Project version bumped to 9.7.0.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
0 commit comments