feat: add edf to docs - #962
Open
chasingrainbows wants to merge 18 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Execution Delegation Framework (EDF) operator documentation to the guides section, covering setup, key custody requirements, and rotation/incident procedures.
Changes:
- Adds an “Execution Delegation Framework” category to the Guides sidebar.
- Introduces an EDF Operator Guide covering multisig setup, DelegationContract deployment/verification, monitoring, and Oracle/Council daemon configuration.
- Adds EDF rotation/incident runbook and a draft operator key-custody policy.
Reviewed changes
Copilot reviewed 4 out of 14 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sidebars.js | Adds an EDF guides category and links the new EDF docs into navigation. |
| docs/guides/edf/edf-operator-guide.md | New end-to-end operator setup guide for EDF (multisig, deployment, monitoring, daemon config). |
| docs/guides/edf/edf-rotation-and-incidents.md | New runbook for routine rotations and emergency revocation/termination. |
| docs/guides/edf/key-custody-policy-for-edf-operators.md | New draft key custody policy for EDF owner/delegate keys, rotation cadence, and incident response. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eddort
reviewed
Aug 6, 2026
eddort
reviewed
Aug 6, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
F4ever
reviewed
Aug 11, 2026
chasingrainbows
requested review from
F4ever and
eddort
and
a balanced review from Copilot
August 11, 2026 12:39
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 14 changed files in this pull request and generated no new comments.
Suppressed comments (1)
docs/guides/edf/key-custody-policy-for-edf-operators.md:112
- The initial-migration key described here contradicts the setup guide:
edf-operator-guide.md:81-83requires a fresh delegate, and its deployment/configuration steps use that new key while retaining the existing seat EOA only until governance cutover. Calling the existing EOA the initial delegate could lead operators to deploy with the key this policy says not to reuse.
This section applies to delegate rotations after the EDF migration is complete. During the initial migration, the existing hot EOA is configured as the initial delegate and is effective immediately; the governance action reassigning the seat from that EOA to its `DelegationContract` is the migration cutover.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please, go through these steps before you request a review:
📝 Describe your changes
🔎 Attach a source of truth or evidence that allows reviewers to confirm the changes independently