Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion .agents/rules/base.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
description: Core project guidelines for the Repomix codebase. Apply these rules when working on any code, documentation, or configuration files within the Repomix project.
alwaysApply: true
inclusion: always
---

# Repomix Project Structure and Overview
Expand Down Expand Up @@ -46,6 +48,7 @@ repomix/

# Coding Guidelines
- Follow the Airbnb JavaScript Style Guide.
- Always maintain feature-based directory structure and avoid dependencies between features.
- Split files into smaller, focused units when appropriate:
- Aim to keep code files under 250 lines. If a file exceeds 250 lines, split it into multiple files based on functionality.
- Add comments to clarify non-obvious logic. **Ensure all comments are written in English.**
Expand Down Expand Up @@ -90,7 +93,7 @@ repomix/
- [ ] Run `npm run lint`
```
- Include a clear summary of the changes at the top of the pull request description
- Reference any related issues using the format `#issue-number`
- Reference any related issues using the format `#issue-number`

## PR Review Guidelines
When reviewing pull requests, provide thoughtful feedback on:
Expand Down
11 changes: 11 additions & 0 deletions .claude/commands/agent/gemini-discuss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Discussion with Gemini

Conduct detailed discussions about current work and use Gemini CLI to improve Claude Code's accuracy through multi-faceted analysis and iterative improvements.

First, organize the discussion topics and start the discussion with Gemini using the following command:

```
gemini -p "<discussion content>"
```

Based on Gemini's responses, conduct in-depth discussions and follow-up questions, ultimately creating an actionable plan.
2 changes: 2 additions & 0 deletions .claude/commands/code/lint-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Run `npm run lint` and fix any errors that occur.
Comment thread
yamadashy marked this conversation as resolved.

Comment thread
yamadashy marked this conversation as resolved.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .cursor/rules/base.mdc
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ repomix-output.md
.repomix/

# Agent
.cursor/rules/
.mcp.json
.agents/local/

Expand Down
1 change: 1 addition & 0 deletions .kiro/steering/base.md
Loading