refactor: mkOpencodeSkills -> mkSkills
This commit is contained in:
@@ -54,9 +54,9 @@ in {
|
||||
});
|
||||
default = [];
|
||||
description = ''
|
||||
External skill sources passed to mkOpencodeSkills.
|
||||
External skill sources passed to mkSkills.
|
||||
Each entry maps directly to an element of the externalSkills
|
||||
list accepted by the AGENTS flake's lib.mkOpencodeSkills.
|
||||
list accepted by the AGENTS flake's lib.mkSkills.
|
||||
'';
|
||||
example = literalExpression ''
|
||||
[
|
||||
@@ -66,7 +66,7 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
# Helper to map externalSkills from module config to mkOpencodeSkills format.
|
||||
# Helper to map externalSkills from module config to mkSkills format.
|
||||
mapExternalSkills = cfgEntries:
|
||||
map (
|
||||
entry:
|
||||
|
||||
Reference in New Issue
Block a user