Skip to content

Commit 4af404a

Browse files
chore: add reference to atlas edit
1 parent 1b4e8f4 commit 4af404a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spell/star-spell-reviewer-checklist.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This section outlines the review process and provides concrete action items for
204204
#### Parameter Changes & Protocol Integration
205205
- [ ] Star Protocol invariants are maintained after spell execution.
206206
- [ ] All parameter changes use the appropriate helper functions IF available.
207-
- [ ] Parameter changes match the Executive Sheet exactly.
207+
- [ ] Parameter changes match the Executive Sheet or the corresponding Atlas edit exactly.
208208
- [ ] Spell interacts correctly with existing protocol components.
209209
- [ ] Proper error handling for all external interactions.
210210

@@ -226,11 +226,15 @@ EXECUTED_TESTS_LOGS
226226

227227
#### Pre-Deployment checks
228228
- [ ] Actions listed in the [Executive Sheet](https://docs.google.com/spreadsheets/d/1w_z5WpqxzwreCcaveB2Ye1PP5B8QAHDglzyxKHG3CHw/edit) for this Star match the spell scope.
229+
- [ ] IF Executive Sheet is not yet ready at the time of review, reference [the corresponding Atlas edit weekly proposal](https://forum.sky.money/tag/atlas-edit-weekly-proposal)
229230
- [ ] Every _Instruction text_ from the Executive Sheet is copied to the spell code as a comment.
231+
- [ ] IF Executive Sheet is not yet ready at the time of review, reference [the corresponding Atlas edit weekly proposal](https://forum.sky.money/tag/atlas-edit-weekly-proposal)
230232
- [ ] IF an instruction cannot be taken, it should have an explanation under the instruction prefixed with `// Note:`.
231233
- [ ] IF an action in the spell doesn't have a relevant instruction, its necessity is explained in a comment prefixed with `// Note:`.
232234
- [ ] All actions present in the spell code are present in the final Executive Sheet.
235+
- [ ] IF Executive Sheet is not yet ready at the time of review, reference [the corresponding Atlas edit weekly proposal](https://forum.sky.money/tag/atlas-edit-weekly-proposal)
233236
- [ ] All actions in the final Executive Sheet are present in the spell code.
237+
- [ ] IF Executive Sheet is not yet ready at the time of review, reference [the corresponding Atlas edit weekly proposal](https://forum.sky.money/tag/atlas-edit-weekly-proposal)
234238
- [ ] IF new commits were added after the initial review, the relevant checklist items have been re-verified.
235239
- [ ] IF no blockers were found, post the completed "Development Stage" checklist stage with the explicit "Good to deploy" note on top.
236240

0 commit comments

Comments
 (0)