@hopla/claude-setup 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -84,16 +84,18 @@ Key files the executing agent must read before starting:
|
|
|
84
84
|
|
|
85
85
|
## Implementation Tasks
|
|
86
86
|
|
|
87
|
+
> All fields are required. Use `N/A` if a field does not apply — never leave a field blank.
|
|
88
|
+
|
|
87
89
|
### Task 1: [Action verb + what]
|
|
88
|
-
- **Action:**
|
|
89
|
-
- **File:** `[exact file path]`
|
|
90
|
-
- **Pattern:**
|
|
91
|
-
- **Details:** [
|
|
92
|
-
- **Gotcha:** [Known pitfall or constraint
|
|
93
|
-
- **Validate:** [
|
|
90
|
+
- **Action:** create | modify | delete
|
|
91
|
+
- **File:** `[exact file path — no vague references like "the component"]`
|
|
92
|
+
- **Pattern:** `[exact reference file to follow]` — or `N/A` if no existing pattern
|
|
93
|
+
- **Details:** [Step-by-step description of what to implement]
|
|
94
|
+
- **Gotcha:** [Known pitfall or constraint] — or `N/A`
|
|
95
|
+
- **Validate:** [Exact command or check to confirm this task is done correctly]
|
|
94
96
|
|
|
95
97
|
### Task 2: [Action verb + what]
|
|
96
|
-
[Same structure]
|
|
98
|
+
[Same structure — all 6 fields required]
|
|
97
99
|
|
|
98
100
|
[Continue for all tasks...]
|
|
99
101
|
|