qwen_agent/skills/common/schedule-job/.claude-plugin/plugin.json
2026-04-18 23:19:46 +08:00

11 lines
165 B
JSON

{
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python scripts/schedule_manager.py list --format brief"
}
]
}
}