zeroclaw/src/skills
Argenis 9d7f6c5aaf
fix(skills): surface actionable warning when skills are skipped due to script policy (#4383)
When a skill directory contains script files and `skills.allow_scripts`
is false (the default), the skill was silently skipped with only a
tracing::warn that most users never see. The LLM then reports "tool is
not available in this environment" with no guidance on how to fix it.

Now the loader emits a user-visible stderr warning that names the
skipped skill and suggests setting `skills.allow_scripts = true`.

Closes #4292
2026-03-23 12:47:32 -04:00
..
audit.rs add configurable allow_scripts audit option (#4001) 2026-03-19 18:31:31 -04:00
creator.rs fix(skills): prevent panic by ensuring UTF-8 char boundary during truncation (#4252) 2026-03-22 14:08:01 -04:00
mod.rs fix(skills): surface actionable warning when skills are skipped due to script policy (#4383) 2026-03-23 12:47:32 -04:00
symlink_tests.rs style: apply rustfmt to async fs updates 2026-02-19 14:52:29 +08:00