Skip to content

Commit b1a44de

Browse files
committed
remove added code from merge
1 parent 3bd889b commit b1a44de

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.claude/agents/code-reviewer.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,10 @@ Do NOT invoke for: Writing new code (golang-code-writer), docs-only changes (doc
4040
- [ ] Follows conventions in `.claude/rules/testing.md`
4141
- [ ] Both success and failure paths tested
4242

43-
44-
### Documentation
45-
- [ ] Public APIs have godoc comments
46-
- [ ] Complex logic has explanatory comments
47-
- [ ] README/docs updated if behavior changes
48-
- [ ] Commit messages follow CONTRIBUTING.md guidelines
49-
5043
### vMCP Code (for `pkg/vmcp/` and `cmd/vmcp/`)
5144

5245
When reviewing changes that touch vMCP code, also run the `/vmcp-review` skill to check for vMCP-specific anti-patterns in addition to the standard review checklist above.
5346

54-
### Performance
55-
- [ ] No unnecessary allocations in hot paths
56-
- [ ] Appropriate use of buffers and pooling
57-
- [ ] Database queries optimized
58-
- [ ] Container operations batched where possible
59-
6047
### Backwards Compatibility
6148
- [ ] Changes won't break existing users
6249
- [ ] API/CLI changes maintain compatibility or include deprecation warnings

0 commit comments

Comments
 (0)