Skip to content

Commit 6f35605

Browse files
committed
docs: update docs
1 parent b600b19 commit 6f35605

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ To extend the problem collection beyond the current catalog, leverage an LLM ass
222222

223223
**Required LLM Context**: Include these rule files in your LLM context for automated problem generation and test enhancement:
224224

225-
- [`.amazonq/rules/problem-creation.md`](https://github.com/wisarootl/leetcode-py/blob/main/.amazonq/rules/problem-creation.md) - Complete problem generation workflow
226-
- [`.amazonq/rules/test-quality-assurance.md`](https://github.com/wisarootl/leetcode-py/blob/main/.amazonq/rules/test-quality-assurance.md) - Test enhancement and reproducibility verification
225+
- [`.cursor/commands/problem-creation.md`](https://github.com/wisarootl/leetcode-py/blob/main/.cursor/commands/problem-creation.md) - Complete problem generation workflow
226+
- [`.cursor/commands/test-quality-assurance.md`](https://github.com/wisarootl/leetcode-py/blob/main/.cursor/commands/test-quality-assurance.md) - Test enhancement and reproducibility verification
227227

228228
**Manual Check**: Find problems needing more test cases:
229229

docs/llm-assisted-problem-creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The LLM-assisted workflow enables you to add new problems to your collection wit
1212

1313
For optimal results, include these rule files in your LLM context:
1414

15-
- [`.amazonq/rules/problem-creation.md`](../.amazonq/rules/problem-creation.md) - Complete problem generation workflow
16-
- [`.amazonq/rules/test-quality-assurance.md`](../.amazonq/rules/test-quality-assurance.md) - Test enhancement and reproducibility verification
17-
- [`.amazonq/rules/development-rules.md`](../.amazonq/rules/development-rules.md) - Code standards and testing patterns
15+
- [`.cursor/commands/problem-creation.md`](../.cursor/commands/problem-creation.md) - Complete problem generation workflow
16+
- [`.cursor/commands/test-quality-assurance.md`](../.cursor/commands/test-quality-assurance.md) - Test enhancement and reproducibility verification
17+
- [`.cursor/rules/development-rules.mdc`](../.cursor/rules/development-rules.mdc) - Code standards and testing patterns
1818

1919
### Setup Your IDE
2020

0 commit comments

Comments
 (0)