docs: restore coding pattern guidance - #120
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR restructures ChangesCoding patterns and agent workflow
Claude workflow guidance
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/coding-patterns.md`:
- Around line 471-480: The documentation matrix in docs/coding-patterns.md is
too permissive for invariant/pitfall changes because it uses an “or” between
workflow docs, allowing one of AGENTS.md or CLAUDE.md to remain outdated. Update
the relevant table entry and surrounding guidance so invariant/pitfall changes
require both workflow docs to be kept in sync, and make sure the wording in
docs/coding-patterns.md matches the repo contract for convention-changing
updates.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 51363b1f-929f-460c-9939-4337e4841771
📒 Files selected for processing (1)
docs/coding-patterns.md
Changes Made
docs/coding-patterns.mdwhile preserving restored coding-style guidance.AGENTS.mdto route agent workflow, coding expectations, tests, and documentation maintenance to specificdocs/coding-patterns.mdsections..claude/CLAUDE.mdto usedocs/coding-patterns.mdas the authority and keep Claude-specific pre-finish checks section-based.Related Issues
Additional Information