Skip to content

Commit 6e2b645

Browse files
committed
make revewing against all relevant .md files mandatory
1 parent ff4e40e commit 6e2b645

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

AGENTS.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Recipe/Pattern Development
44

55
If you are developing recipes/patterns (they mean the same thing), you MUST read
6-
ALL of the following documentation:
6+
ALL of the following documentation AND follow the workflow below:
7+
8+
### Required Documentation (read all 6 files)
79

810
- `docs/common/RECIPE_DEV_DEPLOY.md` - Building, debugging, and deploying
911
recipes step-by-step
@@ -20,7 +22,17 @@ ALL of the following documentation:
2022
- `docs/common/UI_TESTING.md` - Optional: How to work with shadow dom in our
2123
integration tests
2224

23-
Check `packages/patterns/` for working recipe examples.
25+
### Development Workflow (add these steps to your todo list)
26+
27+
1. Read all 6 required documentation files listed above
28+
2. Review example patterns in `packages/patterns/` for reference
29+
3. Build your recipe incrementally, starting simple
30+
4. Deploy and test your recipe
31+
5. **FINAL STEP: Review your code against all 6 .md files above to verify
32+
correctness and check for improvements**
33+
34+
**Important:** Step 5 is MANDATORY before declaring work complete. Do not skip
35+
this verification step.
2436

2537
**Important:** Ignore the top level `recipes` folder - it is defunct.
2638

0 commit comments

Comments
 (0)