Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-smits authored Nov 25, 2024
1 parent 097933e commit ba1a722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When working with AI assistance across different parts of a codebase:
## Installation

1. Clone the repository:```bash
git clone https://github.com/yourusername/agentic-cursorrules.git
git clone https://github.com/yourusername/agentic-cursorrules.git .agentic-cursorrules
cd agentic-cursorrules
```
Expand Down Expand Up @@ -213,4 +213,4 @@ Primary Use Case:
Managing concurrent AI agent operations in large codebases where traditional merge resolution becomes impractical. Particularly effective for projects with clear architectural boundaries (e.g., frontend/backend separation, microservices).

Key Differentiator:
Unlike simple multi-agent approaches, this tool enforces physical boundaries through file-tree partitioning, significantly reducing the risk of conflicting modifications while maintaining agent context awareness.
Unlike simple multi-agent approaches, this tool enforces physical boundaries through file-tree partitioning, significantly reducing the risk of conflicting modifications while maintaining agent context awareness.

0 comments on commit ba1a722

Please sign in to comment.