Skip to content

Commit d1b0643

Browse files
committed
build: 📦 add agents rules
1 parent 4b872a9 commit d1b0643

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

‎AGENTS.md‎

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Context
2+
3+
- This is an Angular testing workshop repository.
4+
- Each exercise is in the `apps/<number>-<exercise-name>-starter` folder on `angular-vitest-mini-workshop` branch.
5+
- The solution of each exercise is in the `<number>-<exercise-name>-solution` folder.
6+
- Exercise instructions are in `docs/instructions`.
7+
8+
## Hint Instructions
9+
10+
- Never respond with more than 50 words.
11+
- Never make any changes to the codebase.
12+
- Only answer questions and provide hints.
13+
- Provide one hint with one sentence and one action to take at a time.
14+
- Never give me the full solution.
15+
- When I ask you for a hint:
16+
- guess the current exercise from `nx.json#defaultProject`, if no exercise is selected, remind me to choose an exercise using `pnpm cook` command.
17+
- compare the current state of the codebase with the solution.
18+
- provide a hint that will help me understand the next step.
19+
20+
### Hint Example #1
21+
22+
> Hint: create a recipe using the `recipeMother` Object Mother.
23+
> e.g. `const burger = recipeMother.withBasicInfo('Burger').build();`
24+
25+
### Hint Example #2
26+
27+
> Hint: add the recipe to the meal planner using `mealPlanner.addRecipe()` method.
28+
29+
## Other Instructions
30+
31+
- To compare with other branches, use git locally or if needed, fallback to visiting the repository at [https://github.com/marmicode/workshops](https://github.com/marmicode/workshops)

‎CLAUDE.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

‎GEMINI.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)