docs(knowledge): document routine enable/disable/delete and /schedule layering#230
Merged
Merged
Conversation
… layering Clarify that disabling/enabling a routine works via `/schedule update` (enabled flag) while deletion is Web/Desktop only — CLI and the public API have no delete action. Note that `/schedule` is a CLI slash command (bundled skill) backed by an internal claude.ai endpoint, and that the only public HTTP API is the fire-only `/fire`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
🔍 drive review (mode: quick)適用観点 (5/11):
公式 docs + 実機( correctness指摘なし。無効化= security指摘なし。内部 API は in-process OAuth で curl 非想定である旨を明記しており、誤った直叩きを誘発しない。秘密情報の混入なし。 conventions指摘なし。コミット種別 usability指摘なし。「無効化(CLI 可)/ 削除(Web のみ)」の区別と層関係が明快。 documentation指摘なし。よくやるミス #6 の精緻化と #8 追加で CRUD/削除の誤解を予防。記事内の既存記述と矛盾なし。 サマリーCritical: 0 件 by_axis: 判定: 全適用観点が exit_criteria を満たす → merge-ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
PR #229 の続き。ルーチンの無効化・有効化・削除の操作面と、
/schedule(skill)/ CLI / API の層関係を追記。実機(RemoteTrigger経由の/schedule list)で挙動を確認済み。追記内容(
ai/agents/claude-code-routines.md)/schedule updateのenabledフラグで切替(CLI 可)。Web/Desktop の Repeats トグル(pause/resume)でも可。/scheduleの層関係: Claude Code CLI の組み込みスラッシュコマンド(近年は bundled skill 実装)で、内部的に claude.ai の/v1/code/triggers(list/get/create/update/run)を in-process OAuth で呼ぶ。管理用の公開 REST API は無い。公開 API は起動専用の/fireのみ。検証
🤖 Generated with Claude Code