Skip to content

Commit cb9be72

Browse files
committed
Fixed skills prerequisites
1 parent 22d8726 commit cb9be72

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.claude/skills/add-operators/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Read `scripts/edit/add-operators/README.md` for full details if needed.
1515
Common prerequisites:
1616
1. `.env` file exists with `NETWORK` and `VC` variables set
1717
2. Docker is running
18+
3. `jq` installed
1819

1920
## Role Selection
2021

.claude/skills/recreate-private-keys/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Refresh private key shares held by operators while keeping the same validator pu
1818

1919
Before running, verify:
2020
1. `.env` file exists with `NETWORK` and `VC` variables set
21-
2. `.charon/cluster-lock.json` and `.charon/validator_keys/` exist
21+
2. `.charon` directory with `cluster-lock.json` and `validator_keys`
2222
3. Docker is running
23-
4. Docker is running (the script will stop the VC container automatically for ASDB export)
23+
4. `jq` installed
2424

2525
Read `scripts/edit/recreate-private-keys/README.md` for full details if needed.
2626

.claude/skills/remove-operators/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Read `scripts/edit/remove-operators/README.md` for full details if needed.
1414

1515
Common prerequisites:
1616
1. `.env` file exists with `NETWORK` and `VC` variables set
17-
2. `.charon/cluster-lock.json` exists
17+
2. `.charon` directory with `cluster-lock.json` and `validator_keys`
1818
3. Docker is running
19+
4. `jq` installed
1920

2021
## Fault Tolerance Context
2122

0 commit comments

Comments
 (0)