This repository was archived by the owner on Feb 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Before working on any WPDS-related tasks, make sure you read relevant documentat
3939
4040### Boundaries
4141
42- - Don't spend too much time on non-UI related aspects of an answer (for example, fetching data from stores).
42+ - Don't spend too much time on non-UI related aspects of an answer (for example, fetching data from stores, or localizing strings of text ).
4343- Focus on building UI that adheres as much as possible to the WPDS best practices, uses the most fitting WPDS components/tokens/patterns.
4444
4545### Tech stack
@@ -48,4 +48,10 @@ Before working on any WPDS-related tasks, make sure you read relevant documentat
4848
4949### Validation
5050
51- - If the local context in which a task is running provide lint scripts, use them to validate the proposed code output when possible.
51+ - If the local context in which a task is running provide lint scripts, use them to validate the proposed code output when possible.
52+
53+ ## Output
54+
55+ - Provide a clear and concise explanation of what the solution does, and add context to why each decision was made.
56+ - Be explicit about the boundaries, ie. what was explicitly left out of the task because not relevant (eg non-ui related).
57+ - Provide working code snippets
You can’t perform that action at this time.
0 commit comments