Update an existing webhook configuration
--id=<webhook-id> [--target=<url>] [--triggers=<trigger1,trigger2,...>] [--secret=<secret>]api/webhooks/# Update Webhook Update an existing webhook's configuration including target URL, triggers, or secret. ## Input - `--id`: Webhook ID to update - required - `--target` / `-t`: New webhook target URL (must be HTTPS) - optional - `--triggers` / `-tr`: New comma-separated list of webhook triggers - optional - `--secret` / `-s`: New secret for webhook signature verification - optional $ARGUMENTS ## Instructions 1. Parse and validate arguments from $ARGUMENTS: - Validate that `--id` is provided and non-empty - If `--target` is provided, validate it's a valid HTTPS URL (must start wit...
Update a beads issue.
此命令更新 `.claude/context/` 中的项目上下文文档以反映项目当前状态。在每个开发会话结束时运行此命令以保持上下文准确。
Check for cc-hooks updates and install if available
Verify and update implementation plan status based on actual project state
Crées la documentation pour la fonctionnalité en cours. Mets à jour le readme global du projet si nécessaire. Lie les documents entre eux pour ne pas avoir de documentation orpheline. La documentation est générée dans les répertoire de documentation du projet.