qwen_agent/skills/schedule-job/.claude-plugin/plugin.json
2026-03-31 10:00:16 +08:00

11 lines
165 B
JSON

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