claude-code-best/docs
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
..
agent docs: expand sub-agent architecture guide 2026-05-06 17:26:49 +08:00
context docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
conversation docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
diagrams feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
extensibility docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
features fix: rename /schedule slash command to /triggers to avoid bundled-skill collision 2026-05-09 18:22:41 +08:00
images docs: 更新文档, 加上配图 2026-04-01 11:14:20 +08:00
internals fixup: address CodeRabbit review on PR #386 2026-04-29 15:17:50 +08:00
introduction docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
jira feat: integrate fork work onto upstream main (squashed) 2026-05-09 14:58:26 +08:00
logo docs: 尝试修复 docs 的位置 2026-04-01 10:09:00 +08:00
safety docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
task docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
test-plans Feat/integrate lint preview (#285) 2026-04-16 20:59:29 +08:00
testing feat: integrate fork work onto upstream main (squashed) 2026-05-09 14:58:26 +08:00
tools fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理 2026-05-02 11:21:22 +08:00
auto-updater.md docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
external-dependencies.md docs: 文档检查/check 20260419 (#296) 2026-04-19 09:30:00 +08:00
favicon.svg docs: 尝试修复 docs 的位置 2026-04-01 10:09:00 +08:00
lsp-integration.md Fix mintlify validate errors (#367) 2026-04-26 11:07:20 +08:00
memory-leak-audit.md feature: 20260429 代码巡检 (#383) 2026-04-29 09:14:26 +08:00
memory-peak-analysis.md docs: 压缩内存分析报告(720→120 行,保留全部可操作信息) 2026-05-02 20:37:14 +08:00
telemetry-remote-config-audit.md feat: 关闭 Datadog 日志发送 2026-04-03 09:49:59 +08:00