You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/add-operators/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Ask the user: **"Are you an existing operator in the cluster, or a new operator
39
39
[--dry-run]
40
40
```
41
41
42
-
The script will export the anti-slashing database, run the P2P ceremony, update keys, and provide restart instructions. After completion, remind the user to **wait ~2 epochs before restarting** containers.
42
+
The script will export the anti-slashing database, run the P2P ceremony, update keys, and print commands to start containers manually. After completion, remind the user to **wait ~2 epochs before starting** containers.
43
43
44
44
### If New Operator
45
45
@@ -71,4 +71,4 @@ After the existing operators have the ENR, gather:
71
71
[--dry-run]
72
72
```
73
73
74
-
Remind the user that **all operators (existing AND new) must participate simultaneously** in the P2P ceremony.
74
+
Remind the user that **all operators (existing AND new) must participate simultaneously** in the P2P ceremony. After completion, the script will print commands to start containers manually. The new operator does NOT have slashing protection history (fresh start).
Copy file name to clipboardExpand all lines: .claude/skills/replace-operator/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Ask the user: **"Are you a remaining operator (performing the replacement) or th
43
43
[--dry-run]
44
44
```
45
45
46
-
After completion, the script will output the new `cluster-lock.json`. Remind the user to **share the new cluster-lock.json with the new operator** and to **wait ~2 epochs before restarting** containers.
46
+
After completion, the script will print commands to start containers manually. Remind the user to **share the new cluster-lock.json with the new operator** and to **wait ~2 epochs before starting** containers.
47
47
48
48
### If New Operator
49
49
@@ -73,4 +73,4 @@ After receiving the new `cluster-lock.json` from remaining operators:
73
73
[--dry-run]
74
74
```
75
75
76
-
The script will verify the ENR is present in the cluster-lock, install the configuration, and start charon and VC containers. Note: the new operator does NOT have slashing protection history (fresh start).
76
+
The script will verify the ENR is present in the cluster-lock, install the configuration, and print commands to start containers manually. Note: the new operator does NOT have slashing protection history (fresh start).
0 commit comments