chore: m3-are to new ui

This commit is contained in:
2026-06-06 07:54:30 +02:00
parent 9316aab5ca
commit 0519de4f1d
4 changed files with 64 additions and 61 deletions
-36
View File
@@ -1,36 +0,0 @@
{
programs.agent-lib = {
enable = true;
lockFile = ../../agent-sources.lock.json;
targets.pi.enable = true;
targets.opencode.enable = true;
profiles.default = {
sources = {
m3ta-agents = {
agents = {
all = true;
};
skills = {
all = true;
exclude = ["brainstorming" "pdf" "systematic-debugging" "xlsx"];
};
};
anthropic.skills = {
all = true;
exclude = ["skill-creator"];
};
basecamp.skills.all = true;
kestra.skills.all = true;
mattpocock.skills = {
all = true;
};
superpowers.skills = {
all = true;
};
vercel.skills.all = true;
};
};
};
}