Files
claude-code/docs/features
unraid 7d8d66b82b fix: rename /schedule slash command to /triggers to avoid bundled-skill collision
Both `src/commands/schedule/index.ts` (our new UI command) and the upstream
`src/skills/bundled/scheduleRemoteAgents.ts` registered `name: 'schedule'`,
producing two `/schedule` entries in the slash-command picker — one tagged
"(bundled)" with the prompt-skill description, the other our CRUD UI.

Rename the primary name to `triggers` (matches the API endpoint
`/v1/code/triggers`) and drop `'schedule'` from the alias list. `/cron`
alias is preserved. Directory stays `src/commands/schedule/` because
renaming the dir would touch every test file's import path for negligible
benefit.

Updated test that asserted the old name + alias, and the user-facing
feature guide that documented `/schedule create ...` examples.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 18:22:41 +08:00
..
2026-04-04 16:28:09 +08:00
2026-04-14 21:19:36 +08:00
2026-04-04 09:57:41 +08:00
2026-04-11 23:22:55 +08:00