Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rulesync/rules/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This is Rulesync, a Node.js CLI tool that automatically generates configuration
- You must run `pnpm cicheck` before committing to verify quality.
- You must not use here documents because it causes a sandbox error.
- You must not use `--no-verify` option because it skips pre-commit checks and causes serious security issues.
- When creating a PR, you should include a link in the PR description that associates the PR with its issue.
- When you read or search the codebase:
- You should check Serena MCP server tools, and use those actively.
- About the `skills/` directory at the repository root:
Expand Down
Loading