After #220, each README page will have 2 lists of contracts: one provided manually and the other automatically generated from the docs scripts. See #220 (comment)
As proposed by @james-toussaint, an alternative to unify both list may be to use the @notice NatSpec tag:
- Do the same but if we don't like what is in @dev we could add @notice and extract it from:
/**
* @notice An executor module that enables executing calls from accounts where the it’s installed.
* @dev Basic implementation for ERC-7579 executor modules that provides execution functionality
* for smart accounts.
*/