chore: implement PR requested changes

This commit is contained in:
Ralph Khreish
2025-07-24 16:56:27 +03:00
parent 63db052462
commit 8e51cc609e

View File

@@ -1,32 +1,39 @@
## 🔌 New Integration
# 🔌 New Integration
## What tool/IDE is being integrated?
### What tool/IDE is being integrated?
<!-- Name and brief description -->
### What can users do with it?
## What can users do with it?
<!-- Key benefits -->
## How to Enable
### Setup
```bash
task-master rules add [name]
# Any other setup steps
```
### Example Usage
<!-- Show it in action -->
```bash
# Real example
```
### Natural Language Hooks (if applicable)
```
"When tests pass, mark task as done"
# Other examples
```
## Contributor Checklist
- [ ] Created changeset: `npm run changeset`
- [ ] Tests pass: `npm test`
- [ ] Format check passes: `npm run format-check`
@@ -39,8 +46,8 @@ task-master rules add [name]
---
### For Maintainers
## For Maintainers
- [ ] Integration stability verified
- [ ] Documentation comprehensive
- [ ] Examples working
- [ ] Examples working