(cmd: Command)
| 444 | * so this must be re-evaluated on every getCommands() call. |
| 445 | */ |
| 446 | export function meetsAvailabilityRequirement(cmd: Command): boolean { |
| 447 | return meetsCommandAvailabilityRequirement(cmd) |
| 448 | } |
| 449 | |
| 450 | /** |
| 451 | * Loads all command sources (skills, plugins, workflows). Memoized by cwd |