mirror of
https://github.com/digitalsamba/claude-code-video-toolkit.git
synced 2026-09-18 19:41:13 +08:00
9c6a484437
- Read toolkit name from _internal/toolkit-registry.json with fallback to repo_root.name. Descriptions now correctly say "in claude-code-video-toolkit" regardless of the local checkout directory. - Remove the openclaw-video-toolkit skip_skills entry that never fired (.claude/skills/ is the only path scanned by design). Brief comment in load_skill_specs explains why so future readers don't "fix" the missing scan.
7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"skip_commands": [],
|
|
"skip_skills": [],
|
|
"command_name_overrides": {},
|
|
"skill_name_overrides": {}
|
|
}
|