Enable coding-agent bundled skill

- allow coding-agent in bundled skill allowlist for prod + example config
- unblocks coding-agent skill visibility on hosts

Tests: not run (config only)
This commit is contained in:
Josh Palmer 2026-02-02 16:24:45 +01:00
parent 4b7eb80f2c
commit 77b2cef22f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
identity.name = "CLAWDINATOR-1";
}
];
skills.allowBundled = [ "github" "clawdhub" ];
skills.allowBundled = [ "github" "clawdhub" "coding-agent" ];
channels = {
discord = {
enabled = true;

View File

@ -132,7 +132,7 @@ in
slots.memory = "none";
entries.discord.enabled = true;
};
skills.allowBundled = [ "github" "clawdhub" ];
skills.allowBundled = [ "github" "clawdhub" "coding-agent" ];
cron = {
enabled = true;
store = "/var/lib/clawd/cron-jobs.json";